初始化
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
23
TestAPI/obj/Debug/net8.0/TestAPI.AssemblyInfo.cs
Normal file
23
TestAPI/obj/Debug/net8.0/TestAPI.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b5c74a3917285a83fa24bb31b761745583549030")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
b49b0757b2c3d86f131fbddad2db0577303cd74b83e77bd5d1ec5ec984e1e6ae
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = TestAPI
|
||||
build_property.RootNamespace = TestAPI
|
||||
build_property.ProjectDir = E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
17
TestAPI/obj/Debug/net8.0/TestAPI.GlobalUsings.g.cs
Normal file
17
TestAPI/obj/Debug/net8.0/TestAPI.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using Microsoft.AspNetCore.Builder;
|
||||
global using Microsoft.AspNetCore.Hosting;
|
||||
global using Microsoft.AspNetCore.Http;
|
||||
global using Microsoft.AspNetCore.Routing;
|
||||
global using Microsoft.Extensions.Configuration;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Hosting;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Net.Http.Json;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
BIN
TestAPI/obj/Debug/net8.0/TestAPI.assets.cache
Normal file
BIN
TestAPI/obj/Debug/net8.0/TestAPI.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
3da1f88240890d9d16dbfc39ce02c4fc031401aa990dc39920a189cc3b31341f
|
||||
29
TestAPI/obj/Debug/net8.0/TestAPI.csproj.FileListAbsolute.txt
Normal file
29
TestAPI/obj/Debug/net8.0/TestAPI.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\appsettings.Development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\appsettings.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\TestAPI.staticwebassets.endpoints.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\TestAPI.exe
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\TestAPI.deps.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\TestAPI.runtimeconfig.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Debug\net8.0\TestAPI.pdb
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\rpswa.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.AssemblyInfoInputs.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.AssemblyInfo.cs
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.csproj.CoreCompileInputs.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.MvcApplicationPartsAssemblyInfo.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\rjimswa.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\rjsmrazor.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\rjsmcshtml.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\scopedcss\bundle\TestAPI.styles.css
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\staticwebassets.build.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\staticwebassets.build.json.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\staticwebassets.development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\staticwebassets.build.endpoints.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\swae.build.ex.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\refint\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.pdb
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\TestAPI.genruntimeconfig.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\ref\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Debug\net8.0\staticwebassets.upToDateCheck.txt
|
||||
BIN
TestAPI/obj/Debug/net8.0/TestAPI.dll
Normal file
BIN
TestAPI/obj/Debug/net8.0/TestAPI.dll
Normal file
Binary file not shown.
1
TestAPI/obj/Debug/net8.0/TestAPI.genruntimeconfig.cache
Normal file
1
TestAPI/obj/Debug/net8.0/TestAPI.genruntimeconfig.cache
Normal file
@@ -0,0 +1 @@
|
||||
628d92e1dba9d0c9f0c90b765a6059124857bf06180c702b4bed329cc378bdd8
|
||||
BIN
TestAPI/obj/Debug/net8.0/TestAPI.pdb
Normal file
BIN
TestAPI/obj/Debug/net8.0/TestAPI.pdb
Normal file
Binary file not shown.
BIN
TestAPI/obj/Debug/net8.0/apphost.exe
Normal file
BIN
TestAPI/obj/Debug/net8.0/apphost.exe
Normal file
Binary file not shown.
BIN
TestAPI/obj/Debug/net8.0/ref/TestAPI.dll
Normal file
BIN
TestAPI/obj/Debug/net8.0/ref/TestAPI.dll
Normal file
Binary file not shown.
BIN
TestAPI/obj/Debug/net8.0/refint/TestAPI.dll
Normal file
BIN
TestAPI/obj/Debug/net8.0/refint/TestAPI.dll
Normal file
Binary file not shown.
1
TestAPI/obj/Debug/net8.0/rjsmcshtml.dswa.cache.json
Normal file
1
TestAPI/obj/Debug/net8.0/rjsmcshtml.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"ulsKIJ8WPaGAuzGy5wYcBF/tKXMwGdHlAK0bzVwrTmM=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE=","8rOioHUN4a1BE7IvIWszWNjZFU7WR2lwLARDD/9dz5I=","m38rxwOoPDWrLjVFfM3YXH7ZQNNYG86fNLvrNfo6xOM=","nMu8wUQ7sdh0Zl0VFTWS33uGG8QkZZ2GJmiRK2vzfgg=","c5WNOwFgZnM3eiSCxOaF/33pPTrlpEL18/w\u002BnrQGy1A="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
1
TestAPI/obj/Debug/net8.0/rjsmrazor.dswa.cache.json
Normal file
1
TestAPI/obj/Debug/net8.0/rjsmrazor.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"EYpoDVcoLrTF43G8YmYuniOIjH5Rq2QEW1nfoeUsDLs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE=","8rOioHUN4a1BE7IvIWszWNjZFU7WR2lwLARDD/9dz5I=","m38rxwOoPDWrLjVFfM3YXH7ZQNNYG86fNLvrNfo6xOM=","nMu8wUQ7sdh0Zl0VFTWS33uGG8QkZZ2GJmiRK2vzfgg=","c5WNOwFgZnM3eiSCxOaF/33pPTrlpEL18/w\u002BnrQGy1A="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
1
TestAPI/obj/Debug/net8.0/rpswa.dswa.cache.json
Normal file
1
TestAPI/obj/Debug/net8.0/rpswa.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"Lm+W2bsk4EtTEUWaZeOpXu0o9TRcyd+6e7eXZaf1jGs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Build","Endpoints":[]}
|
||||
1
TestAPI/obj/Debug/net8.0/staticwebassets.build.json
Normal file
1
TestAPI/obj/Debug/net8.0/staticwebassets.build.json
Normal file
@@ -0,0 +1 @@
|
||||
{"Version":1,"Hash":"dvyCl6SpxpcbB9gfCrZm9c7OjfvW1ONncgZDnnqW+gM=","Source":"TestAPI","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
|
||||
@@ -0,0 +1 @@
|
||||
dvyCl6SpxpcbB9gfCrZm9c7OjfvW1ONncgZDnnqW+gM=
|
||||
0
TestAPI/obj/Debug/net8.0/swae.build.ex.cache
Normal file
0
TestAPI/obj/Debug/net8.0/swae.build.ex.cache
Normal file
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
23
TestAPI/obj/Release/net8.0/TestAPI.AssemblyInfo.cs
Normal file
23
TestAPI/obj/Release/net8.0/TestAPI.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b5c74a3917285a83fa24bb31b761745583549030")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
f2ecb3f10daaf89d0f7d0b2fb1cb64ddf4ad860c47a2eff0266c53efdda8aef8
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = TestAPI
|
||||
build_property.RootNamespace = TestAPI
|
||||
build_property.ProjectDir = E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
17
TestAPI/obj/Release/net8.0/TestAPI.GlobalUsings.g.cs
Normal file
17
TestAPI/obj/Release/net8.0/TestAPI.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using Microsoft.AspNetCore.Builder;
|
||||
global using Microsoft.AspNetCore.Hosting;
|
||||
global using Microsoft.AspNetCore.Http;
|
||||
global using Microsoft.AspNetCore.Routing;
|
||||
global using Microsoft.Extensions.Configuration;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Hosting;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Net.Http.Json;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
BIN
TestAPI/obj/Release/net8.0/TestAPI.assets.cache
Normal file
BIN
TestAPI/obj/Release/net8.0/TestAPI.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
37988d3dbf33c0fa1cafa90bf8bba30740f79efbbcd7a113a6ed9bdd5359b0d8
|
||||
@@ -0,0 +1,29 @@
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\appsettings.Development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\appsettings.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\TestAPI.staticwebassets.endpoints.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\TestAPI.exe
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\TestAPI.deps.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\TestAPI.runtimeconfig.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\TestAPI.pdb
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\rpswa.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.AssemblyInfoInputs.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.AssemblyInfo.cs
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.csproj.CoreCompileInputs.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.MvcApplicationPartsAssemblyInfo.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\rjimswa.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\rjsmrazor.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\rjsmcshtml.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\scopedcss\bundle\TestAPI.styles.css
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\staticwebassets.build.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\staticwebassets.build.json.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\staticwebassets.development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\staticwebassets.build.endpoints.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\swae.build.ex.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\staticwebassets.upToDateCheck.txt
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\refint\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.pdb
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\TestAPI.genruntimeconfig.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\ref\TestAPI.dll
|
||||
BIN
TestAPI/obj/Release/net8.0/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/TestAPI.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f57a8cf8694167b042ff9962f7b030d4ebefe0294fbd8dea50cd7d25f566ccb0
|
||||
BIN
TestAPI/obj/Release/net8.0/TestAPI.pdb
Normal file
BIN
TestAPI/obj/Release/net8.0/TestAPI.pdb
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/apphost.exe
Normal file
BIN
TestAPI/obj/Release/net8.0/apphost.exe
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/ref/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/ref/TestAPI.dll
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/refint/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/refint/TestAPI.dll
Normal file
Binary file not shown.
1
TestAPI/obj/Release/net8.0/rjsmcshtml.dswa.cache.json
Normal file
1
TestAPI/obj/Release/net8.0/rjsmcshtml.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"ulsKIJ8WPaGAuzGy5wYcBF/tKXMwGdHlAK0bzVwrTmM=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE=","8rOioHUN4a1BE7IvIWszWNjZFU7WR2lwLARDD/9dz5I=","m38rxwOoPDWrLjVFfM3YXH7ZQNNYG86fNLvrNfo6xOM=","nMu8wUQ7sdh0Zl0VFTWS33uGG8QkZZ2GJmiRK2vzfgg=","dDW7GuIE87b\u002BLQczdMWMWR\u002Bf/SozXY\u002Bh1hg2p22ZTQs="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
1
TestAPI/obj/Release/net8.0/rjsmrazor.dswa.cache.json
Normal file
1
TestAPI/obj/Release/net8.0/rjsmrazor.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"EYpoDVcoLrTF43G8YmYuniOIjH5Rq2QEW1nfoeUsDLs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE=","8rOioHUN4a1BE7IvIWszWNjZFU7WR2lwLARDD/9dz5I=","m38rxwOoPDWrLjVFfM3YXH7ZQNNYG86fNLvrNfo6xOM=","nMu8wUQ7sdh0Zl0VFTWS33uGG8QkZZ2GJmiRK2vzfgg=","dDW7GuIE87b\u002BLQczdMWMWR\u002Bf/SozXY\u002Bh1hg2p22ZTQs="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
1
TestAPI/obj/Release/net8.0/rpswa.dswa.cache.json
Normal file
1
TestAPI/obj/Release/net8.0/rpswa.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"Lm+W2bsk4EtTEUWaZeOpXu0o9TRcyd+6e7eXZaf1jGs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Build","Endpoints":[]}
|
||||
1
TestAPI/obj/Release/net8.0/staticwebassets.build.json
Normal file
1
TestAPI/obj/Release/net8.0/staticwebassets.build.json
Normal file
@@ -0,0 +1 @@
|
||||
{"Version":1,"Hash":"dvyCl6SpxpcbB9gfCrZm9c7OjfvW1ONncgZDnnqW+gM=","Source":"TestAPI","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
|
||||
@@ -0,0 +1 @@
|
||||
dvyCl6SpxpcbB9gfCrZm9c7OjfvW1ONncgZDnnqW+gM=
|
||||
0
TestAPI/obj/Release/net8.0/swae.build.ex.cache
Normal file
0
TestAPI/obj/Release/net8.0/swae.build.ex.cache
Normal file
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0/win-x64",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {},
|
||||
".NETCoreApp,Version=v8.0/win-x64": {
|
||||
"TestAPI/1.0.0": {
|
||||
"runtime": {
|
||||
"TestAPI.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"TestAPI/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/TestAPI.dll
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/TestAPI.exe
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/TestAPI.exe
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/TestAPI.pdb
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/TestAPI.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Publish","Endpoints":[]}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
12
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/web.config
Normal file
12
TestAPI/obj/Release/net8.0/win-x64/PubTmp/Out/web.config
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath=".\TestAPI.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 3929c076-4a96-4cde-8640-696859edc508-->
|
||||
@@ -0,0 +1,7 @@
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\TestAPI.exe
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\appsettings.Development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\appsettings.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\TestAPI.deps.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\TestAPI.runtimeconfig.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\PubTmp\Out\TestAPI.pdb
|
||||
23
TestAPI/obj/Release/net8.0/win-x64/TestAPI.AssemblyInfo.cs
Normal file
23
TestAPI/obj/Release/net8.0/win-x64/TestAPI.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3488a4f91fb86bfd4cfd9297ed557894768b6d78")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("TestAPI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
c02dfb2893338bb24839d9aa366be1549696743a8cc02b7ca8dff3d91fac6991
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = TestAPI
|
||||
build_property.RootNamespace = TestAPI
|
||||
build_property.ProjectDir = E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
17
TestAPI/obj/Release/net8.0/win-x64/TestAPI.GlobalUsings.g.cs
Normal file
17
TestAPI/obj/Release/net8.0/win-x64/TestAPI.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using Microsoft.AspNetCore.Builder;
|
||||
global using Microsoft.AspNetCore.Hosting;
|
||||
global using Microsoft.AspNetCore.Http;
|
||||
global using Microsoft.AspNetCore.Routing;
|
||||
global using Microsoft.Extensions.Configuration;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Hosting;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Net.Http.Json;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
BIN
TestAPI/obj/Release/net8.0/win-x64/TestAPI.assets.cache
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/TestAPI.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
38a9690ee4b4de952ece3b9f47da2cd9bf56a2308ddcd1f474d770b63af1d8a8
|
||||
@@ -0,0 +1,29 @@
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\appsettings.Development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\appsettings.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\TestAPI.staticwebassets.endpoints.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\TestAPI.exe
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\TestAPI.deps.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\TestAPI.runtimeconfig.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\bin\Release\net8.0\win-x64\TestAPI.pdb
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\rpswa.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.AssemblyInfoInputs.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.AssemblyInfo.cs
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.csproj.CoreCompileInputs.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.MvcApplicationPartsAssemblyInfo.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\rjimswa.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\rjsmrazor.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\rjsmcshtml.dswa.cache.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\scopedcss\bundle\TestAPI.styles.css
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\staticwebassets.build.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\staticwebassets.build.json.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\staticwebassets.development.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\staticwebassets.build.endpoints.json
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\swae.build.ex.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\staticwebassets.upToDateCheck.txt
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\refint\TestAPI.dll
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.pdb
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\TestAPI.genruntimeconfig.cache
|
||||
E:\tian\chongxin\EMQX\BooliveMQTT_Auth\TestAPI\obj\Release\net8.0\win-x64\ref\TestAPI.dll
|
||||
BIN
TestAPI/obj/Release/net8.0/win-x64/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/TestAPI.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0ecfb982f7afbb3e0fd812d84a9c44c928465966bd82cef44972d084d323ff7b
|
||||
BIN
TestAPI/obj/Release/net8.0/win-x64/TestAPI.pdb
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/TestAPI.pdb
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/win-x64/apphost.exe
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/apphost.exe
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/win-x64/ref/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/ref/TestAPI.dll
Normal file
Binary file not shown.
BIN
TestAPI/obj/Release/net8.0/win-x64/refint/TestAPI.dll
Normal file
BIN
TestAPI/obj/Release/net8.0/win-x64/refint/TestAPI.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"ulsKIJ8WPaGAuzGy5wYcBF/tKXMwGdHlAK0bzVwrTmM=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE=","8rOioHUN4a1BE7IvIWszWNjZFU7WR2lwLARDD/9dz5I=","m38rxwOoPDWrLjVFfM3YXH7ZQNNYG86fNLvrNfo6xOM=","nMu8wUQ7sdh0Zl0VFTWS33uGG8QkZZ2GJmiRK2vzfgg=","nmJy\u002BCE/Fp9BmLquQ7T545pHOQVSN3IYWD9Taigmf0c="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"EYpoDVcoLrTF43G8YmYuniOIjH5Rq2QEW1nfoeUsDLs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE=","8rOioHUN4a1BE7IvIWszWNjZFU7WR2lwLARDD/9dz5I=","m38rxwOoPDWrLjVFfM3YXH7ZQNNYG86fNLvrNfo6xOM=","nMu8wUQ7sdh0Zl0VFTWS33uGG8QkZZ2GJmiRK2vzfgg=","nmJy\u002BCE/Fp9BmLquQ7T545pHOQVSN3IYWD9Taigmf0c="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
1
TestAPI/obj/Release/net8.0/win-x64/rpswa.dswa.cache.json
Normal file
1
TestAPI/obj/Release/net8.0/win-x64/rpswa.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"Lm+W2bsk4EtTEUWaZeOpXu0o9TRcyd+6e7eXZaf1jGs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["v4\u002B8gfjYNLwYRltvI/ynHf/xiWV9W43UZfVX8ehx8rU=","v3PH5UrC4ZCIuN\u002BN/hGiE9mYoXo5A3ZQsilrNaHeFkE="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Build","Endpoints":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"Hash":"dvyCl6SpxpcbB9gfCrZm9c7OjfvW1ONncgZDnnqW+gM=","Source":"TestAPI","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
|
||||
@@ -0,0 +1 @@
|
||||
dvyCl6SpxpcbB9gfCrZm9c7OjfvW1ONncgZDnnqW+gM=
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Publish","Endpoints":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"Hash":"dXDz9OE2OBX3rqUIHr7E9kLS4XkYzyuVdAr7Q8w2ADo=","Source":"TestAPI","BasePath":"/","Mode":"Root","ManifestType":"Publish","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
|
||||
497
TestAPI/obj/TestAPI.csproj.nuget.dgspec.json
Normal file
497
TestAPI/obj/TestAPI.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,497 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"projectName": "TestAPI",
|
||||
"projectPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
|
||||
"outputPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "10.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.101/PortableRuntimeIdentifierGraph.json",
|
||||
"packagesToPrune": {
|
||||
"Microsoft.AspNetCore": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Antiforgery": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.BearerToken": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization.Policy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Endpoints": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Forms": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Server": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Web": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Connections.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.CookiePolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HostFiltering": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Html.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Features": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Results": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpLogging": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpOverrides": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpsPolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Identity": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Metadata": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ApiExplorer": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.RazorPages": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.OutputCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RateLimiting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RequestDecompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Rewrite": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.HttpSys": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IIS": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Session": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Protocols.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.StaticFiles": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebSockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebUtilities": "(, 8.0.32767]",
|
||||
"Microsoft.CSharp": "(, 4.7.32767]",
|
||||
"Microsoft.Extensions.Caching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Caching.Memory": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Binder": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Ini": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Json": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.KeyPerFile": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Features": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Composite": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Embedded": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Physical": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Http": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Core": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Stores": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Console": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Debug": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventLog": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.TraceSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.ObjectPool": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Primitives": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.WebEncoders": "(, 8.0.32767]",
|
||||
"Microsoft.JSInterop": "(, 8.0.32767]",
|
||||
"Microsoft.Net.Http.Headers": "(, 8.0.32767]",
|
||||
"Microsoft.VisualBasic": "(, 10.3.32767]",
|
||||
"Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"Microsoft.Win32.Registry": "(, 5.0.32767]",
|
||||
"runtime.any.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.any.System.IO": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.any.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.aot.System.IO": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.unix.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Console": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.unix.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Console": "(, 4.3.32767]",
|
||||
"runtime.win.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.win.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.win.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7-x86.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.win8-arm.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.AppContext": "(, 4.3.32767]",
|
||||
"System.Buffers": "(, 4.6.32767]",
|
||||
"System.Collections": "(, 4.3.32767]",
|
||||
"System.Collections.Concurrent": "(, 4.3.32767]",
|
||||
"System.Collections.Immutable": "(, 8.0.32767]",
|
||||
"System.Collections.NonGeneric": "(, 4.3.32767]",
|
||||
"System.Collections.Specialized": "(, 4.3.32767]",
|
||||
"System.ComponentModel": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Annotations": "(, 5.0.32767]",
|
||||
"System.ComponentModel.EventBasedAsync": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Primitives": "(, 4.3.32767]",
|
||||
"System.ComponentModel.TypeConverter": "(, 4.3.32767]",
|
||||
"System.Console": "(, 4.3.32767]",
|
||||
"System.Data.Common": "(, 4.3.32767]",
|
||||
"System.Data.DataSetExtensions": "(, 4.5.32767]",
|
||||
"System.Diagnostics.Contracts": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"System.Diagnostics.DiagnosticSource": "(, 8.0.32767]",
|
||||
"System.Diagnostics.EventLog": "(, 8.0.32767]",
|
||||
"System.Diagnostics.FileVersionInfo": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Process": "(, 4.3.32767]",
|
||||
"System.Diagnostics.StackTrace": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TextWriterTraceListener": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TraceSource": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"System.Drawing.Primitives": "(, 4.3.32767]",
|
||||
"System.Dynamic.Runtime": "(, 4.3.32767]",
|
||||
"System.Formats.Asn1": "(, 8.0.32767]",
|
||||
"System.Globalization": "(, 4.3.32767]",
|
||||
"System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"System.Globalization.Extensions": "(, 4.3.32767]",
|
||||
"System.IO": "(, 4.3.32767]",
|
||||
"System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.IO.Compression.ZipFile": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.AccessControl": "(, 5.0.32767]",
|
||||
"System.IO.FileSystem.DriveInfo": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Primitives": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Watcher": "(, 4.3.32767]",
|
||||
"System.IO.IsolatedStorage": "(, 4.3.32767]",
|
||||
"System.IO.MemoryMappedFiles": "(, 4.3.32767]",
|
||||
"System.IO.Pipelines": "(, 8.0.32767]",
|
||||
"System.IO.Pipes": "(, 4.3.32767]",
|
||||
"System.IO.Pipes.AccessControl": "(, 4.6.32767]",
|
||||
"System.IO.UnmanagedMemoryStream": "(, 4.3.32767]",
|
||||
"System.Linq": "(, 4.3.32767]",
|
||||
"System.Linq.Expressions": "(, 4.3.32767]",
|
||||
"System.Linq.Parallel": "(, 4.3.32767]",
|
||||
"System.Linq.Queryable": "(, 4.3.32767]",
|
||||
"System.Memory": "(, 4.6.32767]",
|
||||
"System.Net.Http": "(, 4.3.32767]",
|
||||
"System.Net.Http.Json": "(, 8.0.32767]",
|
||||
"System.Net.NameResolution": "(, 4.3.32767]",
|
||||
"System.Net.NetworkInformation": "(, 4.3.32767]",
|
||||
"System.Net.Ping": "(, 4.3.32767]",
|
||||
"System.Net.Primitives": "(, 4.3.32767]",
|
||||
"System.Net.Requests": "(, 4.3.32767]",
|
||||
"System.Net.Security": "(, 4.3.32767]",
|
||||
"System.Net.Sockets": "(, 4.3.32767]",
|
||||
"System.Net.WebHeaderCollection": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets.Client": "(, 4.3.32767]",
|
||||
"System.Numerics.Vectors": "(, 4.6.32767]",
|
||||
"System.ObjectModel": "(, 4.3.32767]",
|
||||
"System.Private.DataContractSerialization": "(, 4.3.32767]",
|
||||
"System.Private.Uri": "(, 4.3.32767]",
|
||||
"System.Reflection": "(, 4.3.32767]",
|
||||
"System.Reflection.DispatchProxy": "(, 4.8.32767]",
|
||||
"System.Reflection.Emit": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.ILGeneration": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.Lightweight": "(, 4.7.32767]",
|
||||
"System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"System.Reflection.Metadata": "(, 8.0.32767]",
|
||||
"System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"System.Reflection.TypeExtensions": "(, 4.7.32767]",
|
||||
"System.Resources.Reader": "(, 4.3.32767]",
|
||||
"System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"System.Resources.Writer": "(, 4.3.32767]",
|
||||
"System.Runtime": "(, 4.3.32767]",
|
||||
"System.Runtime.CompilerServices.Unsafe": "(, 6.1.32767]",
|
||||
"System.Runtime.CompilerServices.VisualC": "(, 4.3.32767]",
|
||||
"System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "(, 4.3.32767]",
|
||||
"System.Runtime.Loader": "(, 4.3.32767]",
|
||||
"System.Runtime.Numerics": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Formatters": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Json": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Primitives": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Xml": "(, 4.3.32767]",
|
||||
"System.Security.AccessControl": "(, 6.0.32767]",
|
||||
"System.Security.Claims": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Algorithms": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Cng": "(, 4.6.32767]",
|
||||
"System.Security.Cryptography.Csp": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Encoding": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.OpenSsl": "(, 5.0.32767]",
|
||||
"System.Security.Cryptography.Primitives": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.X509Certificates": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Xml": "(, 8.0.32767]",
|
||||
"System.Security.Principal": "(, 4.3.32767]",
|
||||
"System.Security.Principal.Windows": "(, 5.0.32767]",
|
||||
"System.Security.SecureString": "(, 4.3.32767]",
|
||||
"System.Text.Encoding": "(, 4.3.32767]",
|
||||
"System.Text.Encoding.CodePages": "(, 8.0.32767]",
|
||||
"System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"System.Text.Encodings.Web": "(, 8.0.32767]",
|
||||
"System.Text.Json": "(, 8.0.32767]",
|
||||
"System.Text.RegularExpressions": "(, 4.3.32767]",
|
||||
"System.Threading": "(, 4.3.32767]",
|
||||
"System.Threading.Channels": "(, 8.0.32767]",
|
||||
"System.Threading.Overlapped": "(, 4.3.32767]",
|
||||
"System.Threading.RateLimiting": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"System.Threading.Tasks.Dataflow": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks.Extensions": "(, 4.6.32767]",
|
||||
"System.Threading.Tasks.Parallel": "(, 4.3.32767]",
|
||||
"System.Threading.Thread": "(, 4.3.32767]",
|
||||
"System.Threading.ThreadPool": "(, 4.3.32767]",
|
||||
"System.Threading.Timer": "(, 4.3.32767]",
|
||||
"System.ValueTuple": "(, 4.6.32767]",
|
||||
"System.Xml.ReaderWriter": "(, 4.3.32767]",
|
||||
"System.Xml.XDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlSerializer": "(, 4.3.32767]",
|
||||
"System.Xml.XPath": "(, 4.3.32767]",
|
||||
"System.Xml.XPath.XDocument": "(, 4.3.32767]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
TestAPI/obj/TestAPI.csproj.nuget.g.props
Normal file
16
TestAPI/obj/TestAPI.csproj.nuget.g.props
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
2
TestAPI/obj/TestAPI.csproj.nuget.g.targets
Normal file
2
TestAPI/obj/TestAPI.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
503
TestAPI/obj/project.assets.json
Normal file
503
TestAPI/obj/project.assets.json
Normal file
@@ -0,0 +1,503 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Administrator\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"projectName": "TestAPI",
|
||||
"projectPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
|
||||
"outputPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "10.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.101/PortableRuntimeIdentifierGraph.json",
|
||||
"packagesToPrune": {
|
||||
"Microsoft.AspNetCore": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Antiforgery": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.BearerToken": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization.Policy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Endpoints": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Forms": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Server": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Web": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Connections.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.CookiePolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HostFiltering": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Html.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Features": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Results": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpLogging": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpOverrides": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpsPolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Identity": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Metadata": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ApiExplorer": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.RazorPages": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.OutputCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RateLimiting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RequestDecompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Rewrite": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.HttpSys": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IIS": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Session": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Protocols.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.StaticFiles": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebSockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebUtilities": "(, 8.0.32767]",
|
||||
"Microsoft.CSharp": "(, 4.7.32767]",
|
||||
"Microsoft.Extensions.Caching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Caching.Memory": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Binder": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Ini": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Json": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.KeyPerFile": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Features": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Composite": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Embedded": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Physical": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Http": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Core": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Stores": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Console": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Debug": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventLog": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.TraceSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.ObjectPool": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Primitives": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.WebEncoders": "(, 8.0.32767]",
|
||||
"Microsoft.JSInterop": "(, 8.0.32767]",
|
||||
"Microsoft.Net.Http.Headers": "(, 8.0.32767]",
|
||||
"Microsoft.VisualBasic": "(, 10.3.32767]",
|
||||
"Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"Microsoft.Win32.Registry": "(, 5.0.32767]",
|
||||
"runtime.any.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.any.System.IO": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.any.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.aot.System.IO": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.unix.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Console": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.unix.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Console": "(, 4.3.32767]",
|
||||
"runtime.win.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.win.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.win.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7-x86.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.win8-arm.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.AppContext": "(, 4.3.32767]",
|
||||
"System.Buffers": "(, 4.6.32767]",
|
||||
"System.Collections": "(, 4.3.32767]",
|
||||
"System.Collections.Concurrent": "(, 4.3.32767]",
|
||||
"System.Collections.Immutable": "(, 8.0.32767]",
|
||||
"System.Collections.NonGeneric": "(, 4.3.32767]",
|
||||
"System.Collections.Specialized": "(, 4.3.32767]",
|
||||
"System.ComponentModel": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Annotations": "(, 5.0.32767]",
|
||||
"System.ComponentModel.EventBasedAsync": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Primitives": "(, 4.3.32767]",
|
||||
"System.ComponentModel.TypeConverter": "(, 4.3.32767]",
|
||||
"System.Console": "(, 4.3.32767]",
|
||||
"System.Data.Common": "(, 4.3.32767]",
|
||||
"System.Data.DataSetExtensions": "(, 4.5.32767]",
|
||||
"System.Diagnostics.Contracts": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"System.Diagnostics.DiagnosticSource": "(, 8.0.32767]",
|
||||
"System.Diagnostics.EventLog": "(, 8.0.32767]",
|
||||
"System.Diagnostics.FileVersionInfo": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Process": "(, 4.3.32767]",
|
||||
"System.Diagnostics.StackTrace": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TextWriterTraceListener": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TraceSource": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"System.Drawing.Primitives": "(, 4.3.32767]",
|
||||
"System.Dynamic.Runtime": "(, 4.3.32767]",
|
||||
"System.Formats.Asn1": "(, 8.0.32767]",
|
||||
"System.Globalization": "(, 4.3.32767]",
|
||||
"System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"System.Globalization.Extensions": "(, 4.3.32767]",
|
||||
"System.IO": "(, 4.3.32767]",
|
||||
"System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.IO.Compression.ZipFile": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.AccessControl": "(, 5.0.32767]",
|
||||
"System.IO.FileSystem.DriveInfo": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Primitives": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Watcher": "(, 4.3.32767]",
|
||||
"System.IO.IsolatedStorage": "(, 4.3.32767]",
|
||||
"System.IO.MemoryMappedFiles": "(, 4.3.32767]",
|
||||
"System.IO.Pipelines": "(, 8.0.32767]",
|
||||
"System.IO.Pipes": "(, 4.3.32767]",
|
||||
"System.IO.Pipes.AccessControl": "(, 4.6.32767]",
|
||||
"System.IO.UnmanagedMemoryStream": "(, 4.3.32767]",
|
||||
"System.Linq": "(, 4.3.32767]",
|
||||
"System.Linq.Expressions": "(, 4.3.32767]",
|
||||
"System.Linq.Parallel": "(, 4.3.32767]",
|
||||
"System.Linq.Queryable": "(, 4.3.32767]",
|
||||
"System.Memory": "(, 4.6.32767]",
|
||||
"System.Net.Http": "(, 4.3.32767]",
|
||||
"System.Net.Http.Json": "(, 8.0.32767]",
|
||||
"System.Net.NameResolution": "(, 4.3.32767]",
|
||||
"System.Net.NetworkInformation": "(, 4.3.32767]",
|
||||
"System.Net.Ping": "(, 4.3.32767]",
|
||||
"System.Net.Primitives": "(, 4.3.32767]",
|
||||
"System.Net.Requests": "(, 4.3.32767]",
|
||||
"System.Net.Security": "(, 4.3.32767]",
|
||||
"System.Net.Sockets": "(, 4.3.32767]",
|
||||
"System.Net.WebHeaderCollection": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets.Client": "(, 4.3.32767]",
|
||||
"System.Numerics.Vectors": "(, 4.6.32767]",
|
||||
"System.ObjectModel": "(, 4.3.32767]",
|
||||
"System.Private.DataContractSerialization": "(, 4.3.32767]",
|
||||
"System.Private.Uri": "(, 4.3.32767]",
|
||||
"System.Reflection": "(, 4.3.32767]",
|
||||
"System.Reflection.DispatchProxy": "(, 4.8.32767]",
|
||||
"System.Reflection.Emit": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.ILGeneration": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.Lightweight": "(, 4.7.32767]",
|
||||
"System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"System.Reflection.Metadata": "(, 8.0.32767]",
|
||||
"System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"System.Reflection.TypeExtensions": "(, 4.7.32767]",
|
||||
"System.Resources.Reader": "(, 4.3.32767]",
|
||||
"System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"System.Resources.Writer": "(, 4.3.32767]",
|
||||
"System.Runtime": "(, 4.3.32767]",
|
||||
"System.Runtime.CompilerServices.Unsafe": "(, 6.1.32767]",
|
||||
"System.Runtime.CompilerServices.VisualC": "(, 4.3.32767]",
|
||||
"System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "(, 4.3.32767]",
|
||||
"System.Runtime.Loader": "(, 4.3.32767]",
|
||||
"System.Runtime.Numerics": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Formatters": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Json": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Primitives": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Xml": "(, 4.3.32767]",
|
||||
"System.Security.AccessControl": "(, 6.0.32767]",
|
||||
"System.Security.Claims": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Algorithms": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Cng": "(, 4.6.32767]",
|
||||
"System.Security.Cryptography.Csp": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Encoding": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.OpenSsl": "(, 5.0.32767]",
|
||||
"System.Security.Cryptography.Primitives": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.X509Certificates": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Xml": "(, 8.0.32767]",
|
||||
"System.Security.Principal": "(, 4.3.32767]",
|
||||
"System.Security.Principal.Windows": "(, 5.0.32767]",
|
||||
"System.Security.SecureString": "(, 4.3.32767]",
|
||||
"System.Text.Encoding": "(, 4.3.32767]",
|
||||
"System.Text.Encoding.CodePages": "(, 8.0.32767]",
|
||||
"System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"System.Text.Encodings.Web": "(, 8.0.32767]",
|
||||
"System.Text.Json": "(, 8.0.32767]",
|
||||
"System.Text.RegularExpressions": "(, 4.3.32767]",
|
||||
"System.Threading": "(, 4.3.32767]",
|
||||
"System.Threading.Channels": "(, 8.0.32767]",
|
||||
"System.Threading.Overlapped": "(, 4.3.32767]",
|
||||
"System.Threading.RateLimiting": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"System.Threading.Tasks.Dataflow": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks.Extensions": "(, 4.6.32767]",
|
||||
"System.Threading.Tasks.Parallel": "(, 4.3.32767]",
|
||||
"System.Threading.Thread": "(, 4.3.32767]",
|
||||
"System.Threading.ThreadPool": "(, 4.3.32767]",
|
||||
"System.Threading.Timer": "(, 4.3.32767]",
|
||||
"System.ValueTuple": "(, 4.6.32767]",
|
||||
"System.Xml.ReaderWriter": "(, 4.3.32767]",
|
||||
"System.Xml.XDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlSerializer": "(, 4.3.32767]",
|
||||
"System.Xml.XPath": "(, 4.3.32767]",
|
||||
"System.Xml.XPath.XDocument": "(, 4.3.32767]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
TestAPI/obj/project.nuget.cache
Normal file
8
TestAPI/obj/project.nuget.cache
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "6iKA0ak2VyQ=",
|
||||
"success": true,
|
||||
"projectFilePath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
502
TestAPI/obj/publish/win-x64/TestAPI.csproj.nuget.dgspec.json
Normal file
502
TestAPI/obj/publish/win-x64/TestAPI.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,502 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"projectName": "TestAPI",
|
||||
"projectPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
|
||||
"outputPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\obj\\publish\\win-x64\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "10.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.100/PortableRuntimeIdentifierGraph.json",
|
||||
"packagesToPrune": {
|
||||
"Microsoft.AspNetCore": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Antiforgery": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.BearerToken": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization.Policy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Endpoints": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Forms": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Server": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Web": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Connections.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.CookiePolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HostFiltering": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Html.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Features": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Results": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpLogging": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpOverrides": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpsPolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Identity": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Metadata": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ApiExplorer": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.RazorPages": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.OutputCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RateLimiting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RequestDecompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Rewrite": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.HttpSys": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IIS": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Session": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Protocols.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.StaticFiles": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebSockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebUtilities": "(, 8.0.32767]",
|
||||
"Microsoft.CSharp": "(, 4.7.32767]",
|
||||
"Microsoft.Extensions.Caching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Caching.Memory": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Binder": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Ini": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Json": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.KeyPerFile": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Features": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Composite": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Embedded": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Physical": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Http": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Core": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Stores": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Console": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Debug": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventLog": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.TraceSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.ObjectPool": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Primitives": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.WebEncoders": "(, 8.0.32767]",
|
||||
"Microsoft.JSInterop": "(, 8.0.32767]",
|
||||
"Microsoft.Net.Http.Headers": "(, 8.0.32767]",
|
||||
"Microsoft.VisualBasic": "(, 10.3.32767]",
|
||||
"Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"Microsoft.Win32.Registry": "(, 5.0.32767]",
|
||||
"runtime.any.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.any.System.IO": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.any.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.aot.System.IO": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.unix.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Console": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.unix.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Console": "(, 4.3.32767]",
|
||||
"runtime.win.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.win.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.win.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7-x86.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.win8-arm.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.AppContext": "(, 4.3.32767]",
|
||||
"System.Buffers": "(, 4.6.32767]",
|
||||
"System.Collections": "(, 4.3.32767]",
|
||||
"System.Collections.Concurrent": "(, 4.3.32767]",
|
||||
"System.Collections.Immutable": "(, 8.0.32767]",
|
||||
"System.Collections.NonGeneric": "(, 4.3.32767]",
|
||||
"System.Collections.Specialized": "(, 4.3.32767]",
|
||||
"System.ComponentModel": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Annotations": "(, 5.0.32767]",
|
||||
"System.ComponentModel.EventBasedAsync": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Primitives": "(, 4.3.32767]",
|
||||
"System.ComponentModel.TypeConverter": "(, 4.3.32767]",
|
||||
"System.Console": "(, 4.3.32767]",
|
||||
"System.Data.Common": "(, 4.3.32767]",
|
||||
"System.Data.DataSetExtensions": "(, 4.5.32767]",
|
||||
"System.Diagnostics.Contracts": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"System.Diagnostics.DiagnosticSource": "(, 8.0.32767]",
|
||||
"System.Diagnostics.EventLog": "(, 8.0.32767]",
|
||||
"System.Diagnostics.FileVersionInfo": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Process": "(, 4.3.32767]",
|
||||
"System.Diagnostics.StackTrace": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TextWriterTraceListener": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TraceSource": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"System.Drawing.Primitives": "(, 4.3.32767]",
|
||||
"System.Dynamic.Runtime": "(, 4.3.32767]",
|
||||
"System.Formats.Asn1": "(, 8.0.32767]",
|
||||
"System.Globalization": "(, 4.3.32767]",
|
||||
"System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"System.Globalization.Extensions": "(, 4.3.32767]",
|
||||
"System.IO": "(, 4.3.32767]",
|
||||
"System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.IO.Compression.ZipFile": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.AccessControl": "(, 5.0.32767]",
|
||||
"System.IO.FileSystem.DriveInfo": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Primitives": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Watcher": "(, 4.3.32767]",
|
||||
"System.IO.IsolatedStorage": "(, 4.3.32767]",
|
||||
"System.IO.MemoryMappedFiles": "(, 4.3.32767]",
|
||||
"System.IO.Pipelines": "(, 8.0.32767]",
|
||||
"System.IO.Pipes": "(, 4.3.32767]",
|
||||
"System.IO.Pipes.AccessControl": "(, 4.6.32767]",
|
||||
"System.IO.UnmanagedMemoryStream": "(, 4.3.32767]",
|
||||
"System.Linq": "(, 4.3.32767]",
|
||||
"System.Linq.Expressions": "(, 4.3.32767]",
|
||||
"System.Linq.Parallel": "(, 4.3.32767]",
|
||||
"System.Linq.Queryable": "(, 4.3.32767]",
|
||||
"System.Memory": "(, 4.6.32767]",
|
||||
"System.Net.Http": "(, 4.3.32767]",
|
||||
"System.Net.Http.Json": "(, 8.0.32767]",
|
||||
"System.Net.NameResolution": "(, 4.3.32767]",
|
||||
"System.Net.NetworkInformation": "(, 4.3.32767]",
|
||||
"System.Net.Ping": "(, 4.3.32767]",
|
||||
"System.Net.Primitives": "(, 4.3.32767]",
|
||||
"System.Net.Requests": "(, 4.3.32767]",
|
||||
"System.Net.Security": "(, 4.3.32767]",
|
||||
"System.Net.Sockets": "(, 4.3.32767]",
|
||||
"System.Net.WebHeaderCollection": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets.Client": "(, 4.3.32767]",
|
||||
"System.Numerics.Vectors": "(, 4.6.32767]",
|
||||
"System.ObjectModel": "(, 4.3.32767]",
|
||||
"System.Private.DataContractSerialization": "(, 4.3.32767]",
|
||||
"System.Private.Uri": "(, 4.3.32767]",
|
||||
"System.Reflection": "(, 4.3.32767]",
|
||||
"System.Reflection.DispatchProxy": "(, 4.8.32767]",
|
||||
"System.Reflection.Emit": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.ILGeneration": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.Lightweight": "(, 4.7.32767]",
|
||||
"System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"System.Reflection.Metadata": "(, 8.0.32767]",
|
||||
"System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"System.Reflection.TypeExtensions": "(, 4.7.32767]",
|
||||
"System.Resources.Reader": "(, 4.3.32767]",
|
||||
"System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"System.Resources.Writer": "(, 4.3.32767]",
|
||||
"System.Runtime": "(, 4.3.32767]",
|
||||
"System.Runtime.CompilerServices.Unsafe": "(, 6.1.32767]",
|
||||
"System.Runtime.CompilerServices.VisualC": "(, 4.3.32767]",
|
||||
"System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "(, 4.3.32767]",
|
||||
"System.Runtime.Loader": "(, 4.3.32767]",
|
||||
"System.Runtime.Numerics": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Formatters": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Json": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Primitives": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Xml": "(, 4.3.32767]",
|
||||
"System.Security.AccessControl": "(, 6.0.32767]",
|
||||
"System.Security.Claims": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Algorithms": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Cng": "(, 4.6.32767]",
|
||||
"System.Security.Cryptography.Csp": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Encoding": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.OpenSsl": "(, 5.0.32767]",
|
||||
"System.Security.Cryptography.Primitives": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.X509Certificates": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Xml": "(, 8.0.32767]",
|
||||
"System.Security.Principal": "(, 4.3.32767]",
|
||||
"System.Security.Principal.Windows": "(, 5.0.32767]",
|
||||
"System.Security.SecureString": "(, 4.3.32767]",
|
||||
"System.Text.Encoding": "(, 4.3.32767]",
|
||||
"System.Text.Encoding.CodePages": "(, 8.0.32767]",
|
||||
"System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"System.Text.Encodings.Web": "(, 8.0.32767]",
|
||||
"System.Text.Json": "(, 8.0.32767]",
|
||||
"System.Text.RegularExpressions": "(, 4.3.32767]",
|
||||
"System.Threading": "(, 4.3.32767]",
|
||||
"System.Threading.Channels": "(, 8.0.32767]",
|
||||
"System.Threading.Overlapped": "(, 4.3.32767]",
|
||||
"System.Threading.RateLimiting": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"System.Threading.Tasks.Dataflow": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks.Extensions": "(, 4.6.32767]",
|
||||
"System.Threading.Tasks.Parallel": "(, 4.3.32767]",
|
||||
"System.Threading.Thread": "(, 4.3.32767]",
|
||||
"System.Threading.ThreadPool": "(, 4.3.32767]",
|
||||
"System.Threading.Timer": "(, 4.3.32767]",
|
||||
"System.ValueTuple": "(, 4.6.32767]",
|
||||
"System.Xml.ReaderWriter": "(, 4.3.32767]",
|
||||
"System.Xml.XDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlSerializer": "(, 4.3.32767]",
|
||||
"System.Xml.XPath": "(, 4.3.32767]",
|
||||
"System.Xml.XPath.XDocument": "(, 4.3.32767]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"win-x64": {
|
||||
"#import": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
TestAPI/obj/publish/win-x64/TestAPI.csproj.nuget.g.props
Normal file
16
TestAPI/obj/publish/win-x64/TestAPI.csproj.nuget.g.props
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
509
TestAPI/obj/publish/win-x64/project.assets.json
Normal file
509
TestAPI/obj/publish/win-x64/project.assets.json
Normal file
@@ -0,0 +1,509 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {},
|
||||
"net8.0/win-x64": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Administrator\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"projectName": "TestAPI",
|
||||
"projectPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
|
||||
"outputPath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\obj\\publish\\win-x64\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "10.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.100/PortableRuntimeIdentifierGraph.json",
|
||||
"packagesToPrune": {
|
||||
"Microsoft.AspNetCore": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Antiforgery": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.BearerToken": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Authorization.Policy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Authorization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Endpoints": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Forms": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Server": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Components.Web": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Connections.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.CookiePolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HostFiltering": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Html.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Connections.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Extensions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Features": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Http.Results": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpLogging": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpOverrides": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.HttpsPolicy": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Identity": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Localization.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Metadata": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ApiExplorer": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Cors": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.RazorPages": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.OutputCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RateLimiting": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.RequestDecompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.ResponseCompression": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Rewrite": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Routing.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.HttpSys": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IIS": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.Session": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Common": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Core": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.SignalR.Protocols.Json": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.StaticFiles": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebSockets": "(, 8.0.32767]",
|
||||
"Microsoft.AspNetCore.WebUtilities": "(, 8.0.32767]",
|
||||
"Microsoft.CSharp": "(, 4.7.32767]",
|
||||
"Microsoft.Extensions.Caching.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Caching.Memory": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Binder": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Ini": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Json": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.KeyPerFile": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Configuration.Xml": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Features": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Composite": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Embedded": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileProviders.Physical": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Hosting.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Http": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Core": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Identity.Stores": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Localization.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Configuration": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Console": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.Debug": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventLog": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.EventSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Logging.TraceSource": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.ObjectPool": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Options.DataAnnotations": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.Primitives": "(, 8.0.32767]",
|
||||
"Microsoft.Extensions.WebEncoders": "(, 8.0.32767]",
|
||||
"Microsoft.JSInterop": "(, 8.0.32767]",
|
||||
"Microsoft.Net.Http.Headers": "(, 8.0.32767]",
|
||||
"Microsoft.VisualBasic": "(, 10.3.32767]",
|
||||
"Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"Microsoft.Win32.Registry": "(, 5.0.32767]",
|
||||
"runtime.any.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.any.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.any.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.any.System.IO": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.any.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.any.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.any.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.any.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Collections": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"runtime.aot.System.IO": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"runtime.aot.System.Threading.Timer": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]",
|
||||
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]",
|
||||
"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]",
|
||||
"runtime.unix.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Console": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.unix.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.unix.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win.Microsoft.Win32.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Console": "(, 4.3.32767]",
|
||||
"runtime.win.System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"runtime.win.System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Primitives": "(, 4.3.32767]",
|
||||
"runtime.win.System.Net.Sockets": "(, 4.3.32767]",
|
||||
"runtime.win.System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]",
|
||||
"runtime.win7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7-x86.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"runtime.win7.System.Private.Uri": "(, 4.3.32767]",
|
||||
"runtime.win8-arm.runtime.native.System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.AppContext": "(, 4.3.32767]",
|
||||
"System.Buffers": "(, 4.6.32767]",
|
||||
"System.Collections": "(, 4.3.32767]",
|
||||
"System.Collections.Concurrent": "(, 4.3.32767]",
|
||||
"System.Collections.Immutable": "(, 8.0.32767]",
|
||||
"System.Collections.NonGeneric": "(, 4.3.32767]",
|
||||
"System.Collections.Specialized": "(, 4.3.32767]",
|
||||
"System.ComponentModel": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Annotations": "(, 5.0.32767]",
|
||||
"System.ComponentModel.EventBasedAsync": "(, 4.3.32767]",
|
||||
"System.ComponentModel.Primitives": "(, 4.3.32767]",
|
||||
"System.ComponentModel.TypeConverter": "(, 4.3.32767]",
|
||||
"System.Console": "(, 4.3.32767]",
|
||||
"System.Data.Common": "(, 4.3.32767]",
|
||||
"System.Data.DataSetExtensions": "(, 4.5.32767]",
|
||||
"System.Diagnostics.Contracts": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Debug": "(, 4.3.32767]",
|
||||
"System.Diagnostics.DiagnosticSource": "(, 8.0.32767]",
|
||||
"System.Diagnostics.EventLog": "(, 8.0.32767]",
|
||||
"System.Diagnostics.FileVersionInfo": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Process": "(, 4.3.32767]",
|
||||
"System.Diagnostics.StackTrace": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TextWriterTraceListener": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tools": "(, 4.3.32767]",
|
||||
"System.Diagnostics.TraceSource": "(, 4.3.32767]",
|
||||
"System.Diagnostics.Tracing": "(, 4.3.32767]",
|
||||
"System.Drawing.Primitives": "(, 4.3.32767]",
|
||||
"System.Dynamic.Runtime": "(, 4.3.32767]",
|
||||
"System.Formats.Asn1": "(, 8.0.32767]",
|
||||
"System.Globalization": "(, 4.3.32767]",
|
||||
"System.Globalization.Calendars": "(, 4.3.32767]",
|
||||
"System.Globalization.Extensions": "(, 4.3.32767]",
|
||||
"System.IO": "(, 4.3.32767]",
|
||||
"System.IO.Compression": "(, 4.3.32767]",
|
||||
"System.IO.Compression.ZipFile": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.AccessControl": "(, 5.0.32767]",
|
||||
"System.IO.FileSystem.DriveInfo": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Primitives": "(, 4.3.32767]",
|
||||
"System.IO.FileSystem.Watcher": "(, 4.3.32767]",
|
||||
"System.IO.IsolatedStorage": "(, 4.3.32767]",
|
||||
"System.IO.MemoryMappedFiles": "(, 4.3.32767]",
|
||||
"System.IO.Pipelines": "(, 8.0.32767]",
|
||||
"System.IO.Pipes": "(, 4.3.32767]",
|
||||
"System.IO.Pipes.AccessControl": "(, 4.6.32767]",
|
||||
"System.IO.UnmanagedMemoryStream": "(, 4.3.32767]",
|
||||
"System.Linq": "(, 4.3.32767]",
|
||||
"System.Linq.Expressions": "(, 4.3.32767]",
|
||||
"System.Linq.Parallel": "(, 4.3.32767]",
|
||||
"System.Linq.Queryable": "(, 4.3.32767]",
|
||||
"System.Memory": "(, 4.6.32767]",
|
||||
"System.Net.Http": "(, 4.3.32767]",
|
||||
"System.Net.Http.Json": "(, 8.0.32767]",
|
||||
"System.Net.NameResolution": "(, 4.3.32767]",
|
||||
"System.Net.NetworkInformation": "(, 4.3.32767]",
|
||||
"System.Net.Ping": "(, 4.3.32767]",
|
||||
"System.Net.Primitives": "(, 4.3.32767]",
|
||||
"System.Net.Requests": "(, 4.3.32767]",
|
||||
"System.Net.Security": "(, 4.3.32767]",
|
||||
"System.Net.Sockets": "(, 4.3.32767]",
|
||||
"System.Net.WebHeaderCollection": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets": "(, 4.3.32767]",
|
||||
"System.Net.WebSockets.Client": "(, 4.3.32767]",
|
||||
"System.Numerics.Vectors": "(, 4.6.32767]",
|
||||
"System.ObjectModel": "(, 4.3.32767]",
|
||||
"System.Private.DataContractSerialization": "(, 4.3.32767]",
|
||||
"System.Private.Uri": "(, 4.3.32767]",
|
||||
"System.Reflection": "(, 4.3.32767]",
|
||||
"System.Reflection.DispatchProxy": "(, 4.8.32767]",
|
||||
"System.Reflection.Emit": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.ILGeneration": "(, 4.7.32767]",
|
||||
"System.Reflection.Emit.Lightweight": "(, 4.7.32767]",
|
||||
"System.Reflection.Extensions": "(, 4.3.32767]",
|
||||
"System.Reflection.Metadata": "(, 8.0.32767]",
|
||||
"System.Reflection.Primitives": "(, 4.3.32767]",
|
||||
"System.Reflection.TypeExtensions": "(, 4.7.32767]",
|
||||
"System.Resources.Reader": "(, 4.3.32767]",
|
||||
"System.Resources.ResourceManager": "(, 4.3.32767]",
|
||||
"System.Resources.Writer": "(, 4.3.32767]",
|
||||
"System.Runtime": "(, 4.3.32767]",
|
||||
"System.Runtime.CompilerServices.Unsafe": "(, 6.1.32767]",
|
||||
"System.Runtime.CompilerServices.VisualC": "(, 4.3.32767]",
|
||||
"System.Runtime.Extensions": "(, 4.3.32767]",
|
||||
"System.Runtime.Handles": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices": "(, 4.3.32767]",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "(, 4.3.32767]",
|
||||
"System.Runtime.Loader": "(, 4.3.32767]",
|
||||
"System.Runtime.Numerics": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Formatters": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Json": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Primitives": "(, 4.3.32767]",
|
||||
"System.Runtime.Serialization.Xml": "(, 4.3.32767]",
|
||||
"System.Security.AccessControl": "(, 6.0.32767]",
|
||||
"System.Security.Claims": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Algorithms": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Cng": "(, 4.6.32767]",
|
||||
"System.Security.Cryptography.Csp": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Encoding": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.OpenSsl": "(, 5.0.32767]",
|
||||
"System.Security.Cryptography.Primitives": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.X509Certificates": "(, 4.3.32767]",
|
||||
"System.Security.Cryptography.Xml": "(, 8.0.32767]",
|
||||
"System.Security.Principal": "(, 4.3.32767]",
|
||||
"System.Security.Principal.Windows": "(, 5.0.32767]",
|
||||
"System.Security.SecureString": "(, 4.3.32767]",
|
||||
"System.Text.Encoding": "(, 4.3.32767]",
|
||||
"System.Text.Encoding.CodePages": "(, 8.0.32767]",
|
||||
"System.Text.Encoding.Extensions": "(, 4.3.32767]",
|
||||
"System.Text.Encodings.Web": "(, 8.0.32767]",
|
||||
"System.Text.Json": "(, 8.0.32767]",
|
||||
"System.Text.RegularExpressions": "(, 4.3.32767]",
|
||||
"System.Threading": "(, 4.3.32767]",
|
||||
"System.Threading.Channels": "(, 8.0.32767]",
|
||||
"System.Threading.Overlapped": "(, 4.3.32767]",
|
||||
"System.Threading.RateLimiting": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks": "(, 4.3.32767]",
|
||||
"System.Threading.Tasks.Dataflow": "(, 8.0.32767]",
|
||||
"System.Threading.Tasks.Extensions": "(, 4.6.32767]",
|
||||
"System.Threading.Tasks.Parallel": "(, 4.3.32767]",
|
||||
"System.Threading.Thread": "(, 4.3.32767]",
|
||||
"System.Threading.ThreadPool": "(, 4.3.32767]",
|
||||
"System.Threading.Timer": "(, 4.3.32767]",
|
||||
"System.ValueTuple": "(, 4.6.32767]",
|
||||
"System.Xml.ReaderWriter": "(, 4.3.32767]",
|
||||
"System.Xml.XDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlDocument": "(, 4.3.32767]",
|
||||
"System.Xml.XmlSerializer": "(, 4.3.32767]",
|
||||
"System.Xml.XPath": "(, 4.3.32767]",
|
||||
"System.Xml.XPath.XDocument": "(, 4.3.32767]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"win-x64": {
|
||||
"#import": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
TestAPI/obj/publish/win-x64/project.nuget.cache
Normal file
8
TestAPI/obj/publish/win-x64/project.nuget.cache
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "15M2O9xPaxI=",
|
||||
"success": true,
|
||||
"projectFilePath": "E:\\tian\\chongxin\\EMQX\\BooliveMQTT_Auth\\TestAPI\\TestAPI.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user