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