Skip to content

Commit

Permalink
[COMMIT] The proj files have been updated to enable SourceLink [XmlSa…
Browse files Browse the repository at this point in the history
…mpleGenerator.csproj]
  • Loading branch information
JTOne123 committed Jun 25, 2020
1 parent 2f08cd6 commit a96e9f6
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 a96e9f6

Please sign in to comment.