Skip to content

Commit

Permalink
NuGet: Try to fix the contentFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Nov 26, 2023
1 parent f802530 commit 1326a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EasyHook.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Andraste.EasyHook</id>
<version>1.0.1</version>
<version>1.0.2</version>
<title>EasyHook Andraste Fork</title>
<authors>EasyHook, Andraste</authors>
<owners>Andraste</owners>
Expand All @@ -20,7 +20,7 @@ EasyHook currently supports injecting assemblies built for .NET Framework 3.5 an
</frameworkAssemblies>
<readme>README.md</readme>
<contentFiles>
<files include="*" buildAction="None" flatten="false" copyToOutput="true" />
<files include="any/net40/**/*" buildAction="None" flatten="false" copyToOutput="true" />
</contentFiles>
<dependencies>
<group targetFramework="net40" />
Expand Down

0 comments on commit 1326a3b

Please sign in to comment.