1
1
<Project >
2
- <PropertyGroup >
3
- <DefaultTFM >net8.0</DefaultTFM >
4
- <RootNamespace >ProtoBuf.Grpc</RootNamespace >
5
- <Authors >Marc Gravell</Authors >
6
- <OutputType >Library</OutputType >
7
- <SignAssembly >true</SignAssembly >
8
- <DelaySign >False</DelaySign >
9
- <NoWarn >NU5105;CS1701;BC42016;MSB3884;NETSDK1057;CS8632;IDE0090;IDE0057;xUnit1004</NoWarn >
10
- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)ProtoBuf.snk</AssemblyOriginatorKeyFile >
11
- <Copyright >Marc Gravell, 2019-</Copyright >
12
- <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
13
- <PackageProjectUrl >https://github.com/protobuf-net/protobuf-net.Grpc</PackageProjectUrl >
14
- <RepositoryUrl >https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl >
15
- <RepositoryType >git</RepositoryType >
16
- <Product >protobuf-net.Grpc ($(TargetFramework))</Product >
17
- <PackageReleaseNotes >https://protobuf-net.github.io/protobuf-net.Grpc/releasenotes#$(VersionPrefix)</PackageReleaseNotes >
2
+ <PropertyGroup >
3
+ <DefaultTFM >net8.0</DefaultTFM >
4
+ <RootNamespace >ProtoBuf.Grpc</RootNamespace >
5
+ <Authors >Marc Gravell</Authors >
6
+ <OutputType >Library</OutputType >
7
+ <SignAssembly >true</SignAssembly >
8
+ <DelaySign >False</DelaySign >
9
+ <NoWarn >NU5105;CS1701;BC42016;MSB3884;NETSDK1057;CS8632;IDE0090;IDE0057;xUnit1004</NoWarn >
10
+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)ProtoBuf.snk</AssemblyOriginatorKeyFile >
11
+ <Copyright >Marc Gravell, 2019-</Copyright >
12
+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
13
+ <PackageProjectUrl >https://github.com/protobuf-net/protobuf-net.Grpc</PackageProjectUrl >
14
+ <RepositoryUrl >https://github.com/protobuf-net/protobuf-net.Grpc</RepositoryUrl >
15
+ <RepositoryType >git</RepositoryType >
16
+ <Product >protobuf-net.Grpc ($(TargetFramework))</Product >
17
+ <PackageReleaseNotes >https://protobuf-net.github.io/protobuf-net.Grpc/releasenotes#$(VersionPrefix)</PackageReleaseNotes >
18
18
19
- <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
20
- <PackageTags >grpc</PackageTags >
21
- <DebugSymbols >true</DebugSymbols >
22
- <DebugType >embedded</DebugType >
23
- <DefaultLanguage >en-US</DefaultLanguage >
24
- <IncludeSymbols >false</IncludeSymbols >
25
- <IsTestProject >$(MSBuildProjectName.Contains('Test'))</IsTestProject >
26
- <Nullable >enable</Nullable >
27
- <LangVersion >latest</LangVersion >
28
- <!-- <CodeAnalysisRuleset>$(MSBuildThisFileDirectory)Shared.ruleset</CodeAnalysisRuleset>-->
19
+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
20
+ <PackageTags >grpc</PackageTags >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >embedded</DebugType >
23
+ <DefaultLanguage >en-US</DefaultLanguage >
24
+ <IncludeSymbols >false</IncludeSymbols >
25
+ <IsTestProject >$(MSBuildProjectName.Contains('Test'))</IsTestProject >
26
+ <Nullable >enable</Nullable >
27
+ <LangVersion >latest</LangVersion >
28
+ <!-- <CodeAnalysisRuleset>$(MSBuildThisFileDirectory)Shared.ruleset</CodeAnalysisRuleset>-->
29
29
30
- <ExampleRefs >local</ExampleRefs >
31
- <!-- local or nuget-->
30
+ <ExampleRefs >local</ExampleRefs >
31
+ <!-- local or nuget-->
32
32
33
- <ProtoBufNet2Version >2.4.8</ProtoBufNet2Version >
34
- </PropertyGroup >
35
- <PropertyGroup Condition =" '$(Configuration)'=='Release' or '$(Configuration)'=='VS'" >
36
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
37
- <Optimize >true</Optimize >
38
- </PropertyGroup >
33
+ <ProtoBufNet2Version >2.4.8</ProtoBufNet2Version >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)'=='Release' or '$(Configuration)'=='VS'" >
36
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
37
+ <Optimize >true</Optimize >
38
+ </PropertyGroup >
39
39
40
- <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
41
- <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
42
- <Deterministic >true</Deterministic >
43
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
44
- </PropertyGroup >
45
- <ItemGroup Condition =" '$(Configuration)' == 'Release' and '$(SourceRoot)'==''" >
46
- <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
47
- </ItemGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
41
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
42
+ <Deterministic >true</Deterministic >
43
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
44
+ </PropertyGroup >
45
+ <ItemGroup Condition =" '$(Configuration)' == 'Release' and '$(SourceRoot)'==''" >
46
+ <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
47
+ </ItemGroup >
48
48
49
- <ItemGroup >
50
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" all" />
51
- <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
52
- <PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
53
- </ItemGroup >
49
+ <ItemGroup >
50
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" all" />
51
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
52
+ <PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
53
+ </ItemGroup >
54
54
</Project >
0 commit comments