mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Added PrivateAssets="All" to Cosmos.Build.Tasks dependencies.
This commit is contained in:
parent
52cf4e39d0
commit
e970ebfbd2
1 changed files with 3 additions and 3 deletions
|
|
@ -20,12 +20,12 @@ $(CosmosDescription)</PackageDescription>
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Build.Framework" Version="15.5.180" />
|
||||
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.5.180" />
|
||||
<PackageReference Include="Microsoft.Build.Framework" Version="15.5.180" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.5.180" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.Debug.Symbols\IL2CPU.Debug.Symbols.csproj" />
|
||||
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.Debug.Symbols\IL2CPU.Debug.Symbols.csproj" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue