File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 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 >
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'" >
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 >
You can’t perform that action at this time.
0 commit comments