Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshifumi Kawai <yk@hey.com>2022-06-10 04:40:38 +0300
committerGitHub <noreply@github.com>2022-06-10 04:40:38 +0300
commit9a3eb9c7da26b38d56b61b69512fc4d93b2a0f36 (patch)
treea377018b2ba523f8da7acb7a55b5c6749f571419
parentcf86d7cbbe2b798bd5347d0e02210314267f68bd (diff)
MessagePack.Generator RollForward to Major
-rw-r--r--src/MessagePack.Generator/MessagePack.Generator.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MessagePack.Generator/MessagePack.Generator.csproj b/src/MessagePack.Generator/MessagePack.Generator.csproj
index b684a5b8..e75433d5 100644
--- a/src/MessagePack.Generator/MessagePack.Generator.csproj
+++ b/src/MessagePack.Generator/MessagePack.Generator.csproj
@@ -9,6 +9,7 @@
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>mpc</ToolCommandName>
+ <RollForward>Major</RollForward>
<!-- NuGet Info -->
<PackageId>MessagePack.Generator</PackageId>