Skip to content

Commit f617f5e

Browse files
committed
Updated .NET to version 6.0 RC 2
1 parent 64ad210 commit f617f5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.100-rc.1.21458.32"
3+
"version": "6.0.100-rc.2.21505.57"
44
}
55
}

runtime.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<PropertyGroup>
55
<TargetFramework>net6.0</TargetFramework>
66

7-
<BundledNETCoreVersion>6.0.0-rc.1.21451.13</BundledNETCoreVersion>
7+
<BundledNETCoreVersion>6.0.0-rc.2.21480.5</BundledNETCoreVersion>
88

99
<NETCoreDownloadUrl Condition="$(NETCoreSdkRuntimeIdentifier) == 'win-x64'">
10-
https://download.visualstudio.microsoft.com/download/pr/5982a3a4-8fad-42d4-88ad-de225c2c649d/1466da352753f9672ef0345388c99b65/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.zip
10+
https://download.visualstudio.microsoft.com/download/pr/2ede1a24-864e-4d74-bb11-46d36db7a1ec/4e7962d64336275fa3677cdafa788cec/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.zip
1111
</NETCoreDownloadUrl>
1212

1313
<NETCoreDownloadUrl Condition="$(NETCoreSdkRuntimeIdentifier) == 'linux-x64'">
14-
https://download.visualstudio.microsoft.com/download/pr/e9095f79-357a-4497-b3ba-e8185c6eba0d/fddccdf4461763768811fdf87b5f20d9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-x64.tar.gz
14+
https://download.visualstudio.microsoft.com/download/pr/a38f03ab-cab1-4dc9-9632-ac8f3ce4541a/af681d66907ead1d52c7187e50bccf0f/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-x64.tar.gz
1515
</NETCoreDownloadUrl>
1616

1717
<NETCoreDownloadUrl Condition="$(NETCoreSdkRuntimeIdentifier) == 'osx-x64'">
18-
https://download.visualstudio.microsoft.com/download/pr/42ea9052-db98-425e-ae9c-3a2aeb0275f7/308d109019cdb4578ec94d697ee48b48/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-x64.tar.gz
18+
https://download.visualstudio.microsoft.com/download/pr/7b6452d1-ac6b-43bf-9cd3-4d15c2058b6f/3bf52f1b54969072d36d7e4f0fe41520/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-x64.tar.gz
1919
</NETCoreDownloadUrl>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)