From 9e37f6dd1f8d1d90dc03c8c06df960f43886c051 Mon Sep 17 00:00:00 2001 From: michielpost Date: Sun, 15 Nov 2020 14:43:13 +0100 Subject: [PATCH] Updated projects to .Net 5 --- Encrypter Tests/Encrypter Tests.csproj | 6 +++--- Encrypter/Encrypter.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Encrypter Tests/Encrypter Tests.csproj b/Encrypter Tests/Encrypter Tests.csproj index 072f091..e02724d 100644 --- a/Encrypter Tests/Encrypter Tests.csproj +++ b/Encrypter Tests/Encrypter Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 Encrypter_Tests false @@ -9,8 +9,8 @@ - - + + diff --git a/Encrypter/Encrypter.csproj b/Encrypter/Encrypter.csproj index 59e5ac0..373ba13 100644 --- a/Encrypter/Encrypter.csproj +++ b/Encrypter/Encrypter.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 true true Thorsten Sommer