Skip to content

Commit

Permalink
added Microsoft.SourceLink.GitHub to csproj, removed debug type node
Browse files Browse the repository at this point in the history
  • Loading branch information
feO2x committed Dec 6, 2021
1 parent bee0cef commit a66ecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Light.GuardClauses/Light.GuardClauses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Description>A lightweight .NET library for expressive Guard Clauses.</Description>
<Authors>Kenny Pflug</Authors>
<Company>Kenny Pflug</Company>
<DebugType>Portable</DebugType>
<Nullable>enable</Nullable>
<Copyright>Copyright © Kenny Pflug 2016, 2021</Copyright>
<LangVersion>10.0</LangVersion>
Expand Down Expand Up @@ -36,6 +35,7 @@ Light.GuardClauses 10.0.0
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Memory" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a66ecf8

Please sign in to comment.