Skip to content

Commit

Permalink
nuget: drop netstandard1.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 7, 2025
1 parent 644f3f5 commit 3101e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions ci/pack_nuget/native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
<authors>Imazen, lilith</authors>
<owners>Imazen, lilith</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Imageflow is a fast, correct image processing library for web servers. This package contains only the native library; see Imageflow.Net for the managed wrapper. </description>
<description>You probably want Imageflow.AllPlatforms or Imageflow.Server instead. Imageflow is a fast, correct image processing library for web servers. This package contains only the native library; see Imageflow.Net for the managed wrapper. </description>
<copyright>AGPLv3 or commercial</copyright>
<tags>imageflow imazen</tags>
<dependencies>
<group targetFramework=".NETStandard1.0" />
</dependencies>
<repository type="git" url="https://github.com/:repo_name_native:" />
</metadata>
</package>
3 changes: 0 additions & 3 deletions ci/pack_nuget/native_tool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<description>imageflow_tool is a fast, correct image processing tool suitable for web servers. This package contains only the native executable; see Imageflow.Net for a managed wrapper.</description>
<copyright>AGPLv3 or commercial</copyright>
<tags>imageflow imazen imageflow_tool</tags>
<dependencies>
<group targetFramework=".NETStandard1.0" />
</dependencies>
<repository type="git" url="https://github.com/:repo_name_tool:" />
</metadata>
</package>

0 comments on commit 3101e65

Please sign in to comment.