Skip to content

Commit

Permalink
update release default framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchavakis committed Apr 15, 2021
1 parent ad12e7b commit 8510316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/NugetUtility.csproj
Expand Up @@ -9,7 +9,7 @@
<RepositoryType>git</RepositoryType>
<PackageId>dotnet-project-licenses</PackageId>
<ToolCommandName>dotnet-project-licenses</ToolCommandName>
<Version>2.2.11</Version>
<Version>2.3.0</Version>
<Authors>Tom Chavakis</Authors>
<Company>-</Company>
<Title>.NET Core Tool to print a list of the licenses of a projects</Title>
Expand Down

0 comments on commit 8510316

Please sign in to comment.