forked from protobuf-net/protobuf-net.Grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Used protobuf-net 3.2.30
- Loading branch information
Showing
6 changed files
with
149 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<DefaultTFM>net8.0</DefaultTFM> | ||
<RootNamespace>ProtoBuf.Grpc</RootNamespace> | ||
<Authors>Marc Gravell</Authors> | ||
<OutputType>Library</OutputType> | ||
<SignAssembly>true</SignAssembly> | ||
<DelaySign>False</DelaySign> | ||
<NoWarn>NU5105;CS1701;BC42016;MSB3884;NETSDK1057;CS8632;IDE0090;IDE0057;xUnit1004</NoWarn> | ||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)ProtoBuf.snk</AssemblyOriginatorKeyFile> | ||
<Copyright>Marc Gravell, 2019-</Copyright> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/protobuf-net/protobuf-net.Grpc</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<Product>protobuf-net.Grpc ($(TargetFramework))</Product> | ||
<PackageReleaseNotes>https://protobuf-net.github.io/protobuf-net.Grpc/releasenotes#$(VersionPrefix)</PackageReleaseNotes> | ||
<PropertyGroup> | ||
<DefaultTFM>net8.0</DefaultTFM> | ||
<RootNamespace>ProtoBuf.Grpc</RootNamespace> | ||
<Authors>Marc Gravell</Authors> | ||
<OutputType>Library</OutputType> | ||
<SignAssembly>true</SignAssembly> | ||
<DelaySign>False</DelaySign> | ||
<NoWarn>NU5105;CS1701;BC42016;MSB3884;NETSDK1057;CS8632;IDE0090;IDE0057;xUnit1004</NoWarn> | ||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)ProtoBuf.snk</AssemblyOriginatorKeyFile> | ||
<Copyright>Marc Gravell, 2019-</Copyright> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/protobuf-net/protobuf-net.Grpc</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<Product>protobuf-net.Grpc ($(TargetFramework))</Product> | ||
<PackageReleaseNotes>https://protobuf-net.github.io/protobuf-net.Grpc/releasenotes#$(VersionPrefix)</PackageReleaseNotes> | ||
|
||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<PackageTags>grpc</PackageTags> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>embedded</DebugType> | ||
<DefaultLanguage>en-US</DefaultLanguage> | ||
<IncludeSymbols>false</IncludeSymbols> | ||
<IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject> | ||
<Nullable>enable</Nullable> | ||
<LangVersion>latest</LangVersion> | ||
<!--<CodeAnalysisRuleset>$(MSBuildThisFileDirectory)Shared.ruleset</CodeAnalysisRuleset>--> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<PackageTags>grpc</PackageTags> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>embedded</DebugType> | ||
<DefaultLanguage>en-US</DefaultLanguage> | ||
<IncludeSymbols>false</IncludeSymbols> | ||
<IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject> | ||
<Nullable>enable</Nullable> | ||
<LangVersion>latest</LangVersion> | ||
<!--<CodeAnalysisRuleset>$(MSBuildThisFileDirectory)Shared.ruleset</CodeAnalysisRuleset>--> | ||
|
||
<ExampleRefs>local</ExampleRefs> | ||
<!-- local or nuget--> | ||
<ExampleRefs>local</ExampleRefs> | ||
<!-- local or nuget--> | ||
|
||
<ProtoBufNet2Version>2.4.8</ProtoBufNet2Version> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)'=='Release' or '$(Configuration)'=='VS'"> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<Optimize>true</Optimize> | ||
</PropertyGroup> | ||
<ProtoBufNet2Version>2.4.8</ProtoBufNet2Version> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)'=='Release' or '$(Configuration)'=='VS'"> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<Optimize>true</Optimize> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<Deterministic>true</Deterministic> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
</PropertyGroup> | ||
<ItemGroup Condition="'$(Configuration)' == 'Release' and '$(SourceRoot)'==''"> | ||
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/> | ||
</ItemGroup> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<Deterministic>true</Deterministic> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
</PropertyGroup> | ||
<ItemGroup Condition="'$(Configuration)' == 'Release' and '$(SourceRoot)'==''"> | ||
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/> | ||
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/> | ||
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="protobuf-net" Version="3.2.30" /> | ||
<PackageVersion Include="protobuf-net.BuildTools" Version="3.2.33" /> | ||
<PackageVersion Include="protobuf-net.Core" Version="3.2.30" /> | ||
<PackageVersion Include="protobuf-net.Grpc" Version="1.1.1" /> | ||
<PackageVersion Include="protobuf-net.Reflection" Version="3.2.12" /> | ||
<PackageVersion Include="Google.Protobuf" Version="3.28.2" /> | ||
<PackageVersion Include="Grpc" Version="2.46.6" /> | ||
<PackageVersion Include="Grpc.Core" Version="2.46.6" /> | ||
<PackageVersion Include="Grpc.Tools" Version="2.67.0" /> | ||
<PackageVersion Include="Grpc.Net.Client" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.Core.Api" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore.Server" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.Net.ClientFactory" Version="2.66.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" /> | ||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.143" /> | ||
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" /> | ||
<PackageVersion Include="System.Memory" Version="4.5.5" /> | ||
<PackageVersion Include="System.Reactive" Version="6.0.1" /> | ||
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" /> | ||
<PackageVersion Include="System.ServiceModel.Primitives" Version="8.0.0" /> | ||
<PackageVersion Include="System.Threading.Channels" Version="8.0.0" /> | ||
<PackageVersion Include="System.ValueTuple" Version="4.5.0" /> | ||
<PackageVersion Include="xunit" Version="2.9.2" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> | ||
<PackageVersion Include="TaskBuilder.fs" Version="2.1.0" /> | ||
<PackageVersion Include="FSharp.Core" Version="8.0.401" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="protobuf-net" Version="3.2.30" /> | ||
<PackageVersion Include="protobuf-net.BuildTools" Version="3.2.33" /> | ||
<PackageVersion Include="protobuf-net.Core" Version="3.2.30" /> | ||
<PackageVersion Include="protobuf-net.Grpc" Version="1.2.2" /> | ||
<PackageVersion Include="protobuf-net.Reflection" Version="3.2.12" /> | ||
<PackageVersion Include="Google.Protobuf" Version="3.28.2" /> | ||
<PackageVersion Include="Grpc" Version="2.46.6" /> | ||
<PackageVersion Include="Grpc.Core" Version="2.46.6" /> | ||
<PackageVersion Include="Grpc.Tools" Version="2.67.0" /> | ||
<PackageVersion Include="Grpc.Net.Client" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.Core.Api" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore.Server" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.AspNetCore" Version="2.66.0" /> | ||
<PackageVersion Include="Grpc.Net.ClientFactory" Version="2.66.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" /> | ||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.143" /> | ||
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" /> | ||
<PackageVersion Include="System.Memory" Version="4.5.5" /> | ||
<PackageVersion Include="System.Reactive" Version="6.0.1" /> | ||
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" /> | ||
<PackageVersion Include="System.ServiceModel.Primitives" Version="8.0.0" /> | ||
<PackageVersion Include="System.Threading.Channels" Version="8.0.0" /> | ||
<PackageVersion Include="System.ValueTuple" Version="4.5.0" /> | ||
<PackageVersion Include="xunit" Version="2.9.2" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> | ||
<PackageVersion Include="TaskBuilder.fs" Version="2.1.0" /> | ||
<PackageVersion Include="FSharp.Core" Version="8.0.401" /> | ||
</ItemGroup> | ||
</Project> |
29 changes: 20 additions & 9 deletions
29
src/protobuf-net.Grpc.AspNetCore/protobuf-net.Grpc.AspNetCore.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks> | ||
<RootNamespace>ProtoBuf.Grpc.Server</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\protobuf-net.Grpc\protobuf-net.Grpc.csproj" /> | ||
<PackageReference Include="Grpc.AspNetCore.Server" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<RootNamespace>ProtoBuf.Grpc.Server</RootNamespace> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl> | ||
|
||
<!-- Hexesoft --> | ||
<PackageId>Hexesoft.ProtoBuf.Grpc.Server</PackageId> | ||
<IsPackable>true</IsPackable> | ||
<PackageProjectUrl>https://github.com/hexesoft/protobuf-net.Grpc</PackageProjectUrl> | ||
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild> | ||
<Version Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString('yyyy.M.d'))-dev</Version> | ||
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\protobuf-net.Grpc\protobuf-net.Grpc.csproj" /> | ||
<PackageReference Include="Grpc.AspNetCore.Server" /> | ||
</ItemGroup> | ||
|
||
</Project> |
26 changes: 18 additions & 8 deletions
26
src/protobuf-net.Grpc.ClientFactory/protobuf-net.Grpc.ClientFactory.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> | ||
<RootNamespace>ProtoBuf.Grpc.ClientFactory</RootNamespace> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<RootNamespace>ProtoBuf.Grpc.ClientFactory</RootNamespace> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl> | ||
|
||
<!-- Hexesoft --> | ||
<PackageId>Hexesoft.ProtoBuf.Grpc.ClientFactory</PackageId> | ||
<IsPackable>true</IsPackable> | ||
<PackageProjectUrl>https://github.com/hexesoft/protobuf-net.Grpc</PackageProjectUrl> | ||
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild> | ||
<Version Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString('yyyy.M.d'))-dev</Version> | ||
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Grpc.Net.ClientFactory" /> | ||
<ProjectReference Include="..\protobuf-net.Grpc\protobuf-net.Grpc.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Grpc.Net.ClientFactory" /> | ||
<ProjectReference Include="..\protobuf-net.Grpc\protobuf-net.Grpc.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net462;netstandard2.1;netstandard2.0;net6.0;net8.0</TargetFrameworks> | ||
<RootNamespace>ProtoBuf.Grpc</RootNamespace> | ||
<DefineConstants>$(DefineConstants);PLAT_NO_CHANNEL_READALLASYNC</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Grpc.Core.Api" /> | ||
<PackageReference Include="protobuf-net" VersionOverride="$(ProtoBufNet2Version)" /> | ||
<PackageReference Include="System.IO.Pipelines" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'"> | ||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" /> | ||
<PackageReference Include="System.Threading.Channels" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net462'"> | ||
<!-- need to be explicit to avoid fight with System.IO.Pipelines --> | ||
<PackageReference Include="System.ValueTuple" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'"> | ||
<PackageReference Include="System.Threading.Channels" /> | ||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<DefineConstants>$(DefineConstants);PLAT_NO_CHANNEL_READALLASYNC</DefineConstants> | ||
<RootNamespace>ProtoBuf.Grpc</RootNamespace> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl> | ||
|
||
<!-- Hexesoft --> | ||
<PackageId>Hexesoft.ProtoBuf.Grpc</PackageId> | ||
<PackageProjectUrl>https://github.com/hexesoft/protobuf-net.Grpc</PackageProjectUrl> | ||
<IsPackable>true</IsPackable> | ||
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild> | ||
<Version Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString('yyyy.M.d'))-dev</Version> | ||
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Grpc.Core.Api" /> | ||
<PackageReference Include="protobuf-net" /> | ||
<PackageReference Include="System.IO.Pipelines" /> | ||
</ItemGroup> | ||
|
||
</Project> |