Skip to content

Commit

Permalink
Updated github actions to use .Net 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natekford committed Jan 2, 2025
1 parent bcd323c commit c1e85ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
1 change: 1 addition & 0 deletions SongProcessor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
.github\workflows\run_tests.yml = .github\workflows\run_tests.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SongProcessor.Tests", "tests\SongProcessor.Tests\SongProcessor.Tests.csproj", "{71D4DF31-8DB5-4320-A855-159015B79228}"
Expand Down

0 comments on commit c1e85ef

Please sign in to comment.