Skip to content

Commit

Permalink
Upgrade Microsoft.WindowsAppSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
josetr committed Nov 10, 2022
1 parent 509052a commit 772d3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.1.3]">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.1.5]">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AudioDeviceSwitcher/AudioDeviceSwitcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.3" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.5" />
<PackageReference Include="MvvmGen" Version="1.1.2" />
<PackageReference Include="PInvoke.User32" Version="0.7.104" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354">
Expand Down

0 comments on commit 772d3bc

Please sign in to comment.