Skip to content

Commit

Permalink
- Use .NET SDK 8.0.101
Browse files Browse the repository at this point in the history
- Update package.lock.json
  • Loading branch information
Cryptoc1 committed Jan 10, 2024
1 parent a8ec5db commit 6daf728
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sdk": {
"allowPrerelease": false,
"rollForward": "latestMajor",
"version": "8.0.100"
"version": "8.0.101"
},
"msbuild-sdks": {
"LethalCompany.Plugin.Sdk": "1.1.0-rc.10"
Expand Down
22 changes: 18 additions & 4 deletions src/src/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
"resolved": "1.0.8",
"contentHash": "xrfNmunsPhBx+vStTxLonq/aHkRrDH77c9tG/x3m5eejrKe5B0nf7cJPRRt6x330sGI0bLaPTtygdeHUgvI3wQ=="
},
"LethalAPI.GameLibs": {
"LethalCompany.GameLibs.Steam": {
"type": "Direct",
"requested": "[45.1.0, )",
"resolved": "45.1.0",
"contentHash": "6Sc+qwfRIxC4/wbGQWpXPvlvLIDDz95M/L7fJ6rz/efOx111r1fw/zxMkKMqmdHai6VS8hE6l8SEWIYU2I6mIg=="
"requested": "[*-*, )",
"resolved": "49.0.0-alpha.1",
"contentHash": "U1EdpTVBNOVXoVnBZozI869vNcCvwYvom/26pUbJSkHl+2V9X/AmSkkx0zDc78DAhtlhRGVac1oPgvvnmi+Wpg==",
"dependencies": {
"Newtonsoft.JSON": "13.0.3",
"UnityEngine.Modules": "2022.3.9"
}
},
"Microsoft.CodeAnalysis.NetAnalyzers": {
"type": "Direct",
Expand All @@ -26,6 +30,16 @@
"resolved": "1.14.1",
"contentHash": "mOOmFYwad3MIOL14VCjj02LljyF1GNw1wP0YVlxtcPvqdxjGGMNdNJJxHptlry3MOd8b40Flm8RPOM8JOlN2sQ=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"UnityEngine.Modules": {
"type": "Transitive",
"resolved": "2022.3.9",
"contentHash": "sSxqZjd05U0NWlX+eappdlsEuXFvDRHkUaClDVTocGRzCmIwNvgGJIPh22lGklIpNZ3cJZneYJkIUnEIazR8VA=="
},
"lethalcompany.doom.manageddoom": {
"type": "Project"
}
Expand Down

0 comments on commit 6daf728

Please sign in to comment.