diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/.vs/CommunityServerAPI/DesignTimeBuild/.dtbcache.v2 b/.vs/CommunityServerAPI/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 17ffe3a..0000000 Binary files a/.vs/CommunityServerAPI/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/.vs/CommunityServerAPI/FileContentIndex/026c4087-856f-4fee-9b51-b790775d2b15.vsidx b/.vs/CommunityServerAPI/FileContentIndex/026c4087-856f-4fee-9b51-b790775d2b15.vsidx deleted file mode 100644 index ffe58a3..0000000 Binary files a/.vs/CommunityServerAPI/FileContentIndex/026c4087-856f-4fee-9b51-b790775d2b15.vsidx and /dev/null differ diff --git a/.vs/CommunityServerAPI/FileContentIndex/3a66ce49-204d-44a0-9e33-15bee7f794b5.vsidx b/.vs/CommunityServerAPI/FileContentIndex/3a66ce49-204d-44a0-9e33-15bee7f794b5.vsidx deleted file mode 100644 index e24349b..0000000 Binary files a/.vs/CommunityServerAPI/FileContentIndex/3a66ce49-204d-44a0-9e33-15bee7f794b5.vsidx and /dev/null differ diff --git a/.vs/CommunityServerAPI/FileContentIndex/ce6afcfa-7a11-41d9-9da2-f9ba0cb881a8.vsidx b/.vs/CommunityServerAPI/FileContentIndex/ce6afcfa-7a11-41d9-9da2-f9ba0cb881a8.vsidx deleted file mode 100644 index 0ec4902..0000000 Binary files a/.vs/CommunityServerAPI/FileContentIndex/ce6afcfa-7a11-41d9-9da2-f9ba0cb881a8.vsidx and /dev/null differ diff --git a/.vs/CommunityServerAPI/FileContentIndex/f4042593-05ec-4dc7-81c3-1c24ca90aaaf.vsidx b/.vs/CommunityServerAPI/FileContentIndex/f4042593-05ec-4dc7-81c3-1c24ca90aaaf.vsidx deleted file mode 100644 index 0949463..0000000 Binary files a/.vs/CommunityServerAPI/FileContentIndex/f4042593-05ec-4dc7-81c3-1c24ca90aaaf.vsidx and /dev/null differ diff --git a/.vs/CommunityServerAPI/FileContentIndex/read.lock b/.vs/CommunityServerAPI/FileContentIndex/read.lock deleted file mode 100644 index e69de29..0000000 diff --git a/.vs/CommunityServerAPI/v17/.futdcache.v2 b/.vs/CommunityServerAPI/v17/.futdcache.v2 deleted file mode 100644 index 4461d21..0000000 Binary files a/.vs/CommunityServerAPI/v17/.futdcache.v2 and /dev/null differ diff --git a/.vs/CommunityServerAPI/v17/.suo b/.vs/CommunityServerAPI/v17/.suo deleted file mode 100644 index e70a2fb..0000000 Binary files a/.vs/CommunityServerAPI/v17/.suo and /dev/null differ diff --git a/.vs/ProjectEvaluation/communityserverapi.metadata.v5.2 b/.vs/ProjectEvaluation/communityserverapi.metadata.v5.2 deleted file mode 100644 index e897504..0000000 Binary files a/.vs/ProjectEvaluation/communityserverapi.metadata.v5.2 and /dev/null differ diff --git a/.vs/ProjectEvaluation/communityserverapi.projects.v5.2 b/.vs/ProjectEvaluation/communityserverapi.projects.v5.2 deleted file mode 100644 index 7069791..0000000 Binary files a/.vs/ProjectEvaluation/communityserverapi.projects.v5.2 and /dev/null differ diff --git a/BattleBitAPI/Client/Client.cs b/BattleBitAPI/Client/Client.cs index 6593de8..0b56d6a 100644 --- a/BattleBitAPI/Client/Client.cs +++ b/BattleBitAPI/Client/Client.cs @@ -156,6 +156,9 @@ namespace BattleBitAPI.Client this.mIsConnectingFlag = false; this.IsConnected = true; + this.mLastPackageReceived = Extentions.TickCount; + this.mLastPackageSent = Extentions.TickCount; + mOnConnectedToServer(); } else @@ -325,17 +328,17 @@ namespace BattleBitAPI.Client // ---- Callbacks ---- private void mOnConnectedToServer() { - + Console.WriteLine("Connected to server."); } private void mOnDisconnectedFromServer(string reason) { + Console.WriteLine("Disconnected from server (" + reason + ")."); } - // ---- Private ---- private void mLogError(string str) { - + Console.WriteLine(str); } private void mClose(string reason) { diff --git a/bin/Debug/net6.0/CommunityServerAPI.dll b/bin/Debug/net6.0/CommunityServerAPI.dll index fefa4bc..fd39c31 100644 Binary files a/bin/Debug/net6.0/CommunityServerAPI.dll and b/bin/Debug/net6.0/CommunityServerAPI.dll differ diff --git a/bin/Debug/net6.0/CommunityServerAPI.pdb b/bin/Debug/net6.0/CommunityServerAPI.pdb deleted file mode 100644 index b92d91f..0000000 Binary files a/bin/Debug/net6.0/CommunityServerAPI.pdb and /dev/null differ diff --git a/obj/CommunityServerAPI.csproj.nuget.dgspec.json b/obj/CommunityServerAPI.csproj.nuget.dgspec.json deleted file mode 100644 index 46f8c21..0000000 --- a/obj/CommunityServerAPI.csproj.nuget.dgspec.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj": {} - }, - "projects": { - "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj", - "projectName": "CommunityServerAPI", - "projectPath": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj", - "packagesPath": "C:\\Users\\okidoki\\.nuget\\packages\\", - "outputPath": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\okidoki\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/obj/CommunityServerAPI.csproj.nuget.g.props b/obj/CommunityServerAPI.csproj.nuget.g.props deleted file mode 100644 index c0ffeaa..0000000 --- a/obj/CommunityServerAPI.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\okidoki\.nuget\packages\ - PackageReference - 6.4.0 - - - - - \ No newline at end of file diff --git a/obj/CommunityServerAPI.csproj.nuget.g.targets b/obj/CommunityServerAPI.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/obj/CommunityServerAPI.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/obj/Debug/net6.0/CommunityServerAPI.AssemblyInfo.cs b/obj/Debug/net6.0/CommunityServerAPI.AssemblyInfo.cs deleted file mode 100644 index 25b5ac6..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("CommunityServerAPI")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("CommunityServerAPI")] -[assembly: System.Reflection.AssemblyTitleAttribute("CommunityServerAPI")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/obj/Debug/net6.0/CommunityServerAPI.AssemblyInfoInputs.cache b/obj/Debug/net6.0/CommunityServerAPI.AssemblyInfoInputs.cache deleted file mode 100644 index 86235ae..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -21fb1a9498e672664d0dba2f17f71ec14a2f15d4 diff --git a/obj/Debug/net6.0/CommunityServerAPI.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0/CommunityServerAPI.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 89f2395..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = CommunityServerAPI -build_property.ProjectDir = C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\ diff --git a/obj/Debug/net6.0/CommunityServerAPI.GlobalUsings.g.cs b/obj/Debug/net6.0/CommunityServerAPI.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/obj/Debug/net6.0/CommunityServerAPI.assets.cache b/obj/Debug/net6.0/CommunityServerAPI.assets.cache deleted file mode 100644 index 9f9f1cb..0000000 Binary files a/obj/Debug/net6.0/CommunityServerAPI.assets.cache and /dev/null differ diff --git a/obj/Debug/net6.0/CommunityServerAPI.csproj.AssemblyReference.cache b/obj/Debug/net6.0/CommunityServerAPI.csproj.AssemblyReference.cache deleted file mode 100644 index 05f814f..0000000 Binary files a/obj/Debug/net6.0/CommunityServerAPI.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Debug/net6.0/CommunityServerAPI.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0/CommunityServerAPI.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net6.0/CommunityServerAPI.csproj.CoreCompileInputs.cache b/obj/Debug/net6.0/CommunityServerAPI.csproj.CoreCompileInputs.cache deleted file mode 100644 index cbca712..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -76e36c3de7385f6b24db215b47c9a35739cb1496 diff --git a/obj/Debug/net6.0/CommunityServerAPI.csproj.FileListAbsolute.txt b/obj/Debug/net6.0/CommunityServerAPI.csproj.FileListAbsolute.txt deleted file mode 100644 index 0d5776d..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,30 +0,0 @@ -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\bin\Debug\net6.0\CommunityServerAPI.exe -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\bin\Debug\net6.0\CommunityServerAPI.deps.json -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\bin\Debug\net6.0\CommunityServerAPI.runtimeconfig.json -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\bin\Debug\net6.0\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\bin\Debug\net6.0\CommunityServerAPI.pdb -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.csproj.AssemblyReference.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.GeneratedMSBuildEditorConfig.editorconfig -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.AssemblyInfoInputs.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.AssemblyInfo.cs -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.csproj.CoreCompileInputs.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\refint\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.pdb -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\CommunityServerAPI.genruntimeconfig.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\CommunityServerAPI\obj\Debug\net6.0\ref\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\bin\Debug\net6.0\CommunityServerAPI.exe -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\bin\Debug\net6.0\CommunityServerAPI.deps.json -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\bin\Debug\net6.0\CommunityServerAPI.runtimeconfig.json -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\bin\Debug\net6.0\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\bin\Debug\net6.0\CommunityServerAPI.pdb -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.csproj.AssemblyReference.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.GeneratedMSBuildEditorConfig.editorconfig -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.AssemblyInfoInputs.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.AssemblyInfo.cs -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.csproj.CoreCompileInputs.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\refint\CommunityServerAPI.dll -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.pdb -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\CommunityServerAPI.genruntimeconfig.cache -C:\Projects\BattleBit\BattleBitRemastered\Servers\CommunityServerAPI\BattleBit-Community-Server-API\obj\Debug\net6.0\ref\CommunityServerAPI.dll diff --git a/obj/Debug/net6.0/CommunityServerAPI.dll b/obj/Debug/net6.0/CommunityServerAPI.dll deleted file mode 100644 index fefa4bc..0000000 Binary files a/obj/Debug/net6.0/CommunityServerAPI.dll and /dev/null differ diff --git a/obj/Debug/net6.0/CommunityServerAPI.genruntimeconfig.cache b/obj/Debug/net6.0/CommunityServerAPI.genruntimeconfig.cache deleted file mode 100644 index 73b72f4..0000000 --- a/obj/Debug/net6.0/CommunityServerAPI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -7bb18fdad0a682ea33c476da54a2e3d1ac669888 diff --git a/obj/Debug/net6.0/CommunityServerAPI.pdb b/obj/Debug/net6.0/CommunityServerAPI.pdb deleted file mode 100644 index b92d91f..0000000 Binary files a/obj/Debug/net6.0/CommunityServerAPI.pdb and /dev/null differ diff --git a/obj/Debug/net6.0/apphost.exe b/obj/Debug/net6.0/apphost.exe deleted file mode 100644 index b200a82..0000000 Binary files a/obj/Debug/net6.0/apphost.exe and /dev/null differ diff --git a/obj/Debug/net6.0/ref/CommunityServerAPI.dll b/obj/Debug/net6.0/ref/CommunityServerAPI.dll deleted file mode 100644 index e96bef3..0000000 Binary files a/obj/Debug/net6.0/ref/CommunityServerAPI.dll and /dev/null differ diff --git a/obj/Debug/net6.0/refint/CommunityServerAPI.dll b/obj/Debug/net6.0/refint/CommunityServerAPI.dll deleted file mode 100644 index e96bef3..0000000 Binary files a/obj/Debug/net6.0/refint/CommunityServerAPI.dll and /dev/null differ diff --git a/obj/project.assets.json b/obj/project.assets.json deleted file mode 100644 index 5ac13e0..0000000 --- a/obj/project.assets.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net6.0": [] - }, - "packageFolders": { - "C:\\Users\\okidoki\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj", - "projectName": "CommunityServerAPI", - "projectPath": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj", - "packagesPath": "C:\\Users\\okidoki\\.nuget\\packages\\", - "outputPath": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\okidoki\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache deleted file mode 100644 index e3f7341..0000000 --- a/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "tHrDsfp7Nn2iQbhzfDTWk4twPq5Pi+pgCx3I0zLLSYzA9F0842gK5lxqUvfvU4ZOILIzNQ8CS3k53iBPaAm5CQ==", - "success": true, - "projectFilePath": "C:\\Projects\\BattleBit\\BattleBitRemastered\\Servers\\CommunityServerAPI\\BattleBit-Community-Server-API\\CommunityServerAPI.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file