Skip to content

Commit 10ea2b8

Browse files
Use the Akka.Serialization.MessagePack2 package id temporarily (#49)
1 parent 12ad921 commit 10ea2b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Akka.Serialization.MessagePack/Akka.Serialization.MessagePack.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<AssemblyTitle>Akka.Serialization.MessagePack</AssemblyTitle>
55
<Description>MessagePack serializer for Akka.NET</Description>
66
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
7+
<PackageId>Akka.Serialization.MessagePack2</PackageId> <!-- needed until we get the Akka.Serialization.MessagePack name back -->
78
<GenerateDocumentationFile>true</GenerateDocumentationFile>
89
<NoWarn>$(NoWarn);CS1591</NoWarn>
910
</PropertyGroup>

0 commit comments

Comments
 (0)