We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08663eb commit 9375839Copy full SHA for 9375839
Command/Command.csproj
@@ -2,9 +2,9 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>net6.0</TargetFrameworks>
+ <TargetFrameworks>net7.0</TargetFrameworks>
6
<RuntimeIdentifiers>win-x64;osx-x64</RuntimeIdentifiers>
7
- <LangVersion>7.1</LangVersion>
+ <LangVersion>latest</LangVersion>
8
<PublishSingleFile>true</PublishSingleFile>
9
<PublishReadyToRun>true</PublishReadyToRun>
10
<PublishTrimmed>true</PublishTrimmed>
0 commit comments