diff --git a/rinseoff/rinseoff.csproj b/rinseoff/rinseoff.csproj index 2020a3d..14aac8b 100644 --- a/rinseoff/rinseoff.csproj +++ b/rinseoff/rinseoff.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 diff --git a/rinseoffcli/rinseoffcli.csproj b/rinseoffcli/rinseoffcli.csproj index 473c02e..99e84eb 100644 --- a/rinseoffcli/rinseoffcli.csproj +++ b/rinseoffcli/rinseoffcli.csproj @@ -6,7 +6,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/tests/tests.csproj b/tests/tests.csproj index 777e8a7..03bb703 100644 --- a/tests/tests.csproj +++ b/tests/tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 false