Skip to content

Commit

Permalink
source link
Browse files Browse the repository at this point in the history
  • Loading branch information
jacking75 committed Sep 7, 2022
1 parent a727b72 commit 6514340
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions SuperSocketLite/SuperSocketLite.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageVersion>0.15</PackageVersion>
<Version>0.15</Version>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>0.16</PackageVersion>
<Version>0.16</Version>
<PackageId>SuperSocketLite</PackageId>
<Authors>jacking75</Authors>
<Company>com2us</Company>
Expand All @@ -12,6 +12,11 @@
<PackageProjectUrl>https://github.com/jacking75/SuperSocketLite</PackageProjectUrl>
<RepositoryUrl>https://github.com/jacking75/SuperSocketLite</RepositoryUrl>
<PackageTags>SuperSocket;socket;GameServer</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -26,5 +31,8 @@
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>

0 comments on commit 6514340

Please sign in to comment.