update 2#

This commit is contained in:
Mili 2022-09-01 23:16:44 +08:00
parent bb423c7439
commit 4e05d506b0
4 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -362,5 +362,5 @@ MigrationBackup/
# Fody - auto-generated XML schema # Fody - auto-generated XML schema
FodyWeavers.xsd FodyWeavers.xsd
#FunGameServer.Implement #FunGame.Implement
FunGameServer.Core/Implement/*.cs FunGame.Core/Implement/*.cs

View File

@ -5,7 +5,7 @@ VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunGameServer", "FunGameServer\FunGameServer.csproj", "{CFC4F490-967B-4F12-883E-86C2A6E61461}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunGameServer", "FunGameServer\FunGameServer.csproj", "{CFC4F490-967B-4F12-883E-86C2A6E61461}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunGameServer.Core", "FunGameServer.Core\FunGameServer.Core.csproj", "{F5BACA36-3DE2-450A-8518-E5DC29991875}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunGame.Core", "FunGameServer.Core\FunGame.Core.csproj", "{F5BACA36-3DE2-450A-8518-E5DC29991875}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -9,7 +9,7 @@ using System.Threading.Tasks;
using System.Data.SqlTypes; using System.Data.SqlTypes;
using FunGameServer.Utils; using FunGameServer.Utils;
using System.Reflection.Metadata; using System.Reflection.Metadata;
using FunGame.Models.Entity; using FunGame.Core.Api.Model.Entity;
using System.Net; using System.Net;
namespace FunGameServer.Sockets namespace FunGameServer.Sockets