fix: update .NET version and action versions in workflow configuration

This commit is contained in:
Zhe Fang
2025-06-12 10:57:12 -04:00
parent 9745b7e558
commit b4bd479d3c

View File

@@ -33,11 +33,11 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
# Add the NuGet source for the CommunityToolkit-Labs
- name: Add CommunityToolkit-Labs NuGet source
@@ -73,7 +73,7 @@ jobs:
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload MSIX package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: MSIX Package
path: ${{ env.Solution_Name }}\\Packages