Skip to content

Commit ac9c514

Browse files
Merge pull request #27 from CommunityToolkit/winui-1-0-4
Downgrade the WindowsAppSDK version back to 1.0.4
2 parents 040e6ba + 8e412d5 commit ac9c514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<Choose>
6363
<When Condition="'$(IsWinUIProject)' == 'true'">
6464
<ItemGroup>
65-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.4" />
65+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.4" />
6666
</ItemGroup>
6767
</When>
6868
</Choose>
6969

7070
<ItemGroup>
7171
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="all" />
7272
</ItemGroup>
73-
</Project>
73+
</Project>

0 commit comments

Comments
 (0)