Skip to content

Commit 5398a8f

Browse files
committed
[PSTk.Core] Version 1.1.4
1 parent 282fc3d commit 5398a8f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

PSTk.Core/PSTk.Core.csproj

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Copyright>Copyright © PSTk Core Team 2021</Copyright>
99
<Company>PSTk Core Team</Company>
1010
<Product>PSTk.Core</Product>
11-
<Description>PSTk is a collection of features available in .NET Core that enhances your game server performance. This toolkit contains optimized code and utilities commonly used on game development.</Description>
11+
<Description>PSTk is a collection of features available in .NET that enhances your game server performance. This toolkit contains optimized code and utilities commonly used on game development.</Description>
1212
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1313
<PackageProjectUrl>https://github.com/Devwarlt/pstk-core</PackageProjectUrl>
1414
<PackageIcon>ICON.png</PackageIcon>
@@ -21,7 +21,7 @@
2121
<EnableNETAnalyzers>true</EnableNETAnalyzers>
2222
<PackageId>PSTk.Core</PackageId>
2323
<ApplicationIcon>ICON.ico</ApplicationIcon>
24-
<Version>1.1.3</Version>
24+
<Version>1.1.4</Version>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -42,11 +42,7 @@
4242
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
4343
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
4444
</ProjectReference>
45-
<ProjectReference Include="..\PSTk.Networking\PSTk.Networking.csproj">
46-
<Private>true</Private>
47-
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
48-
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
49-
</ProjectReference>
45+
<ProjectReference Include="..\PSTk.Networking\PSTk.Networking.csproj" />
5046
<ProjectReference Include="..\PSTk.Redis\PSTk.Redis.csproj" />
5147
<ProjectReference Include="..\PSTk.Threading\PSTk.Threading.csproj">
5248
<Private>true</Private>

0 commit comments

Comments
 (0)