From 5817c2f1e3e617abf6f24654e3e200b902f66207 Mon Sep 17 00:00:00 2001 From: ItalyToast Date: Sat, 7 Aug 2021 10:22:09 +0200 Subject: [PATCH] Bump CSharp/solution_4 .NET version to 5.0 (#603) --- PrimeCSharp/solution_4/Dockerfile | 2 +- PrimeCSharp/solution_4/PrimeSieveCS.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PrimeCSharp/solution_4/Dockerfile b/PrimeCSharp/solution_4/Dockerfile index 528da31db..65d7b4b73 100644 --- a/PrimeCSharp/solution_4/Dockerfile +++ b/PrimeCSharp/solution_4/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:3.1-focal AS build +FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build WORKDIR /source # copy csproj and restore as distinct layers diff --git a/PrimeCSharp/solution_4/PrimeSieveCS.csproj b/PrimeCSharp/solution_4/PrimeSieveCS.csproj index 0581f1af8..49bd01a6b 100644 --- a/PrimeCSharp/solution_4/PrimeSieveCS.csproj +++ b/PrimeCSharp/solution_4/PrimeSieveCS.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0