Skip to content

Commit

Permalink
Use .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Jan 2, 2025
1 parent 861c389 commit 78cd957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.36
dotnet-version: 6.0.x
- name: Run tests
run: dotnet test test/Test.csproj
2 changes: 1 addition & 1 deletion .github/workflows/demo_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.36
dotnet-version: 6.0.x
- name: dotnet publish
run: |
cd demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.36
dotnet-version: 6.0.x
- name: Bump release version
id: bump-version
run: |
Expand Down

0 comments on commit 78cd957

Please sign in to comment.