Skip to content

Commit

Permalink
Merge pull request #5 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
yanjustino authored Jun 28, 2020
2 parents 5279493 + 40b24c5 commit 528f7e2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Polyjuice/Polyjuice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@
<icon>https://raw.githubusercontent.com/emergingcode/polyjuice/master/docs/logo_64x64.png</icon>
<PackageIconUrl>https://raw.githubusercontent.com/emergingcode/polyjuice/master/docs/logo_64x64.png</PackageIconUrl>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>

<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="Potions\Data\Address\*.data" />
Expand Down

0 comments on commit 528f7e2

Please sign in to comment.