Skip to content

Commit 135f918

Browse files
author
Edward Thomson
committed
nuget: don't specify target framework
The version of nuget we use to assemble the nupkg creates an invalid package when this is specified.
1 parent f4c5fc0 commit 135f918

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nuget.package/NativeBinaries.nuspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
<iconUrl>https://raw.githubusercontent.com/libgit2/libgit2sharp/master/square-logo.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Native binaries for LibGit2Sharp</description>
13-
<dependencies>
14-
<group targetFramework=".NETStandard1.0" />
15-
</dependencies>
1613
</metadata>
1714
</package>

0 commit comments

Comments
 (0)