提交示例代码
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
22
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.AssemblyInfo.cs
Normal file
22
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.AssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Main")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Main")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Main")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
73a846e799d8ee769f4e4dc02756eb24673accb05fd3a22128b4b3e41a505989
|
||||
@@ -0,0 +1,15 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.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 = Main
|
||||
build_property.ProjectDir = /Users/fantasy/Code/ServerLessions/Chat/Server/Main/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
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;
|
||||
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.assets.cache
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
be8fd1b3dc0ac6bdaaed1e2ad5f9a3508f4e059f166db58f3c17a381ebc5149c
|
||||
@@ -0,0 +1,18 @@
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/NLog.config
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/NLog.xsd
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.deps.json
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.runtimeconfig.json
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.dll
|
||||
/Users/sining/Code/ServerLessions/Chat/Bin/Debug/net8.0/Main.pdb
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.csproj.AssemblyReference.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.AssemblyInfoInputs.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.AssemblyInfo.cs
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.csproj.CoreCompileInputs.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.csproj.CopyComplete
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.dll
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/refint/Main.dll
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.pdb
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/Main.genruntimeconfig.cache
|
||||
/Users/sining/Code/ServerLessions/Chat/Server/Main/obj/Debug/net8.0/ref/Main.dll
|
||||
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.dll
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a60b4562e51ea826cbb69d1cf0ce5b1f897bf8d324560430d7d9e9e82a705e3d
|
||||
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.pdb
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/Main.pdb
Normal file
Binary file not shown.
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/apphost
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/apphost
Normal file
Binary file not shown.
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/ref/Main.dll
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/ref/Main.dll
Normal file
Binary file not shown.
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/refint/Main.dll
Normal file
BIN
聊天系统课程代码/Server/Main/obj/Debug/net8.0/refint/Main.dll
Normal file
Binary file not shown.
208
聊天系统课程代码/Server/Main/obj/Main.csproj.nuget.dgspec.json
Normal file
208
聊天系统课程代码/Server/Main/obj/Main.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,208 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj",
|
||||
"projectName": "Entity",
|
||||
"projectPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj",
|
||||
"packagesPath": "/Users/fantasy/.nuget/packages/",
|
||||
"outputPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"UsingMicrosoftNETSdk": false,
|
||||
"configFilePaths": [
|
||||
"/Users/fantasy/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "all"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Fantasy-Net": {
|
||||
"target": "Package",
|
||||
"version": "[2024.1.17, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj",
|
||||
"projectName": "Hotfix",
|
||||
"projectPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj",
|
||||
"packagesPath": "/Users/fantasy/.nuget/packages/",
|
||||
"outputPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"UsingMicrosoftNETSdk": false,
|
||||
"configFilePaths": [
|
||||
"/Users/fantasy/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj": {
|
||||
"projectPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "all"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj",
|
||||
"projectName": "Main",
|
||||
"projectPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj",
|
||||
"packagesPath": "/Users/fantasy/.nuget/packages/",
|
||||
"outputPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Main/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"UsingMicrosoftNETSdk": false,
|
||||
"configFilePaths": [
|
||||
"/Users/fantasy/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj": {
|
||||
"projectPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj"
|
||||
},
|
||||
"/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj": {
|
||||
"projectPath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "all"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Fantasy-Net.NLog": {
|
||||
"target": "Package",
|
||||
"version": "[2024.1.3, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
聊天系统课程代码/Server/Main/obj/Main.csproj.nuget.g.props
Normal file
15
聊天系统课程代码/Server/Main/obj/Main.csproj.nuget.g.props
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/fantasy/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/fantasy/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/Users/fantasy/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
7
聊天系统课程代码/Server/Main/obj/Main.csproj.nuget.g.targets
Normal file
7
聊天系统课程代码/Server/Main/obj/Main.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)fantasy-net/2024.1.17/buildTransitive/Fantasy-Net.targets" Condition="Exists('$(NuGetPackageRoot)fantasy-net/2024.1.17/buildTransitive/Fantasy-Net.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)fantasy-net.nlog/2024.1.3/buildTransitive/Fantasy-Net.NLog.targets" Condition="Exists('$(NuGetPackageRoot)fantasy-net.nlog/2024.1.3/buildTransitive/Fantasy-Net.NLog.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
1063
聊天系统课程代码/Server/Main/obj/project.assets.json
Normal file
1063
聊天系统课程代码/Server/Main/obj/project.assets.json
Normal file
File diff suppressed because it is too large
Load Diff
32
聊天系统课程代码/Server/Main/obj/project.nuget.cache
Normal file
32
聊天系统课程代码/Server/Main/obj/project.nuget.cache
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "+WkSO6wQaaY=",
|
||||
"success": true,
|
||||
"projectFilePath": "/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/Users/fantasy/.nuget/packages/commandlineparser/2.9.1/commandlineparser.2.9.1.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/dnsclient/1.6.1/dnsclient.1.6.1.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/fantasy-net/2024.1.17/fantasy-net.2024.1.17.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/fantasy-net.nlog/2024.1.3/fantasy-net.nlog.2024.1.3.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/microsoft.extensions.logging.abstractions/2.0.0/microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/microsoft.win32.registry/5.0.0/microsoft.win32.registry.5.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/mongodb.bson/3.0.0/mongodb.bson.3.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/mongodb.driver/3.0.0/mongodb.driver.3.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/nlog/5.3.4/nlog.5.3.4.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/protobuf-net/3.2.45/protobuf-net.3.2.45.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/protobuf-net.core/3.2.45/protobuf-net.core.3.2.45.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/sharpcompress/0.30.1/sharpcompress.0.30.1.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/snappier/1.0.0/snappier.1.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.buffers/4.5.1/system.buffers.4.5.1.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.collections.immutable/7.0.0/system.collections.immutable.7.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.io.pipelines/8.0.0/system.io.pipelines.8.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.runtime.compilerservices.unsafe/5.0.0/system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.security.accesscontrol/5.0.0/system.security.accesscontrol.5.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512",
|
||||
"/Users/fantasy/.nuget/packages/zstdsharp.port/0.7.3/zstdsharp.port.0.7.3.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
1
聊天系统课程代码/Server/Main/obj/project.packagespec.json
Normal file
1
聊天系统课程代码/Server/Main/obj/project.packagespec.json
Normal file
@@ -0,0 +1 @@
|
||||
"restore":{"projectUniqueName":"/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj","projectName":"Main","projectPath":"/Users/fantasy/Code/ServerLessions/Chat/Server/Main/Main.csproj","outputPath":"/Users/fantasy/Code/ServerLessions/Chat/Server/Main/obj/","projectStyle":"PackageReference","UsingMicrosoftNETSdk":false,"originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{"/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj":{"projectPath":"/Users/fantasy/Code/ServerLessions/Chat/Server/Entity/Entity.csproj"},"/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj":{"projectPath":"/Users/fantasy/Code/ServerLessions/Chat/Server/Hotfix/Hotfix.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Fantasy-Net.NLog":{"target":"Package","version":"[2024.1.3, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"}}
|
||||
1
聊天系统课程代码/Server/Main/obj/rider.project.model.nuget.info
Normal file
1
聊天系统课程代码/Server/Main/obj/rider.project.model.nuget.info
Normal file
@@ -0,0 +1 @@
|
||||
17324493181399999
|
||||
1
聊天系统课程代码/Server/Main/obj/rider.project.restore.info
Normal file
1
聊天系统课程代码/Server/Main/obj/rider.project.restore.info
Normal file
@@ -0,0 +1 @@
|
||||
17331012454241645
|
||||
Reference in New Issue
Block a user