File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
22
<RepositoryUrl >https://github.com/DigitalRuby/ExchangeSharp</RepositoryUrl >
23
23
<RepositoryType >git</RepositoryType >
24
24
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
25
+ <IncludeSymbols >true</IncludeSymbols >
26
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
+ <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element)-->
28
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
29
+ <!-- Embed source files that are not tracked by the source control manager in the PDB-->
30
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
25
31
</PropertyGroup >
26
32
27
33
<ItemGroup >
37
43
<PrivateAssets >all</PrivateAssets >
38
44
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
39
45
</PackageReference >
46
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
40
47
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
41
48
<PackageReference Include =" NLog" Version =" 5.3.4" />
42
49
<PackageReference Include =" SocketIOClient" Version =" 3.1.2" />
49
56
<EmbeddedResource Include =" Properties\Resources\PoloniexWithdrawalFields.csv" />
50
57
<None Remove =" nlog.config" />
51
58
<EmbeddedResource Include =" nlog.config" />
59
+ <!-- Allows ExchangeSharpTests to directly access members that are internal-->
52
60
<InternalsVisibleTo Include =" ExchangeSharpTests" />
53
61
</ItemGroup >
54
62
You can’t perform that action at this time.
0 commit comments