mirror of
https://github.com/Zheneq/EvoS
synced 2026-08-23 18:23:04 -04:00
Update solution
This commit is contained in:
parent
e3da73efec
commit
787fa03ca9
4 changed files with 2 additions and 10 deletions
|
|
@ -7,10 +7,6 @@
|
|||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\EvoS.Framework\EvoS.Framework.csproj" />
|
||||
<ProjectReference Include="..\LobbyServer2\CentralServer.csproj" />
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
<PackageReference Include="log4net" Version="2.0.15" />
|
||||
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
|
||||
<PackageReference Include="MySql.Data" Version="8.0.17" />
|
||||
<PackageReference Include="NetSerializer" Version="4.1.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
||||
<PackageReference Include="NetSerializer" Version="4.1.2" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.App" />
|
||||
<PackageReference Include="vtortola.WebSocketListener" Version="3.0.0" />
|
||||
|
|
|
|||
3
EvoS.sln
3
EvoS.sln
|
|
@ -10,9 +10,6 @@ EndProject
|
|||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvoS.Sandbox", "EvoS.Sandbox\EvoS.Sandbox.csproj", "{92FC5EAF-05A5-4E64-8207-DEDEF85DCA15}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B44FF39-795B-46FB-8668-E8D71FC814AF}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
mysql_schema.txt = mysql_schema.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralServer", "LobbyServer2\CentralServer.csproj", "{7F5605D7-A49E-458F-A1F9-535B8950BBBA}"
|
||||
EndProject
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="6.1.0" />
|
||||
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
|
||||
<PackageReference Include="System.ServiceModel.Primitives" Version="4.9.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.App" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue