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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2020-01-18 00:35:22 +0300
committerJb Evain <jb@evain.net>2020-01-18 00:35:22 +0300
commit93aeae7f8f67e0d9899c41d252817bf12ec54086 (patch)
treef3af430b9d2e067c96bd1b06df49cf14ceb3d906 /Directory.Build.props
parentdaadf7659817104634be6d2ab30d1ff877fc11f6 (diff)
Add sourcelink
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 8c39199..ee63f7a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,6 +16,9 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.0" />
</ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
+ </ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
<Reference Include="System" />
<Reference Include="System.Core" />