change the target framework to net6.0

This commit is contained in:
atef 2023-06-30 10:25:14 +02:00
parent 1d017ba6ba
commit 7d1544f34a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<LangVersion>preview</LangVersion>
<IsTrimmable>true</IsTrimmable>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<InvariantGlobalization>true</InvariantGlobalization>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<RootNamespace>Please.reload.the.project.Rider.is.stupid</RootNamespace>

View File

@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.0",
"version": "7.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}