From c38f3cc35593dccad733510e91ce664beeeabb8d Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Sun, 29 May 2022 06:44:21 +0300 Subject: [PATCH 1/2] Ugrade to .NET 6.0.5 --- global.json | 2 +- runtime.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 07aaadfe..19c87f2a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.202" + "version": "6.0.300" } } diff --git a/runtime.csproj b/runtime.csproj index 998e8302..0b43b1c4 100644 --- a/runtime.csproj +++ b/runtime.csproj @@ -4,18 +4,18 @@ net6.0 - 6.0.4 + 6.0.5 - https://download.visualstudio.microsoft.com/download/pr/bfbc4558-f639-4209-a9bb-f3e9591a4e0b/696b30897550c521b07487b1ddbe67ab/aspnetcore-runtime-6.0.4-win-x64.zip + 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/de3f6658-5d5b-4986-aeb1-7efdf5818437/7df572051df15117a0f52be1b79e1823/aspnetcore-runtime-6.0.4-linux-x64.tar.gz + 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/b39aa0b4-27e2-4fce-bf36-fb6d46f89e5e/6b8ca3b4c7026db460df1d49f5366f1b/aspnetcore-runtime-6.0.4-osx-x64.tar.gz + https://download.visualstudio.microsoft.com/download/pr/c0c10b6a-7f97-4853-afb5-44617d7cbbc4/5275bb79c31cc80cee795bb168d1f1a9/aspnetcore-runtime-6.0.5-win-x64.zip From f0f72305b634ea509c48259d6cbf04a081107f79 Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Sun, 29 May 2022 06:48:08 +0300 Subject: [PATCH 2/2] Fix macos link --- runtime.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.csproj b/runtime.csproj index 0b43b1c4..45dae3ac 100644 --- a/runtime.csproj +++ b/runtime.csproj @@ -15,7 +15,7 @@ - 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/ec3ae29d-ea2a-44ec-8ef4-a114a0efc818/401eca540c50187f8da95c430099ea2e/aspnetcore-runtime-6.0.5-osx-x64.tar.gz