Update actions to build .net 9

This commit is contained in:
ahjephson
2025-02-07 09:46:14 +00:00
parent dc4b515763
commit 6a0796ef20

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '8.0.x' dotnet-version: '9.0.x'
- name: Install GitVersion - name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.0 uses: gittools/actions/gitversion/setup@v3.0.0