Bump dotnet version to 6.0/7.0

This commit is contained in:
hadashiA
2023-09-07 18:12:47 +09:00
parent 548d56e654
commit 07211f1fc3
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>NetCoreSandbox</RootNamespace>
<IsPackable>false</IsPackable>
</PropertyGroup>