Skip to content

Commit 4cdb925

Browse files
Merge pull request #1 from JTOne123/master
[PR] The proj files have been updated to enable SourceLink
2 parents 6f6611c + 667112b commit 4cdb925

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Open.Threading.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@ Part of the "Open" set of libraries.</Description>
1818
<PackageTags>dotnet, dotnet-core, dotnetcore, cs, collections, extensions, threadsafe, thread-safe, readwrite, read-write, readerwriterlock, readerwriterlockslim</PackageTags>
1919
<PackageReleaseNotes></PackageReleaseNotes>
2020
<PackageLicenseExpression>MIT</PackageLicenseExpression>
21+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<IncludeSymbols>true</IncludeSymbols>
23+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2124
</PropertyGroup>
2225

26+
<ItemGroup>
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
28+
</ItemGroup>
29+
30+
2331
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2432
<LangVersion>latest</LangVersion>
2533
</PropertyGroup>

0 commit comments

Comments
 (0)