Skip to content

Commit

Permalink
[Bot -> All] Force .NET 8 with C# 12 as a minimum.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings committed Feb 17, 2024
1 parent 5415a39 commit 7e7483d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/SammBot.Bot/SammBot.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Product>Samm-Bot</Product>
<AssemblyVersion>8.0</AssemblyVersion>
<FileVersion>8.0</FileVersion>
<LangVersion>11</LangVersion>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMajor",
"version": "8.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}

0 comments on commit 7e7483d

Please sign in to comment.