File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Tests/ColorCode.WinUITests (Package) Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 57
57
<Choose >
58
58
<When Condition =" '$(IsWinUIProject)' == 'true'" >
59
59
<ItemGroup >
60
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0.0-preview2 " />
60
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0.0-preview3 " GeneratePathProperty = " true " />
61
61
</ItemGroup >
62
62
</When >
63
63
</Choose >
Original file line number Diff line number Diff line change 19
19
</Target >
20
20
21
21
<!-- Workaround for https://github.com/microsoft/WindowsAppSDK/issues/1217 -->
22
- <Target Name =" FixBinPlaceBootstrapDll " BeforeTargets =" BinPlaceBootstrapDll " >
23
- <PropertyGroup >
24
- <_WindowsAppSDKFoundationPlatform >x86</ _WindowsAppSDKFoundationPlatform >
25
- </PropertyGroup >
22
+ <Target Name =" FixReferenceCopyLocalPaths " BeforeTargets =" ResolvePackageAssets " >
23
+ <ItemGroup >
24
+ <ReferenceCopyLocalPaths Remove = " $(PkgMicrosoft_WindowsAppSDK)\build\..\runtimes\lib\native\AnyCPU\Microsoft.WindowsAppRuntime.Bootstrap.dll " / >
25
+ </ItemGroup >
26
26
</Target >
27
27
28
28
</Project >
Original file line number Diff line number Diff line change 78
78
</ProjectReference >
79
79
</ItemGroup >
80
80
<ItemGroup >
81
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" [1.0.0-preview2 ]" >
81
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" [1.0.0-preview3 ]" >
82
82
<IncludeAssets >build</IncludeAssets >
83
83
</PackageReference >
84
84
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.11 -build.{height}" ,
2
+ "version" : " 2.0.12 -build.{height}" ,
3
3
"publicReleaseRefSpec" : [
4
4
" ^refs/heads/master$" , // we release out of master
5
5
" ^refs/heads/rel/\\ d+\\ .\\ d+\\ .\\ d+" // we also release branches starting with rel/N.N.N
You can’t perform that action at this time.
0 commit comments