Skip to content

Commit

Permalink
Switch to dotnet 8.0.1 (#50)
Browse files Browse the repository at this point in the history
* Switch to dotnet 8.0.1

* Used new dotnet SDK to update packages.lock.json
  • Loading branch information
m-ringler committed Jan 12, 2024
1 parent 29067ba commit aaa1c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.0",
"version": "8.0.1",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
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 @@ -86,9 +86,9 @@
},
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "zuTbpcWDCCvESnOAvpHuwum1C3jJIeDl+grYcRDqyoHsPAUutIB6wb7iJV3Y2Q96crKC6cObqf92eOVEiG7keQ=="
"requested": "[8.0.1, )",
"resolved": "8.0.1",
"contentHash": "vEmBtYRsH2gpnUJ9p7ElgB2UZSx5+CF2nHVr2QJ/3kzlfAYBxqXMx3VmQcxOcrsDEuF4/n1VH95qobrj8xnPdw=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand All @@ -101,9 +101,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "B3etT5XQ2nlWkZGO2m/ytDYrOmSsQG1XNBaM6ZYlX5Ch/tDrMFadr0/mK6gjZwaQc55g+5+WZMw4Cz3m8VEF7g=="
"requested": "[8.0.1, )",
"resolved": "8.0.1",
"contentHash": "ADdJXuKNjwZDfBmybMnpvwd5CK3gp92WkWqqeQhW4W+q4MO3Qaa9QyW2DcFLAvCDMcCWxT5hRXqGdv13oon7nA=="
},
"Projektanker.Icons.Avalonia.FontAwesome": {
"type": "Direct",
Expand Down

0 comments on commit aaa1c34

Please sign in to comment.