From 64522796f345e664696b9eb5836e97b1a47fdd68 Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Mon, 20 Jun 2022 21:41:36 +0300 Subject: [PATCH 1/2] Update .NET to 6.0.6 --- global.json | 2 +- runtime.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 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 From eeca52bef10a290218bd735bafca84d91feb0419 Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Mon, 20 Jun 2022 22:07:13 +0300 Subject: [PATCH 2/2] Updated version.json --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }