Skip to content

Commit

Permalink
Backport #130 to release-0.7 (#131)
Browse files Browse the repository at this point in the history
* Updated .NET Runtime to version 6.0.4

* Update version.json
  • Loading branch information
GlebChili authored Apr 16, 2022
1 parent d7d499a commit 59fe064
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.201"
"version": "6.0.202"
}
}
8 changes: 4 additions & 4 deletions runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<BundledNETCoreVersion>6.0.3</BundledNETCoreVersion>
<BundledNETCoreVersion>6.0.4</BundledNETCoreVersion>

<NETCoreDownloadUrl Condition="$(NETCoreSdkRuntimeIdentifier) == 'win-x64'">
https://download.visualstudio.microsoft.com/download/pr/a6bebf66-144f-44a3-8b74-425466e3608d/07231c69bfd5c749d48dbea15c50545a/aspnetcore-runtime-6.0.3-win-x64.zip
https://download.visualstudio.microsoft.com/download/pr/bfbc4558-f639-4209-a9bb-f3e9591a4e0b/696b30897550c521b07487b1ddbe67ab/aspnetcore-runtime-6.0.4-win-x64.zip
</NETCoreDownloadUrl>

<NETCoreDownloadUrl Condition="$(NETCoreSdkRuntimeIdentifier) == 'linux-x64'">
https://download.visualstudio.microsoft.com/download/pr/3af854b6-80fb-425a-972f-c7f0d693bf1b/cd458a4feae5a98646ee12a14ab34151/aspnetcore-runtime-6.0.3-linux-x64.tar.gz
https://download.visualstudio.microsoft.com/download/pr/de3f6658-5d5b-4986-aeb1-7efdf5818437/7df572051df15117a0f52be1b79e1823/aspnetcore-runtime-6.0.4-linux-x64.tar.gz
</NETCoreDownloadUrl>

<NETCoreDownloadUrl Condition="$(NETCoreSdkRuntimeIdentifier) == 'osx-x64'">
https://download.visualstudio.microsoft.com/download/pr/2cfe2a02-dd59-4cb7-9788-76c620eaa0ff/dfd0d449289a042be9bc62e4466bf350/aspnetcore-runtime-6.0.3-osx-x64.tar.gz
https://download.visualstudio.microsoft.com/download/pr/b39aa0b4-27e2-4fce-bf36-fb6d46f89e5e/6b8ca3b4c7026db460df1d49f5366f1b/aspnetcore-runtime-6.0.4-osx-x64.tar.gz
</NETCoreDownloadUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Version": "0.7.4-servicing",
"Version": "0.7.4",
"Codename": "UstIlimsk"
}

0 comments on commit 59fe064

Please sign in to comment.