Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
X39 committed May 11, 2024
1 parent a661893 commit f0eee1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 9.0.x
- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected]
with:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --framework net7.0 --no-build --verbosity normal
run: dotnet test --framework net9.0 --no-build --verbosity normal
- name: Pack
# CHANGE PACKAGE VERSION - The retarded way
# Change the /p:VERSION=X.X.X part to change the actual package version.
Expand Down

0 comments on commit f0eee1b

Please sign in to comment.