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 0e68ab2 commit 9ea6a36Copy full SHA for 9ea6a36
src/global.json
@@ -1,7 +1,7 @@
1
{
2
"sdk": {
3
- "version": "6.0.0",
4
- "rollForward": "latestMajor",
+ "version": "8.0.0",
+ "rollForward": "latestFeature",
5
"allowPrerelease": false
6
}
7
src/nuget-inspector/nuget-inspector.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
0 commit comments