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:
Diffstat (limited to 'src/MessagePack.Generator/MessagePack.Generator.csproj')
-rw-r--r--src/MessagePack.Generator/MessagePack.Generator.csproj15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/MessagePack.Generator/MessagePack.Generator.csproj b/src/MessagePack.Generator/MessagePack.Generator.csproj
index bde486a0..42b02f30 100644
--- a/src/MessagePack.Generator/MessagePack.Generator.csproj
+++ b/src/MessagePack.Generator/MessagePack.Generator.csproj
@@ -3,12 +3,13 @@
<PropertyGroup>
<AssemblyName>mpc</AssemblyName>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <LangVersion>8</LangVersion>
+ <TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
+ <LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>mpc</ToolCommandName>
+ <RollForward>Major</RollForward>
<!-- NuGet Info -->
<PackageId>MessagePack.Generator</PackageId>
@@ -18,11 +19,11 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ConsoleAppFramework" Version="2.0.0" />
- <PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
- <PackageReference Include="Microsoft.Build.Framework" Version="16.0.461" ExcludeAssets="runtime" />
- <PackageReference Include="Microsoft.Build" Version="16.0.461" ExcludeAssets="runtime" />
- <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.6.0" />
+ <PackageReference Include="ConsoleAppFramework" Version="3.3.2" />
+ <PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
+ <PackageReference Include="Microsoft.Build.Framework" Version="16.5.0" ExcludeAssets="runtime" />
+ <PackageReference Include="Microsoft.Build" Version="16.5.0" ExcludeAssets="runtime" />
+ <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.1" />
</ItemGroup>
<ItemGroup>