Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Bump WindowsAppSdk and Win2D versions #414

Merged
merged 1 commit into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<dependencies>
<group targetFramework="net6.0-windows10.0.18362">
<dependency id="Microsoft.Maui.Graphics" version="$version$" exclude="Build,Analyzers" />
<dependency id="Microsoft.Graphics.Win2D" version="1.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.WindowsAppSdk" version="1.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.Graphics.Win2D" version="1.0.3.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.WindowsAppSdk" version="1.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down