From ae6aece08b5abfd1f0d719c1b15a4a663d344907 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 20 Sep 2020 21:36:50 +0200 Subject: [PATCH] Upgraded to .NET 5 --- ExaArray/ExaArray.csproj | 2 +- ExaArrayTests/ExaArrayTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExaArray/ExaArray.csproj b/ExaArray/ExaArray.csproj index 4dadddc..a7219f5 100644 --- a/ExaArray/ExaArray.csproj +++ b/ExaArray/ExaArray.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 Exa ExaArray Thorsten Sommer diff --git a/ExaArrayTests/ExaArrayTests.csproj b/ExaArrayTests/ExaArrayTests.csproj index e0221a6..77fd3c7 100644 --- a/ExaArrayTests/ExaArrayTests.csproj +++ b/ExaArrayTests/ExaArrayTests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 false