Skip to content

Commit

Permalink
Bump .NET 8 SDK to feature band 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed May 20, 2024
1 parent b516d09 commit 726abec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"features": {
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0.2xx",
"version": "8.0.3xx",
"dotnetRuntimeVersions": "7.0"
},
"./mono": {},
Expand Down Expand Up @@ -46,4 +46,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions GW2SDK/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@
},
"Microsoft.NET.ILLink.Analyzers": {
"type": "Direct",
"requested": "[7.0.100-1.23211.1, )",
"resolved": "7.0.100-1.23211.1",
"contentHash": "0GvbEgDGcUQA9KuWcQU1WwYHXt1tBzNr1Nls/M57rM7NA/AndFwCaCEoJpJkmxRY7xLlPDBnmGp8h5+FNqUngg=="
"requested": "[7.0.100-1.23401.1, )",
"resolved": "7.0.100-1.23401.1",
"contentHash": "XirkjOLc5Vc3HsXRc2Z6ZbQv6l0RvWgJa/31w7XqZ914MoSi3H3OCNRMWFw7H2EYfsnKbokFfhCcysAmUcEOgw=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.200",
"rollForward": "latestPatch"
"version": "8.0.300",
"rollForward": "patch"
}
}
}

0 comments on commit 726abec

Please sign in to comment.