Skip to content

Commit a74e15d

Browse files
committed
[COMMIT] The proj files have been updated to enable SourceLink [Open.Arithmetic.csproj]
1 parent 527510c commit a74e15d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/Open.Arithmetic.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
<Version>1.4.0</Version>
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)