Added PrivateAssets="All" to Cosmos.Build.Tasks dependencies.

This commit is contained in:
José Pedro 2018-02-09 21:06:32 +00:00
parent 52cf4e39d0
commit e970ebfbd2
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -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>