fix(deps): Add PrivateAssets all to DotNet.ReproducibleBuilds.Isolated (#7)
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1"/>
|
||||
<PackageReference Include="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
|
||||
Reference in New Issue
Block a user