Skip to content

Commit 6514340

Browse files
committed
source link
1 parent a727b72 commit 6514340

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

SuperSocketLite/SuperSocketLite.csproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
5-
<PackageVersion>0.15</PackageVersion>
6-
<Version>0.15</Version>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<PackageVersion>0.16</PackageVersion>
6+
<Version>0.16</Version>
77
<PackageId>SuperSocketLite</PackageId>
88
<Authors>jacking75</Authors>
99
<Company>com2us</Company>
@@ -12,6 +12,11 @@
1212
<PackageProjectUrl>https://github.com/jacking75/SuperSocketLite</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/jacking75/SuperSocketLite</RepositoryUrl>
1414
<PackageTags>SuperSocket;socket;GameServer</PackageTags>
15+
16+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1520
</PropertyGroup>
1621

1722
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -26,5 +31,8 @@
2631
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.0" />
2732
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
2833
</ItemGroup>
29-
34+
35+
<ItemGroup>
36+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
37+
</ItemGroup>
3038
</Project>

0 commit comments

Comments
 (0)