Skip to content

Commit

Permalink
Fix NuGet packaging (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Oct 7, 2024
1 parent 827e9aa commit aece186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WoofWare.Myriad.Plugins/WoofWare.Myriad.Plugins.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<WarnOn>FS3559</WarnOn>
<PackageId>WoofWare.Myriad.Plugins</PackageId>
<PackageIcon>logo.png</PackageIcon>
<NoWarn>NU5118</NoWarn>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

Expand Down Expand Up @@ -59,7 +60,7 @@
<ProjectReference Include="..\WoofWare.Myriad.Plugins.Attributes\WoofWare.Myriad.Plugins.Attributes.fsproj"/>
<!-- NuGet is such a clown package manager! Get the DLLs into the Nupkg artefact, I have no idea why this is needed,
but without this line, we don't get any dependency at all packaged into the resulting artefact. -->
<None Include="$(OutputPath)\WoofWare.Myriad.Plugins.Attributes.dll" Pack="true" PackagePath="lib\$(TargetFramework)"/>
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="lib\$(TargetFramework)"/>
</ItemGroup>

</Project>

0 comments on commit aece186

Please sign in to comment.