Skip to content

Commit

Permalink
Bump sdk to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Apr 10, 2024
1 parent 9ade6ff commit 0290c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
3.1.x
5.0.x
6.0.x
8.0.x
- run: dotnet tool restore

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.420"
"version": "8.0.203"
},
"scripts": {
"clean": "dotnet rimraf artifacts .coverage",
Expand Down
1 change: 1 addition & 0 deletions src/PlatformAttributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// <autogenerated />
namespace System.Runtime.Versioning;

#if NETCOREAPP3_1
Expand Down

0 comments on commit 0290c97

Please sign in to comment.