Skip to content

Commit

Permalink
Build stable of everything (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored May 11, 2022
1 parent 52d9869 commit 2e12735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ var TRACKED_NUGETS = new Dictionary<string, Version> {
};

var PREVIEW_ONLY_NUGETS = new List<string> {
"SkiaSharp.Views.Maui.Core",
"SkiaSharp.Views.Maui.Controls",
"SkiaSharp.Views.Maui.Controls.Compatibility",
"SkiaSharp.Views.WinUI",
"SkiaSharp.Views.Blazor",
};

Information("Source Control:");
Expand Down
6 changes: 3 additions & 3 deletions nuget/SkiaSharp.Views.WinUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release
<dependencies>
<group targetFramework="net5.0-windows10.0.18362">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.3" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.0" />
</group>
<group targetFramework="net6.0-windows10.0.18362">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.3" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.0" />
</group>
<group targetFramework="net6.0-windows10.0.19041">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.3" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.0" />
</group>
</dependencies>

Expand Down

0 comments on commit 2e12735

Please sign in to comment.