Skip to content

Commit

Permalink
Merge pull request #213 from JTOne123/master
Browse files Browse the repository at this point in the history
[PR] The proj files have been updated to enable SourceLink
  • Loading branch information
mganss authored Jun 25, 2020
2 parents 2f08cd6 + a96e9f6 commit d3c3509
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions XmlSampleGenerator/XmlSampleGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Remove="EULA.rtf" />
</ItemGroup>
Expand Down

0 comments on commit d3c3509

Please sign in to comment.