Skip to content

Commit

Permalink
Merge pull request #39 from drewnoakes/fix-package-for-netcore
Browse files Browse the repository at this point in the history
Fix consumption of package for .NET Core and .NET 5
  • Loading branch information
jingwood committed Dec 11, 2020
2 parents d93e121 + 655c634 commit f4b13c9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package/unvell.D2DLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,18 @@
<description>Provides the hardware-accelerated high performance immediate mode rendering functionality via Direct2D API.</description>
<summary>Provides the hardware-accelerated high performance immediate mode rendering functionality via Direct2D API.</summary>
<copyright>Copyright (c) 2012-2019 Jingwood, unvell.com, all rights reserved.</copyright>
<tags>direct2d hardward-acceleration drawing draw custom-draw rendering paint gpu performance immediate bitmap memory-bitmap direct2d-api graphics-context</tags>
<tags>direct2d hardware-acceleration drawing draw custom-draw rendering paint gpu performance immediate bitmap memory-bitmap direct2d-api graphics-context</tags>
<dependencies>
<group targetFramework="net20">
</group>
<group targetFramework="netcore">
</group>
<group targetFramework="net20" />
<group targetFramework="netstandard1.0" />
</dependencies>
</metadata>
<files>
<file src="logo_d2dlib.png" target="" />
<file src="..\binary\x86-build\d2dlibexport.dll" target="lib\net20" />
<file src="..\binary\x86-build\d2dwinform.dll" target="lib\net20" />
<file src="..\binary\x86-build\d2dlibexport.dll" target="lib\netcore" />
<file src="..\binary\x86-build\d2dwinform.dll" target="lib\netcore" />
<file src="..\binary\x86-build\d2dlibexport.dll" target="lib\netstandard1.0" />
<file src="..\binary\x86-build\d2dwinform.dll" target="lib\netstandard1.0" />
<file src="..\binary\x86-build\d2dlib32.dll" target="build" />
<file src="unvell.D2DLib.targets" target="build" />
<file src="..\README.md" target="" />
Expand Down

0 comments on commit f4b13c9

Please sign in to comment.