Skip to content

Commit

Permalink
NuGet: add targetFramework to certain packages
Browse files Browse the repository at this point in the history
These are not strictly needed (`netstandard1.0` covers almost everything) but makes their target platforms more clear.
  • Loading branch information
sungaila authored and bblanchon committed Jan 21, 2025
1 parent b9b79fb commit 73c254b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuget/bblanchon.PDFium.WebAssembly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<readme>README.md</readme>
<dependencies>
<group targetFramework="native" />
<group targetFramework="netstandard1.0" />
</dependencies>
</metadata>

Expand Down
2 changes: 2 additions & 0 deletions nuget/bblanchon.PDFium.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<dependencies>
<group targetFramework="native" />
<group targetFramework="netstandard1.0" />
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework="net6.0-ios13.6" />
</dependencies>
</metadata>

Expand Down
2 changes: 2 additions & 0 deletions nuget/bblanchon.PDFium.macOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<dependencies>
<group targetFramework="native" />
<group targetFramework="netstandard1.0" />
<group targetFramework="Xamarin.Mac2.0" />
<group targetFramework="net6.0-macos10.15" />
</dependencies>
</metadata>

Expand Down
2 changes: 2 additions & 0 deletions nuget/bblanchon.PDFiumV8.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<dependencies>
<group targetFramework="native" />
<group targetFramework="netstandard1.0" />
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework="net6.0-ios13.6" />
</dependencies>
</metadata>

Expand Down
2 changes: 2 additions & 0 deletions nuget/bblanchon.PDFiumV8.macOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<dependencies>
<group targetFramework="native" />
<group targetFramework="netstandard1.0" />
<group targetFramework="Xamarin.Mac2.0" />
<group targetFramework="net6.0-macos10.15" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 73c254b

Please sign in to comment.