File tree 2 files changed +16
-0
lines changed
UnitsNet.Serialization.JsonNet
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 25
25
<TargetFrameworks >netstandard2.0;net40</TargetFrameworks >
26
26
</PropertyGroup >
27
27
28
+ <!-- SourceLink -->
29
+ <PropertyGroup >
30
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
31
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
32
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
33
+ </PropertyGroup >
34
+
28
35
<!-- Strong name signing -->
29
36
<PropertyGroup >
30
37
<AssemblyOriginatorKeyFile >../UnitsNet.snk</AssemblyOriginatorKeyFile >
35
42
<!-- NuGet references that work for both signed and unsigned -->
36
43
<ItemGroup >
37
44
<PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
45
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
38
46
<PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
39
47
</ItemGroup >
40
48
Original file line number Diff line number Diff line change 25
25
<TargetFrameworks >netstandard2.0;net40</TargetFrameworks >
26
26
</PropertyGroup >
27
27
28
+ <!-- SourceLink -->
29
+ <PropertyGroup >
30
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
31
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
32
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
33
+ </PropertyGroup >
34
+
28
35
<!-- Strong name signing -->
29
36
<PropertyGroup >
30
37
<AssemblyOriginatorKeyFile >../UnitsNet.snk</AssemblyOriginatorKeyFile >
35
42
<!-- NuGet references that work for both signed and unsigned -->
36
43
<ItemGroup >
37
44
<PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
45
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
38
46
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
39
47
</ItemGroup >
40
48
You can’t perform that action at this time.
0 commit comments