File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 23
23
<TargetFrameworks >netstandard2.0;net40</TargetFrameworks >
24
24
<RootNamespace >UnitsNet</RootNamespace >
25
25
<NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809;CS1591</NoWarn >
26
+
27
+ <!-- SourceLink -->
28
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
29
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
30
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
26
31
</PropertyGroup >
27
32
28
33
<!-- NuGet references that work for both signed and unsigned -->
29
34
<ItemGroup >
30
35
<PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
36
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
31
37
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
32
38
</ItemGroup >
33
39
You can’t perform that action at this time.
0 commit comments