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

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>