Skip to content

Commit

Permalink
Switch to dotnet SDK 8.0.403 (#78)
Browse files Browse the repository at this point in the history
* Switch to dotnet SDK 8.0.403

* Bump version of czishrink
  • Loading branch information
m-ringler authored Nov 12, 2024
1 parent 922cf00 commit 480cfef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion czishrink/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

<!-- Version -->
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<VersionPrefix>1.2.4<!--dependabot/nuget/czishrink/czishrink-75f3e710f4--></VersionPrefix>
<VersionPrefix>1.2.5<!--feature/upgrade-dotnet-sdk--></VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion czishrink/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.401",
"version": "8.0.403",
"allowPrerelease": false,
"rollForward": "disable"
}
Expand Down
12 changes: 6 additions & 6 deletions czishrink/netczicompress/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
},
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "OWFDT/S4Zl5QVakCjVfRaZTLrmWDhA20ud/BKkru7vWnIrejMcUk4Xz2MwavgyzBypryoHYta787k4avhxsU9A=="
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "iThS5LNCcLlFkUlnxCJMgMSQ6s1BgbZo9ri11DDgNxDn8StwgFVUQJ8O5N/7S037jcS1md8tWp7Zu2YconIlag=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand All @@ -98,9 +98,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "P8wR6MUWwYXIjPJuBaZgo5zlI/GWI6QEAo6NyVIbPefa9CCkohYu7dP2rD/mrqnjEqfRHyl+h9VZrDoGpELqYg=="
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Projektanker.Icons.Avalonia.FontAwesome": {
"type": "Direct",
Expand Down

0 comments on commit 480cfef

Please sign in to comment.