File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
[switch ]
4
4
$UseNuGet ,
5
5
[Version ]
6
- $WinUIVersion = " 2.6 .0"
6
+ $WinUIVersion = " 2.7 .0"
7
7
)
8
8
9
9
$AppName = Split-Path $PWD - Leaf
Original file line number Diff line number Diff line change 27
27
run : nuget restore example\windows\example.sln
28
28
29
29
- name : run CodeGen
30
- run : dotnet run -verbose -winmd $env:USERPROFILE\.nuget\packages\microsoft.ui.xaml\2.6 .0\lib\uap10.0\Microsoft.UI.Xaml.winmd
30
+ run : dotnet run -verbose -winmd $env:USERPROFILE\.nuget\packages\microsoft.ui.xaml\2.7 .0\lib\uap10.0\Microsoft.UI.Xaml.winmd
31
31
working-directory : package\Codegen
32
32
33
33
- name : build TS
Original file line number Diff line number Diff line change 2
2
"profiles" : {
3
3
"Codegen" : {
4
4
"commandName" : " Project" ,
5
- "commandLineArgs" : " -verbose -winmd %USERPROFILE%\\ .nuget\\ packages\\ microsoft.ui.xaml\\ 2.6 .0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd"
5
+ "commandLineArgs" : " -verbose -winmd %USERPROFILE%\\ .nuget\\ packages\\ microsoft.ui.xaml\\ 2.7 .0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd"
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change 2
2
"profiles" : {
3
3
"Codegen" : {
4
4
"commandName" : " Project" ,
5
- "commandLineArgs" : " -verbose -winmd %USERPROFILE%\\ .nuget\\ packages\\ microsoft.ui.xaml\\ 2.6 .0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd"
5
+ "commandLineArgs" : " -verbose -winmd %USERPROFILE%\\ .nuget\\ packages\\ microsoft.ui.xaml\\ 2.7 .0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd"
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change 7
7
"typings" : " lib/index.d.ts" ,
8
8
"scripts" : {
9
9
"build" : " tsc -b" ,
10
- "codegen" : " dotnet run --project codegen -verbose -winmd %USERPROFILE%\\ .nuget\\ packages\\ microsoft.ui.xaml\\ 2.6 .0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd && yarn build"
10
+ "codegen" : " dotnet run --project codegen -verbose -winmd %USERPROFILE%\\ .nuget\\ packages\\ microsoft.ui.xaml\\ 2.7 .0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd && yarn build"
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
Original file line number Diff line number Diff line change 5
5
<PropertyGroup Label =" Microsoft.ReactNative Build Flags" >
6
6
<UseWinUI3 >false</UseWinUI3 >
7
7
<UseHermes >false</UseHermes >
8
- <WinUI2xVersion >2.6 .0</WinUI2xVersion >
8
+ <WinUI2xVersion >2.7 .0</WinUI2xVersion >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" CDebug" version =" 0.0.3" targetFramework =" native" />
4
4
<package id =" Microsoft.Windows.CppWinRT" version =" 2.0.210309.3" targetFramework =" native" />
5
- <package id =" Microsoft.UI.Xaml" version =" 2.6 .0" targetFramework =" native" />
5
+ <package id =" Microsoft.UI.Xaml" version =" 2.7 .0" targetFramework =" native" />
6
6
</packages >
You can’t perform that action at this time.
0 commit comments