[CHANGE] Updated workflow dotnet version -> 8.0.x
All checks were successful
Build C# Library / build (push) Successful in 1m2s

This commit is contained in:
max
2025-08-02 15:47:14 +02:00
parent 582fe194b9
commit ce4139d100

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore