From 85103163ac4f1c76430d4282bf7080dd4be08601 Mon Sep 17 00:00:00 2001 From: Tom Chavakis Date: Thu, 15 Apr 2021 21:43:55 +0300 Subject: [PATCH] update release default framework --- .github/workflows/release.yml | 2 +- src/NugetUtility.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8a841cb..61f0c5eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: run: dotnet publish -c Release -o ./artifacts # publish the package to package folder - name: Publish the artifact - run: dotnet publish -c Release -o ./package + run: dotnet publish -f net5.0 -c Release -o ./package # Add nuget package - name: Nuget package run: dotnet pack -c Release -o ./artifacts diff --git a/src/NugetUtility.csproj b/src/NugetUtility.csproj index dfae32a7..a70fcbcc 100644 --- a/src/NugetUtility.csproj +++ b/src/NugetUtility.csproj @@ -9,7 +9,7 @@ git dotnet-project-licenses dotnet-project-licenses - 2.2.11 + 2.3.0 Tom Chavakis - .NET Core Tool to print a list of the licenses of a projects