4 changed files with 12 additions and 3 deletions
@ -0,0 +1,5 @@ |
|||
<Project> |
|||
<ItemGroup> |
|||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.0" PrivateAssets="All" /> |
|||
</ItemGroup> |
|||
</Project> |
|||
@ -1,6 +1,4 @@ |
|||
<Project> |
|||
<Import Project="..\build\SharedVersion.props" /> |
|||
<ItemGroup> |
|||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.0" PrivateAssets="All" /> |
|||
</ItemGroup> |
|||
<Import Project="..\build\SourceLink.props" Condition="'$(DisableSourceLink)' == ''" /> |
|||
</Project> |
|||
Loading…
Reference in new issue