We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec3bf2 commit aa7526eCopy full SHA for aa7526e
src/Proto.Cluster.CodeGen/Proto.Cluster.CodeGen.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<!-- Suppresses the warnings about the package not having assemblies in lib/*/.dll.-->
4
<NoPackageAnalysis>true</NoPackageAnalysis>
@@ -27,7 +27,7 @@
27
28
<ItemGroup>
29
<PackageReference Include="Handlebars.Net" Version="2.0.9"/>
30
- <PackageReference Include="protobuf-net" Version="3.0.101"/>
+ <PackageReference Include="protobuf-net" Version="3.2.26"/>
31
<PackageReference Include="protobuf-net.Reflection" Version="3.0.101"/>
32
<PackageReference Include="Microsoft.Build.Framework" Version="17.0.0"/>
33
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.0.0"/>
0 commit comments