Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "major",
"version": "8.0.408"
"version": "8.0.115"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot, bro, cast your 8.0.115 nostalgia into the wind and stop trying to downgrade the .NET SDK

}
}
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<WarningLevel>3</WarningLevel>
<AnalysisLevel>preview</AnalysisLevel>
<Features>strict</Features>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
Expand Down
Loading