Update dotnet-desktop.yml

This commit is contained in:
Mikhail
2024-12-29 10:47:31 -05:00
parent 95d5bae671
commit 0fbfb36dcc

View File

@@ -23,10 +23,10 @@ jobs:
fetch-depth: 0
# Install the .NET Core workload
- name: Install .NET 8
- name: Install .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild