We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527510c commit a74e15dCopy full SHA for a74e15d
source/Open.Arithmetic.csproj
@@ -18,8 +18,16 @@ Part of the "Open" set of libraries.</Description>
18
<Version>1.4.0</Version>
19
<PackageReleaseNotes></PackageReleaseNotes>
20
<PackageLicenseExpression>MIT</PackageLicenseExpression>
21
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
22
+ <IncludeSymbols>true</IncludeSymbols>
23
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
24
</PropertyGroup>
25
26
+ <ItemGroup>
27
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
28
+ </ItemGroup>
29
+
30
31
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
32
<LangVersion>latest</LangVersion>
33
0 commit comments