Skip to content

Commit

Permalink
Updated to the WindowsAppSDK 1.0.0-preview3.
Browse files Browse the repository at this point in the history
  • Loading branch information
azchohfi committed Oct 27, 2021
1 parent f118cee commit d12d59a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<Choose>
<When Condition="'$(IsWinUIProject)' == 'true'">
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0-preview2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0-preview3" GeneratePathProperty="true" />
</ItemGroup>
</When>
</Choose>
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
</Target>

<!-- Workaround for https://github.com/microsoft/WindowsAppSDK/issues/1217 -->
<Target Name="FixBinPlaceBootstrapDll" BeforeTargets="BinPlaceBootstrapDll">
<PropertyGroup>
<_WindowsAppSDKFoundationPlatform>x86</_WindowsAppSDKFoundationPlatform>
</PropertyGroup>
<Target Name="FixReferenceCopyLocalPaths" BeforeTargets="ResolvePackageAssets">
<ItemGroup>
<ReferenceCopyLocalPaths Remove="$(PkgMicrosoft_WindowsAppSDK)\build\..\runtimes\lib\native\AnyCPU\Microsoft.WindowsAppRuntime.Bootstrap.dll"/>
</ItemGroup>
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.0.0-preview2]">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.0.0-preview3]">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.11-build.{height}",
"version": "2.0.12-build.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
Expand Down

0 comments on commit d12d59a

Please sign in to comment.