Build with .NET 9 SDK (#3025)

This commit is contained in:
Mihail Gribkov
2024-11-12 22:39:14 +03:00
committed by GitHub
parent 5904ecde5a
commit 164a289623

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Is Tag Build
if: startsWith(github.ref, 'refs/tags/')