Skip to content

Commit a66ecf8

Browse files
committed
added Microsoft.SourceLink.GitHub to csproj, removed debug type node
1 parent bee0cef commit a66ecf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Light.GuardClauses/Light.GuardClauses.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Description>A lightweight .NET library for expressive Guard Clauses.</Description>
88
<Authors>Kenny Pflug</Authors>
99
<Company>Kenny Pflug</Company>
10-
<DebugType>Portable</DebugType>
1110
<Nullable>enable</Nullable>
1211
<Copyright>Copyright © Kenny Pflug 2016, 2021</Copyright>
1312
<LangVersion>10.0</LangVersion>
@@ -36,6 +35,7 @@ Light.GuardClauses 10.0.0
3635
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
3736
<PackageReference Include="System.Memory" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
3837
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
38+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)