Init - 初始化代码仓库
parent
62998c7576
commit
c2222af4d3
@ -1,687 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"Sln.IntelliBelt.Business/1.0.0": {
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "13.0.4",
|
||||
"Sln.IntelliBelt.Common": "1.0.0",
|
||||
"Sln.IntelliBelt.Model": "1.0.0",
|
||||
"Sln.IntelliBelt.Serilog": "1.0.0",
|
||||
"Sln.IntelliBelt.Socket": "1.0.0",
|
||||
"Sln.IntelliBelt.WebSocket": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Business.dll": {}
|
||||
}
|
||||
},
|
||||
"Fleck/1.2.0": {
|
||||
"runtime": {
|
||||
"lib/netcoreapp2.0/Fleck.dll": {
|
||||
"assemblyVersion": "1.2.0.0",
|
||||
"fileVersion": "1.2.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Primitives": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Configuration.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Primitives": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Binder/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration": "10.0.0",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.DependencyModel/10.0.0": {
|
||||
"dependencies": {
|
||||
"System.Text.Encodings.Web": "10.0.0",
|
||||
"System.Text.Json": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Options": "10.0.0",
|
||||
"System.Diagnostics.DiagnosticSource": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.FileProviders.Abstractions/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Primitives": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Hosting.Abstractions/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Logging/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection": "10.0.0",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Options": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Logging.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Logging.Abstractions/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"System.Diagnostics.DiagnosticSource": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Options/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Primitives": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.4": {
|
||||
"runtime": {
|
||||
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||
"assemblyVersion": "13.0.0.0",
|
||||
"fileVersion": "13.0.4.30916"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog/4.3.1": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.dll": {
|
||||
"assemblyVersion": "4.3.0.0",
|
||||
"fileVersion": "4.3.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.AspNetCore/10.0.0": {
|
||||
"dependencies": {
|
||||
"Serilog": "4.3.1",
|
||||
"Serilog.Extensions.Hosting": "10.0.0",
|
||||
"Serilog.Formatting.Compact": "3.0.0",
|
||||
"Serilog.Settings.Configuration": "10.0.0",
|
||||
"Serilog.Sinks.Console": "6.1.1",
|
||||
"Serilog.Sinks.Debug": "3.0.0",
|
||||
"Serilog.Sinks.File": "7.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.AspNetCore.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Extensions.Hosting/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Hosting.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
|
||||
"Serilog": "4.3.1",
|
||||
"Serilog.Extensions.Logging": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Extensions.Hosting.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Extensions.Logging/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Logging": "10.0.0",
|
||||
"Serilog": "4.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Extensions.Logging.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Formatting.Compact/3.0.0": {
|
||||
"dependencies": {
|
||||
"Serilog": "4.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Formatting.Compact.dll": {
|
||||
"assemblyVersion": "3.0.0.0",
|
||||
"fileVersion": "3.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Settings.Configuration/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration.Binder": "10.0.0",
|
||||
"Microsoft.Extensions.DependencyModel": "10.0.0",
|
||||
"Serilog": "4.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Settings.Configuration.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Sinks.Console/6.1.1": {
|
||||
"dependencies": {
|
||||
"Serilog": "4.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Sinks.Console.dll": {
|
||||
"assemblyVersion": "6.1.1.0",
|
||||
"fileVersion": "6.1.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Sinks.Debug/3.0.0": {
|
||||
"dependencies": {
|
||||
"Serilog": "4.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Sinks.Debug.dll": {
|
||||
"assemblyVersion": "3.0.0.0",
|
||||
"fileVersion": "3.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog.Sinks.File/7.0.0": {
|
||||
"dependencies": {
|
||||
"Serilog": "4.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Serilog.Sinks.File.dll": {
|
||||
"assemblyVersion": "7.0.0.0",
|
||||
"fileVersion": "7.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.DiagnosticSource/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.IO.Pipelines/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/System.IO.Pipelines.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Text.Encodings.Web/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Text.Encodings.Web.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
|
||||
"rid": "browser",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Text.Json/10.0.0": {
|
||||
"dependencies": {
|
||||
"System.IO.Pipelines": "10.0.0",
|
||||
"System.Text.Encodings.Web": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Text.Json.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TouchSocket/4.2.11": {
|
||||
"dependencies": {
|
||||
"TouchSocket.Core": "4.2.11"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/TouchSocket.dll": {
|
||||
"assemblyVersion": "4.2.11.0",
|
||||
"fileVersion": "4.2.11.0"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/net8.0/zh-CN/TouchSocket.resources.dll": {
|
||||
"locale": "zh-CN"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TouchSocket.Core/4.2.11": {
|
||||
"dependencies": {
|
||||
"System.IO.Pipelines": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/TouchSocket.Core.dll": {
|
||||
"assemblyVersion": "4.2.11.0",
|
||||
"fileVersion": "4.2.11.0"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/net8.0/zh-CN/TouchSocket.Core.resources.dll": {
|
||||
"locale": "zh-CN"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sln.IntelliBelt.Common/1.0.0": {
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Common.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sln.IntelliBelt.Config/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Options": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Config.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sln.IntelliBelt.Model/1.0.0": {
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Model.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sln.IntelliBelt.Serilog/1.0.0": {
|
||||
"dependencies": {
|
||||
"Serilog": "4.3.1",
|
||||
"Serilog.AspNetCore": "10.0.0",
|
||||
"Sln.IntelliBelt.Config": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Serilog.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sln.IntelliBelt.Socket/1.0.0": {
|
||||
"dependencies": {
|
||||
"Sln.IntelliBelt.Common": "1.0.0",
|
||||
"Sln.IntelliBelt.Serilog": "1.0.0",
|
||||
"TouchSocket": "4.2.11"
|
||||
},
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Socket.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sln.IntelliBelt.WebSocket/1.0.0": {
|
||||
"dependencies": {
|
||||
"Fleck": "1.2.0",
|
||||
"Sln.IntelliBelt.Serilog": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.WebSocket.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Sln.IntelliBelt.Business/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Fleck/1.2.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-bPLXn6QbLAFoviur6XbrKB0Zn6x04E8VibHXyHZeJsoC7bkUl5DVtzM5cZgDuqHkIrBqAXJyTNJwSNIc6wBJ2Q==",
|
||||
"path": "fleck/1.2.0",
|
||||
"hashPath": "fleck.1.2.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-H4SWETCh/cC5L1WtWchHR6LntGk3rDTTznZMssr4cL8IbDmMWBxY+MOGDc/ASnqNolLKPIWHWeuC1ddiL/iNPw==",
|
||||
"path": "microsoft.extensions.configuration/10.0.0",
|
||||
"hashPath": "microsoft.extensions.configuration.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-d2kDKnCsJvY7mBVhcjPSp9BkJk48DsaHPg5u+Oy4f8XaOqnEedRy/USyvnpHL92wpJ6DrTPy7htppUUzskbCXQ==",
|
||||
"path": "microsoft.extensions.configuration.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Binder/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-tMF9wNh+hlyYDWB8mrFCQHQmWHlRosol1b/N2Jrefy1bFLnuTlgSYmPyHNmz8xVQgs7DpXytBRWxGhG+mSTp0g==",
|
||||
"path": "microsoft.extensions.configuration.binder/10.0.0",
|
||||
"hashPath": "microsoft.extensions.configuration.binder.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-f0RBabswJq+gRu5a+hWIobrLWiUYPKMhCD9WO3sYBAdSy3FFH14LMvLVFZc2kPSCimBLxSuitUhsd6tb0TAY6A==",
|
||||
"path": "microsoft.extensions.dependencyinjection/10.0.0",
|
||||
"hashPath": "microsoft.extensions.dependencyinjection.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==",
|
||||
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyModel/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-RFYJR7APio/BiqdQunRq6DB+nDB6nc2qhHr77mlvZ0q0BT8PubMXN7XicmfzCbrDE/dzhBnUKBRXLTcqUiZDGg==",
|
||||
"path": "microsoft.extensions.dependencymodel/10.0.0",
|
||||
"hashPath": "microsoft.extensions.dependencymodel.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-SfK89ytD61S7DgzorFljSkUeluC1ncn6dtZgwc0ot39f/BEYWBl5jpgvodxduoYAs1d9HG8faCDRZxE95UMo2A==",
|
||||
"path": "microsoft.extensions.diagnostics.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.FileProviders.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-/ppSdehKk3fuXjlqCDgSOtjRK/pSHU8eWgzSHfHdwVm5BP4Dgejehkw+PtxKG2j98qTDEHDst2Y99aNsmJldmw==",
|
||||
"path": "microsoft.extensions.fileproviders.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.fileproviders.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Hosting.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-KrN6TGFwCwqOkLLk/idW/XtDQh+8In+CL9T4M1Dx+5ScsjTq4TlVbal8q532m82UYrMr6RiQJF2HvYCN0QwVsA==",
|
||||
"path": "microsoft.extensions.hosting.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.hosting.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Logging/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-BStFkd5CcnEtarlcgYDBcFzGYCuuNMzPs02wN3WBsOFoYIEmYoUdAiU+au6opzoqfTYJsMTW00AeqDdnXH2CvA==",
|
||||
"path": "microsoft.extensions.logging/10.0.0",
|
||||
"hashPath": "microsoft.extensions.logging.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Logging.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==",
|
||||
"path": "microsoft.extensions.logging.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Options/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==",
|
||||
"path": "microsoft.extensions.options/10.0.0",
|
||||
"hashPath": "microsoft.extensions.options.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==",
|
||||
"path": "microsoft.extensions.primitives/10.0.0",
|
||||
"hashPath": "microsoft.extensions.primitives.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Newtonsoft.Json/13.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
|
||||
"path": "newtonsoft.json/13.0.4",
|
||||
"hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
|
||||
},
|
||||
"Serilog/4.3.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-savYe7h5yRlkqBVOwP8cIRDOdqKiPmYCU4W87JH38sBmcKD5EBoXvQIw6bNEvZ/pTe1gsiye3VFCzBsoppGkXQ==",
|
||||
"path": "serilog/4.3.1",
|
||||
"hashPath": "serilog.4.3.1.nupkg.sha512"
|
||||
},
|
||||
"Serilog.AspNetCore/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-a/cNa1mY4On1oJlfGG1wAvxjp5g7OEzk/Jf/nm7NF9cWoE7KlZw1GldrifUBWm9oKibHkR7Lg/l5jy3y7ACR8w==",
|
||||
"path": "serilog.aspnetcore/10.0.0",
|
||||
"hashPath": "serilog.aspnetcore.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Extensions.Hosting/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-E7juuIc+gzoGxgzFooFgAV8g9BfiSXNKsUok9NmEpyAXg2odkcPsMa/Yo4axkJRlh0se7mkYQ1GXDaBemR+b6w==",
|
||||
"path": "serilog.extensions.hosting/10.0.0",
|
||||
"hashPath": "serilog.extensions.hosting.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Extensions.Logging/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-vx0kABKl2dWbBhhqAfTOk53/i8aV/5VaT3a6il9gn72Wqs2pM7EK2OB6No6xdqK2IaY6Zf9gdjLuK9BVa2rT+Q==",
|
||||
"path": "serilog.extensions.logging/10.0.0",
|
||||
"hashPath": "serilog.extensions.logging.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Formatting.Compact/3.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
|
||||
"path": "serilog.formatting.compact/3.0.0",
|
||||
"hashPath": "serilog.formatting.compact.3.0.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Settings.Configuration/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-LNq+ibS1sbhTqPV1FIE69/9AJJbfaOhnaqkzcjFy95o+4U+STsta9mi97f1smgXsWYKICDeGUf8xUGzd/52/uA==",
|
||||
"path": "serilog.settings.configuration/10.0.0",
|
||||
"hashPath": "serilog.settings.configuration.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Sinks.Console/6.1.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==",
|
||||
"path": "serilog.sinks.console/6.1.1",
|
||||
"hashPath": "serilog.sinks.console.6.1.1.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Sinks.Debug/3.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
|
||||
"path": "serilog.sinks.debug/3.0.0",
|
||||
"hashPath": "serilog.sinks.debug.3.0.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog.Sinks.File/7.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-fKL7mXv7qaiNBUC71ssvn/dU0k9t0o45+qm2XgKAlSt19xF+ijjxyA3R6HmCgfKEKwfcfkwWjayuQtRueZFkYw==",
|
||||
"path": "serilog.sinks.file/7.0.0",
|
||||
"hashPath": "serilog.sinks.file.7.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Diagnostics.DiagnosticSource/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==",
|
||||
"path": "system.diagnostics.diagnosticsource/10.0.0",
|
||||
"hashPath": "system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.IO.Pipelines/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-M1eb3nfXntaRJPrrMVM9EFS8I1bDTnt0uvUS6QP/SicZf/ZZjydMD5NiXxfmwW/uQwaMDP/yX2P+zQN1NBHChg==",
|
||||
"path": "system.io.pipelines/10.0.0",
|
||||
"hashPath": "system.io.pipelines.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Text.Encodings.Web/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-257hh1ep1Gqm1Lm0ulxf7vVBVMJuGN6EL4xSWjpi46DffXzm1058IiWsfSC06zSm7SniN+Tb5160UnXsSa8rRg==",
|
||||
"path": "system.text.encodings.web/10.0.0",
|
||||
"hashPath": "system.text.encodings.web.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Text.Json/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-1Dpjwq9peG/Wt5BNbrzIhTpclfOSqBWZsUO28vVr59yQlkvL5jLBWfpfzRmJ1OY+6DciaY0DUcltyzs4fuZHjw==",
|
||||
"path": "system.text.json/10.0.0",
|
||||
"hashPath": "system.text.json.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"TouchSocket/4.2.11": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-1KKlE7Z5IGShHHeK1Q6ai7qaLWIumv88DZ+3//G1GRhUmGuzEFw+I6P6erd6d7lV4VUpzRgdwXk8XgX7HnVDgQ==",
|
||||
"path": "touchsocket/4.2.11",
|
||||
"hashPath": "touchsocket.4.2.11.nupkg.sha512"
|
||||
},
|
||||
"TouchSocket.Core/4.2.11": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-MBPbT9nWC/GxdqqgGJz4C1ypR+DIalNdQw/LivK5Ue8QBrYkv5BdhCh/+Hwaxiz7Y0d4JsTJ6TayXGLdt5VfDg==",
|
||||
"path": "touchsocket.core/4.2.11",
|
||||
"hashPath": "touchsocket.core.4.2.11.nupkg.sha512"
|
||||
},
|
||||
"Sln.IntelliBelt.Common/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Sln.IntelliBelt.Config/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Sln.IntelliBelt.Model/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Sln.IntelliBelt.Serilog/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Sln.IntelliBelt.Socket/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Sln.IntelliBelt.WebSocket/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@ -1,22 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("Sln.IntelliBelt.Business")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Business")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Business")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
db436b286985e75f0248ee1c60536927b7251bb7bff2762be101481f977591fa
|
||||
@ -1,13 +0,0 @@
|
||||
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 = Sln.IntelliBelt.Business
|
||||
build_property.ProjectDir = /Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
@ -1,8 +0,0 @@
|
||||
// <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;
|
||||
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
91e0bbf028ab494864a9a179849b1332c76328d52c6a867cdc1268b2ab3a55ed
|
||||
@ -1,25 +0,0 @@
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.deps.json
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Business.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Config.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Serilog.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Socket.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Config.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.csproj.AssemblyReference.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfoInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.AssemblyInfo.cs
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.csproj.CoreCompileInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.Inte.6160BF23.Up2Date
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/refint/Sln.IntelliBelt.Business.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/Sln.IntelliBelt.Business.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/Debug/net8.0/ref/Sln.IntelliBelt.Business.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.WebSocket.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Model.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/bin/Debug/net8.0/Sln.IntelliBelt.Model.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,479 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/Sln.IntelliBelt.Business.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/Sln.IntelliBelt.Business.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/Sln.IntelliBelt.Business.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Business",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/Sln.IntelliBelt.Business.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj"
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj"
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj"
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Socket/Sln.IntelliBelt.Socket.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Socket/Sln.IntelliBelt.Socket.csproj"
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.WebSocket/Sln.IntelliBelt.WebSocket.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.WebSocket/Sln.IntelliBelt.WebSocket.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.4, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Common",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"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": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Config",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Options": {
|
||||
"target": "Package",
|
||||
"version": "[10.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Model",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"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": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Serilog",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Serilog": {
|
||||
"target": "Package",
|
||||
"version": "[4.3.1, )"
|
||||
},
|
||||
"Serilog.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[10.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Socket/Sln.IntelliBelt.Socket.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Socket/Sln.IntelliBelt.Socket.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Socket",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Socket/Sln.IntelliBelt.Socket.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Socket/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj"
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"TouchSocket": {
|
||||
"target": "Package",
|
||||
"version": "[4.2.11, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.WebSocket/Sln.IntelliBelt.WebSocket.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.WebSocket/Sln.IntelliBelt.WebSocket.csproj",
|
||||
"projectName": "Sln.IntelliBelt.WebSocket",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.WebSocket/Sln.IntelliBelt.WebSocket.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.WebSocket/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj": {
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Serilog/Sln.IntelliBelt.Serilog.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Fleck": {
|
||||
"target": "Package",
|
||||
"version": "[1.2.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,18 +0,0 @@
|
||||
<?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/wenxiansheng/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/wenxiansheng/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/Users/wenxiansheng/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgTouchSocket_Core Condition=" '$(PkgTouchSocket_Core)' == '' ">/Users/wenxiansheng/.nuget/packages/touchsocket.core/4.2.11</PkgTouchSocket_Core>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@ -1,10 +0,0 @@
|
||||
<?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)system.text.json/10.0.0/buildTransitive/net8.0/System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json/10.0.0/buildTransitive/net8.0/System.Text.Json.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/10.0.0/buildTransitive/net8.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/10.0.0/buildTransitive/net8.0/Microsoft.Extensions.Options.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)serilog/4.3.1/buildTransitive/Serilog.targets" Condition="Exists('$(NuGetPackageRoot)serilog/4.3.1/buildTransitive/Serilog.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder/10.0.0/buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder/10.0.0/buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/10.0.0/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/10.0.0/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,39 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "sWBDkiSye3I=",
|
||||
"success": true,
|
||||
"projectFilePath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Business/Sln.IntelliBelt.Business.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/Users/wenxiansheng/.nuget/packages/fleck/1.2.0/fleck.1.2.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.configuration/10.0.0/microsoft.extensions.configuration.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.configuration.abstractions/10.0.0/microsoft.extensions.configuration.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.configuration.binder/10.0.0/microsoft.extensions.configuration.binder.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.dependencyinjection/10.0.0/microsoft.extensions.dependencyinjection.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.0/microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.dependencymodel/10.0.0/microsoft.extensions.dependencymodel.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.diagnostics.abstractions/10.0.0/microsoft.extensions.diagnostics.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.fileproviders.abstractions/10.0.0/microsoft.extensions.fileproviders.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.hosting.abstractions/10.0.0/microsoft.extensions.hosting.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.logging/10.0.0/microsoft.extensions.logging.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.logging.abstractions/10.0.0/microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.options/10.0.0/microsoft.extensions.options.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.primitives/10.0.0/microsoft.extensions.primitives.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/newtonsoft.json/13.0.4/newtonsoft.json.13.0.4.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog/4.3.1/serilog.4.3.1.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.aspnetcore/10.0.0/serilog.aspnetcore.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.extensions.hosting/10.0.0/serilog.extensions.hosting.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.extensions.logging/10.0.0/serilog.extensions.logging.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.formatting.compact/3.0.0/serilog.formatting.compact.3.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.settings.configuration/10.0.0/serilog.settings.configuration.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.sinks.console/6.1.1/serilog.sinks.console.6.1.1.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.sinks.debug/3.0.0/serilog.sinks.debug.3.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/serilog.sinks.file/7.0.0/serilog.sinks.file.7.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/system.diagnostics.diagnosticsource.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/system.io.pipelines/10.0.0/system.io.pipelines.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/system.text.encodings.web/10.0.0/system.text.encodings.web.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/system.text.json/10.0.0/system.text.json.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/touchsocket/4.2.11/touchsocket.4.2.11.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/touchsocket.core/4.2.11/touchsocket.core.4.2.11.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
17798681620281188
|
||||
@ -1 +0,0 @@
|
||||
17798681620281188
|
||||
@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"Sln.IntelliBelt.Common/1.0.0": {
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Common.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Sln.IntelliBelt.Common/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@ -1,22 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("Sln.IntelliBelt.Common")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Common")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Common")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
d311313768fedbf6f56e9c72328dd8a6cda94c83c8c356256c09252a655be6d9
|
||||
@ -1,13 +0,0 @@
|
||||
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 = Sln.IntelliBelt.Common
|
||||
build_property.ProjectDir = /Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
@ -1,8 +0,0 @@
|
||||
// <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;
|
||||
Binary file not shown.
@ -1 +0,0 @@
|
||||
68a89e8d79c54d492169fef821cfd3507f7d4a4c0a9a6a70cf9bcecf32595502
|
||||
@ -1,11 +0,0 @@
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.deps.json
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/bin/Debug/net8.0/Sln.IntelliBelt.Common.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfoInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.AssemblyInfo.cs
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.csproj.CoreCompileInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/refint/Sln.IntelliBelt.Common.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/Sln.IntelliBelt.Common.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/Debug/net8.0/ref/Sln.IntelliBelt.Common.dll
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,66 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Common",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"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": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,15 +0,0 @@
|
||||
<?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/wenxiansheng/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/wenxiansheng/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/Users/wenxiansheng/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
@ -1,71 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"/Users/wenxiansheng/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Common",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"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": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,8 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "323e65MqT8E=",
|
||||
"success": true,
|
||||
"projectFilePath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Common/Sln.IntelliBelt.Common.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
17798681620194766
|
||||
@ -1 +0,0 @@
|
||||
17798681620194766
|
||||
@ -1,75 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"Sln.IntelliBelt.Config/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Options": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Config.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Options/10.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Primitives": "10.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/10.0.0": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "10.0.25.52411"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Sln.IntelliBelt.Config/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==",
|
||||
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0",
|
||||
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Options/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==",
|
||||
"path": "microsoft.extensions.options/10.0.0",
|
||||
"hashPath": "microsoft.extensions.options.10.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/10.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==",
|
||||
"path": "microsoft.extensions.primitives/10.0.0",
|
||||
"hashPath": "microsoft.extensions.primitives.10.0.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@ -1,22 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("Sln.IntelliBelt.Config")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Config")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Config")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
2ecc5a48b6989a75b3021b8950492892bdd02fae9f5779bc8377001a97c52114
|
||||
@ -1,13 +0,0 @@
|
||||
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 = Sln.IntelliBelt.Config
|
||||
build_property.ProjectDir = /Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
@ -1,8 +0,0 @@
|
||||
// <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;
|
||||
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
58689663e990cf09302fd88045ee01bcf6ca5fa0e8a260c2b8d0fa4f24a49787
|
||||
@ -1,12 +0,0 @@
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/bin/Debug/net8.0/Sln.IntelliBelt.Config.deps.json
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/bin/Debug/net8.0/Sln.IntelliBelt.Config.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/bin/Debug/net8.0/Sln.IntelliBelt.Config.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.csproj.AssemblyReference.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfoInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.AssemblyInfo.cs
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.csproj.CoreCompileInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/refint/Sln.IntelliBelt.Config.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/Sln.IntelliBelt.Config.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/Debug/net8.0/ref/Sln.IntelliBelt.Config.dll
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,72 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Config",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Options": {
|
||||
"target": "Package",
|
||||
"version": "[10.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,15 +0,0 @@
|
||||
<?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/wenxiansheng/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/wenxiansheng/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/Users/wenxiansheng/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -1,6 +0,0 @@
|
||||
<?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)microsoft.extensions.options/10.0.0/buildTransitive/net8.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/10.0.0/buildTransitive/net8.0/Microsoft.Extensions.Options.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@ -1,239 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net8.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Options/10.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
|
||||
"Microsoft.Extensions.Primitives": "10.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/10.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net8.0/_._": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
|
||||
"sha512": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"PACKAGE.md",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net8.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
|
||||
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Options/10.0.0": {
|
||||
"sha512": "8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.options/10.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"PACKAGE.md",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Options.targets",
|
||||
"buildTransitive/net462/Microsoft.Extensions.Options.targets",
|
||||
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
|
||||
"buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
|
||||
"lib/net10.0/Microsoft.Extensions.Options.dll",
|
||||
"lib/net10.0/Microsoft.Extensions.Options.xml",
|
||||
"lib/net462/Microsoft.Extensions.Options.dll",
|
||||
"lib/net462/Microsoft.Extensions.Options.xml",
|
||||
"lib/net8.0/Microsoft.Extensions.Options.dll",
|
||||
"lib/net8.0/Microsoft.Extensions.Options.xml",
|
||||
"lib/net9.0/Microsoft.Extensions.Options.dll",
|
||||
"lib/net9.0/Microsoft.Extensions.Options.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Options.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
|
||||
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
|
||||
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
|
||||
"microsoft.extensions.options.10.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.options.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/10.0.0": {
|
||||
"sha512": "inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.primitives/10.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"PACKAGE.md",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net8.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
|
||||
"lib/net10.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net10.0/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/net462/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net462/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/net8.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net8.0/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/net9.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net9.0/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
|
||||
"microsoft.extensions.primitives.10.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.primitives.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": [
|
||||
"Microsoft.Extensions.Options >= 10.0.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"/Users/wenxiansheng/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Config",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Options": {
|
||||
"target": "Package",
|
||||
"version": "[10.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,12 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "rgZGJqtaQ6U=",
|
||||
"success": true,
|
||||
"projectFilePath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Config/Sln.IntelliBelt.Config.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.0/microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.options/10.0.0/microsoft.extensions.options.10.0.0.nupkg.sha512",
|
||||
"/Users/wenxiansheng/.nuget/packages/microsoft.extensions.primitives/10.0.0/microsoft.extensions.primitives.10.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
17798681620212943
|
||||
@ -1 +0,0 @@
|
||||
17798681620212943
|
||||
@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"Sln.IntelliBelt.Model/1.0.0": {
|
||||
"runtime": {
|
||||
"Sln.IntelliBelt.Model.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Sln.IntelliBelt.Model/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@ -1,22 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("Sln.IntelliBelt.Model")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a74ce4300095ea098a9453ab96deced41c589010")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Sln.IntelliBelt.Model")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Sln.IntelliBelt.Model")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
3604e7f99f77817bbe50cbae8ffe3f817ec4c76372eb41f3c76fb14a18913161
|
||||
@ -1,13 +0,0 @@
|
||||
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 = Sln.IntelliBelt.Model
|
||||
build_property.ProjectDir = /Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
@ -1,8 +0,0 @@
|
||||
// <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;
|
||||
Binary file not shown.
@ -1 +0,0 @@
|
||||
6f3d48fb10a64d8bc536be419208ff31f7dd757e8b8b6d3ad85868f84df73dbf
|
||||
@ -1,11 +0,0 @@
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/bin/Debug/net8.0/Sln.IntelliBelt.Model.deps.json
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/bin/Debug/net8.0/Sln.IntelliBelt.Model.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/bin/Debug/net8.0/Sln.IntelliBelt.Model.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfoInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.AssemblyInfo.cs
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.csproj.CoreCompileInputs.cache
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/refint/Sln.IntelliBelt.Model.dll
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/Sln.IntelliBelt.Model.pdb
|
||||
/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/Debug/net8.0/ref/Sln.IntelliBelt.Model.dll
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,66 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj",
|
||||
"projectName": "Sln.IntelliBelt.Model",
|
||||
"projectPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/Sln.IntelliBelt.Model.csproj",
|
||||
"packagesPath": "/Users/wenxiansheng/.nuget/packages/",
|
||||
"outputPath": "/Users/wenxiansheng/Public/WorkSpace/Mesnac/项目资料/研发项目/RFID 智能输送带监控平台研发/程序设计/Sln.IntelliBelt/Sln.IntelliBelt.Model/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/wenxiansheng/.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": "direct"
|
||||
}
|
||||
},
|
||||
"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": "/Users/wenxiansheng/.dotnet/sdk/8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue