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:
parent
5cc4455e6d
commit
45f9a80d77
@ -17,6 +17,12 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Artemis.Storage\Artemis.Storage.csproj"/>
|
<ProjectReference Include="..\Artemis.Storage\Artemis.Storage.csproj"/>
|
||||||
<ProjectReference Condition="'$(BuildingNuget)' == 'True'" Update="..\Artemis.Storage\Artemis.Storage.csproj" PrivateAssets="All"/>
|
<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">
|
<_PackageFiles Include="$(OutputPath)\Artemis.Storage.dll">
|
||||||
<BuildAction>None</BuildAction>
|
<BuildAction>None</BuildAction>
|
||||||
<PackagePath>lib\$(TargetFramework)</PackagePath>
|
<PackagePath>lib\$(TargetFramework)</PackagePath>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user