Skip to content

Commit

Permalink
adding .NET 9 to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 18, 2024
1 parent 7ad5487 commit baf4800
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 349 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Setup .NET 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x

- name: Test
run: dotnet test src/JasperFx.Core.Tests/JasperFx.Core.Tests.csproj
5 changes: 5 additions & 0 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x

- name: Setup .NET 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x

- name: Build
run: dotnet build src/JasperFx.Core/JasperFx.Core.csproj --configuration Release
Expand Down
349 changes: 0 additions & 349 deletions src/JasperFx.Core.Tests/StringExtensionsTester.cs

This file was deleted.

0 comments on commit baf4800

Please sign in to comment.