We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a662039 commit b3dc08bCopy full SHA for b3dc08b
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
run: nuget restore example\windows\example.sln
32
33
- name: run CodeGen
34
- run: dotnet run -verbose -winmd $env:USERPROFILE\.nuget\packages\microsoft.ui.xaml\2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
+ run: dotnet run -verbose -winmd $env:USERPROFILE\.nuget\packages\microsoft.ui.xaml\2.7.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
35
working-directory: package\Codegen
36
37
- name: build TS
0 commit comments