Skip to content

Commit 56680f4

Browse files
committed
removed .NET MAUI targeting multiple platforms for VSIX build
1 parent 18e2bc8 commit 56680f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: nuget restore MauiMudBlazor.csproj
2424

2525
- name: 🛠️ Build VSIX
26-
run: msbuild MauiMudBlazor.csproj /p:Configuration=Release
26+
run: msbuild MauiMudBlazor.csproj /p:Configuration=Release /p:TargetFramework=net9.0-windows10.0.19041.0 /p:RuntimeIdentifier=win-x64
2727

2828
- name: 🚀 Publish to GitHub Releases
2929
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)