Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
update gh action to .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Aug 7, 2023
1 parent 481c556 commit c0f9151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .Net SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.x
dotnet-version: 7.x

- name: Run Tests
run: dotnet test Template/Tests/MongoWebApiStarter.Tests.csproj --configuration Release --verbosity minimal
Expand Down

0 comments on commit c0f9151

Please sign in to comment.