Skip to content

Commit

Permalink
fix: Reverting winappsdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Feb 23, 2023
1 parent 17fdd51 commit 07da120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/library/Uno.Cupertino/Uno.Cupertino.csproj
Expand Up @@ -56,7 +56,7 @@

<PackageReference Include="Uno.WinUI.Lottie" Version="4.7.37" Condition="!$(_IsWinUI)" />

<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221109.1" Condition="$(_IsWinUI)" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.0" Condition="$(_IsWinUI)" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" Condition="$(_IsWinUI)"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/library/Uno.Material/Uno.Material.csproj
Expand Up @@ -61,7 +61,7 @@

<PackageReference Include="Uno.WinUI.Lottie" Version="4.7.37" Condition="!$(_IsWinUI)" />

<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221109.1" Condition="$(_IsWinUI)" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.0" Condition="$(_IsWinUI)" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" Condition="$(_IsWinUI)"/>
</ItemGroup>

Expand Down

0 comments on commit 07da120

Please sign in to comment.