Skip to content

Commit

Permalink
Downgrade the WindowsAppSDK version back to 1.0.4
Browse files Browse the repository at this point in the history
See tracking issue for root cause of issues with 1.1.x is here: microsoft/WindowsAppSDK#2829
  • Loading branch information
michael-hawker authored Sep 7, 2022
1 parent 040e6ba commit 8e412d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
<Choose>
<When Condition="'$(IsWinUIProject)' == 'true'">
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.4" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.4" />
</ItemGroup>
</When>
</Choose>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="all" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 8e412d5

Please sign in to comment.