From e30c22aedbe8369acf6921a49b873a15aa36109c Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Mon, 20 Jun 2022 22:22:05 +0300 Subject: [PATCH] Backport #136 to release 0.7 (#137) * Update .NET to 6.0.6 * Updated version.json --- global.json | 2 +- runtime.csproj | 8 ++++---- version.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/global.json b/global.json index 3aa4b2b..352a6c1 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.300" + "version": "6.0.301" } } \ No newline at end of file diff --git a/runtime.csproj b/runtime.csproj index 45dae3a..2adf94b 100644 --- a/runtime.csproj +++ b/runtime.csproj @@ -4,18 +4,18 @@ net6.0 - 6.0.5 + 6.0.6 - https://download.visualstudio.microsoft.com/download/pr/c0c10b6a-7f97-4853-afb5-44617d7cbbc4/5275bb79c31cc80cee795bb168d1f1a9/aspnetcore-runtime-6.0.5-win-x64.zip + https://download.visualstudio.microsoft.com/download/pr/188ee779-2b6d-4cf0-b11e-e0514cad80b7/9558e992445f513e3b49ab2ef205c2d3/aspnetcore-runtime-6.0.6-win-x64.zip - https://download.visualstudio.microsoft.com/download/pr/a0e9ceb8-04eb-4510-876c-795a6a123dda/6141e57558eddc2d4629c7c14c2c6fa1/aspnetcore-runtime-6.0.5-linux-x64.tar.gz + https://download.visualstudio.microsoft.com/download/pr/afd5344f-a9e9-45f9-85b5-de4551c53736/c30996daa407f9bb540ebc5edfcf16fc/aspnetcore-runtime-6.0.6-linux-x64.tar.gz - https://download.visualstudio.microsoft.com/download/pr/ec3ae29d-ea2a-44ec-8ef4-a114a0efc818/401eca540c50187f8da95c430099ea2e/aspnetcore-runtime-6.0.5-osx-x64.tar.gz + https://download.visualstudio.microsoft.com/download/pr/0f5eb01e-6b46-4ef3-8c1c-7b99657a36df/7d4807a527cd5bc5a6a864f1fcd354e7/aspnetcore-runtime-6.0.6-osx-x64.tar.gz diff --git a/version.json b/version.json index 7fdada1..5583e0a 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "0.7.6-servicing", + "Version": "0.7.6", "Codename": "UstIlimsk" }