Skip to content

Commit eafbca0

Browse files
committed
SourceLink打包
1 parent f26168b commit eafbca0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Directory.Build.props

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.0.6</Version>
3+
<Version>2.0.7</Version>
44
<Copyright>Copyright © laojiu 2017-2024</Copyright>
55
<NoWarn>IDE0057</NoWarn>
66
</PropertyGroup>
@@ -16,6 +16,16 @@
1616
<PackageIcon>icon.png</PackageIcon>
1717
</PropertyGroup>
1818

19+
<PropertyGroup>
20+
<IncludeSymbols>True</IncludeSymbols>
21+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
23+
</PropertyGroup>
24+
25+
<ItemGroup>
26+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
27+
</ItemGroup>
28+
1929
<ItemGroup>
2030
<None Include="..\icon.png">
2131
<Pack>True</Pack>

0 commit comments

Comments
 (0)