Skip to content

Commit

Permalink
Update SDK to 7.0.203
Browse files Browse the repository at this point in the history
Update .NET SDK version to 7.0.203 and set framework version to
net7.0. Use `dotnet paket update --keep-patch` to update
paket.lock file.
  • Loading branch information
webwarrior-ws committed Feb 5, 2024
1 parent 2e182ad commit 203db17
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 221 deletions.
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.417"
"version": "7.0.203"
,"rollForward": "minor"
}
}
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source https://api.nuget.org/v3/index.json

framework: netstandard2.0, net6.0
framework: netstandard2.0, net7.0
storage: none

nuget Argu
Expand Down
Loading

0 comments on commit 203db17

Please sign in to comment.