diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index 147e5c5..60a49e5 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: 5.0.x - name: Restore dependencies run: dotnet restore diff --git a/Droplex.Test.Console/Droplex.Test.Console.csproj b/Droplex.Test.Console/Droplex.Test.Console.csproj index 0c23a3b..ec6eb48 100644 --- a/Droplex.Test.Console/Droplex.Test.Console.csproj +++ b/Droplex.Test.Console/Droplex.Test.Console.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0-windows diff --git a/Droplex/Droplex.csproj b/Droplex/Droplex.csproj index 4132c08..414f35b 100644 --- a/Droplex/Droplex.csproj +++ b/Droplex/Droplex.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0-windows Library true false @@ -10,9 +10,9 @@ - 1.6.0 - 1.6.0 - 1.6.0 + 2.0.0 + 2.0.0 + 2.0.0 Droplex Jeremy Wu MIT @@ -23,7 +23,7 @@ droplex; silent-install; installation; non-interactive; apps true true - netcoreapp3.1 + net5.0-windows