Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netstandard SkiaSharp.Views.Forms.dll should be ref-only #1012

Merged
merged 3 commits into from
Nov 16, 2019
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
9 changes: 7 additions & 2 deletions nuget/SkiaSharp.Views.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,14 @@ Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release
</metadata>
<files>

<!-- the reference assembly must be in ref https://github.com/mono/SkiaSharp/issues/1011 -->
<file src="lib/netstandard1.3/SkiaSharp.Views.Forms.dll" target="ref/netstandard1.3/SkiaSharp.Views.Forms.dll" />
<file src="lib/netstandard1.3/SkiaSharp.Views.Forms.xml" target="ref/netstandard1.3/SkiaSharp.Views.Forms.xml" />

<!-- workaround for https://github.com/xamarin/xamarin-android/issues/3920 -->
<file platform="macos,windows" src="lib/MonoAndroid/SkiaSharp.Views.Forms.dll" target="ref/MonoAndroid/SkiaSharp.Views.Forms.dll" />

<!-- SkiaSharp.Views.Forms.dll -->
<file src="lib/netstandard1.3/SkiaSharp.Views.Forms.dll" />
<file src="lib/netstandard1.3/SkiaSharp.Views.Forms.xml" />
<file platform="macos,windows" src="lib/MonoAndroid/SkiaSharp.Views.Forms.dll" />
<file platform="macos,windows" src="lib/MonoAndroid/SkiaSharp.Views.Forms.xml" />
<file platform="macos" src="lib/Xamarin.iOS/SkiaSharp.Views.Forms.dll" />
Expand Down