From 175041ebe525cb393733fb8214868347c5465164 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 29 Dec 2020 08:41:28 +0000 Subject: [PATCH] switch to dotnet 5.0 --- rinseoff/rinseoff.csproj | 2 +- rinseoffcli/rinseoffcli.csproj | 2 +- tests/tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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