1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Meta - Added _PackageFiles explaination

This commit is contained in:
Robert 2022-09-30 20:45:12 +02:00 committed by RobertBeekman
parent 5cc4455e6d
commit 45f9a80d77

View File

@ -17,6 +17,12 @@
<ItemGroup>
<ProjectReference Include="..\Artemis.Storage\Artemis.Storage.csproj"/>
<ProjectReference Condition="'$(BuildingNuget)' == 'True'" Update="..\Artemis.Storage\Artemis.Storage.csproj" PrivateAssets="All"/>
<!--
Include Artemis.Storage directly in the NuGet package instead of expecting it as an external dependency
https://github.com/NuGet/Home/issues/3891#issuecomment-309792369
https://github.com/NuGet/Home/pull/11708
-->
<_PackageFiles Include="$(OutputPath)\Artemis.Storage.dll">
<BuildAction>None</BuildAction>
<PackagePath>lib\$(TargetFramework)</PackagePath>