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> |
<Project> |
||||
<Import Project="..\build\SharedVersion.props" /> |
<Import Project="..\build\SharedVersion.props" /> |
||||
<ItemGroup> |
<Import Project="..\build\SourceLink.props" Condition="'$(DisableSourceLink)' == ''" /> |
||||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.0" PrivateAssets="All" /> |
|
||||
</ItemGroup> |
|
||||
</Project> |
</Project> |
||||
Loading…
Reference in new issue