Skip to content

Commit

Permalink
Upgrade to dotnet SDK 8.0.401 (#61)
Browse files Browse the repository at this point in the history
* Change rollForward to 'feature' to keep the build from breaking suddenly

* Update packages.lock.json
  • Loading branch information
m-ringler authored Aug 29, 2024
1 parent 4c5195a commit 3088ccd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions czishrink/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.303",
"version": "8.0.401",
"allowPrerelease": false,
"rollForward": "latestFeature"
"rollForward": "feature"
}
}
12 changes: 6 additions & 6 deletions czishrink/netczicompress/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
},
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "5Vkl5384rfKZmK7rVm8pjuMk2Cweaqd+rPwL86bddhInHdBg3ClO9H0cqwd7kXf+F8/aXuZxKAnl6izzaWkfUw=="
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "OWFDT/S4Zl5QVakCjVfRaZTLrmWDhA20ud/BKkru7vWnIrejMcUk4Xz2MwavgyzBypryoHYta787k4avhxsU9A=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand All @@ -101,9 +101,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "P8wR6MUWwYXIjPJuBaZgo5zlI/GWI6QEAo6NyVIbPefa9CCkohYu7dP2rD/mrqnjEqfRHyl+h9VZrDoGpELqYg=="
},
"Projektanker.Icons.Avalonia.FontAwesome": {
"type": "Direct",
Expand Down

0 comments on commit 3088ccd

Please sign in to comment.