We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ad921 commit 10ea2b8Copy full SHA for 10ea2b8
Akka.Serialization.MessagePack/Akka.Serialization.MessagePack.csproj
@@ -4,6 +4,7 @@
4
<AssemblyTitle>Akka.Serialization.MessagePack</AssemblyTitle>
5
<Description>MessagePack serializer for Akka.NET</Description>
6
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
7
+ <PackageId>Akka.Serialization.MessagePack2</PackageId> <!-- needed until we get the Akka.Serialization.MessagePack name back -->
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
<NoWarn>$(NoWarn);CS1591</NoWarn>
10
</PropertyGroup>
0 commit comments