Skip to content

Commit 6c36925

Browse files
Update .NET SDK (#287)
Update .NET SDK to version 9.0.202. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> Co-authored-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com>
1 parent 282265b commit 6c36925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"sdk": {
3-
"version": "9.0.201",
3+
"version": "9.0.202",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77

88
"tools": {
9-
"dotnet": "9.0.201"
9+
"dotnet": "9.0.202"
1010
},
1111

1212
"msbuild-sdks": {

0 commit comments

Comments
 (0)