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