File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 27
27
<GenerateAssemblyCopyrightAttribute >true</GenerateAssemblyCopyrightAttribute >
28
28
</PropertyGroup >
29
29
30
+ <PropertyGroup >
31
+ <!-- Optional: Declare that the Repository URL can be published to NuSpec -->
32
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
33
+ <!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
34
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
35
+ <!-- Optional: Include PDB in the built .nupkg -->
36
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
37
+ </PropertyGroup >
38
+
30
39
<ItemGroup >
31
- <PackageReference Include =" GitLink" Version =" 3.1.0" >
32
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
33
- <PrivateAssets >all</PrivateAssets >
34
- </PackageReference >
35
40
<PackageReference Include =" MsgPack.Light" Version =" 1.6.2" />
36
41
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
37
42
<PackageReference Include =" System.Threading.Thread" Version =" 4.3.0" />
43
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" Condition =" '$(IsDocker)' != 'defined' " >
44
+ <PrivateAssets >all</PrivateAssets >
45
+ </PackageReference >
38
46
</ItemGroup >
39
47
40
48
<ItemGroup >
You can’t perform that action at this time.
0 commit comments