Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.targets - github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc0b52977836f75e2dd782bf81dd4166ea9d18a1 (plain)
1
2
3
4
5
6
7
8
9
<Project>
  <PropertyGroup>
    <PublishRepositoryUrl>true</PublishRepositoryUrl>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition=" '$(PackageId)' != '' " />
  </ItemGroup>
</Project>