parent
586020a884
commit
7798ab2d1a
22 changed files with 0 additions and 9649 deletions
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,30 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8" ?> |
|
||||||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" |
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
||||||
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd" |
|
||||||
autoReload="true" |
|
||||||
throwExceptions="true" |
|
||||||
internalLogLevel="Off" internalLogFile="log\console.log"> |
|
||||||
|
|
||||||
<targets> |
|
||||||
<target name="console" xsi:type="ColoredConsole" |
|
||||||
layout="${date:format=HH\:mm\:ss}> ${message}"/> |
|
||||||
|
|
||||||
<!--VS输出窗口--> |
|
||||||
<target name="debugger" xsi:type="Debugger" |
|
||||||
layout="${date:format=HH\:mm\:ss} | ${level:padding=-5} | ${message}" /> |
|
||||||
|
|
||||||
<target name="info" xsi:type="File" fileName="${basedir}/Logs/Info/${shortdate}/info.txt" layout="${date:format=HH\:mm\:ss} | ${level:padding=-5} | ${message}" /> |
|
||||||
|
|
||||||
<!--保存至文件--> |
|
||||||
<target name="error_file" xsi:type="File" maxArchiveFiles="30" |
|
||||||
fileName="${basedir}/Logs/Error/${shortdate}/error.txt" |
|
||||||
layout="${longdate} | ${level:uppercase=false:padding=-5} | ${message} ${onexception:${exception:format=tostring} ${newline} ${stacktrace} ${newline}" /> |
|
||||||
</targets> |
|
||||||
<rules> |
|
||||||
|
|
||||||
<logger name="*" minlevel="Debug" writeTo="debugger" /> |
|
||||||
<logger name="*" minlevel="Info" writeTo="info" /> |
|
||||||
<logger name="*" minlevel="Error" writeTo="error_file" /> |
|
||||||
</rules> |
|
||||||
</nlog> |
|
@ -1,126 +0,0 @@ |
|||||||
{ |
|
||||||
"format": 1, |
|
||||||
"restore": { |
|
||||||
"C:\\My Space\\ProjectForUnit\\ExternalDocking\\Common\\Common.csproj": {} |
|
||||||
}, |
|
||||||
"projects": { |
|
||||||
"C:\\My Space\\ProjectForUnit\\ExternalDocking\\Common\\Common.csproj": { |
|
||||||
"version": "1.0.0", |
|
||||||
"restore": { |
|
||||||
"projectUniqueName": "C:\\My Space\\ProjectForUnit\\ExternalDocking\\Common\\Common.csproj", |
|
||||||
"projectName": "Common", |
|
||||||
"projectPath": "C:\\My Space\\ProjectForUnit\\ExternalDocking\\Common\\Common.csproj", |
|
||||||
"packagesPath": "C:\\Users\\14491\\.nuget\\packages\\", |
|
||||||
"outputPath": "C:\\My Space\\ProjectForUnit\\ExternalDocking\\Common\\obj\\", |
|
||||||
"projectStyle": "PackageReference", |
|
||||||
"fallbackFolders": [ |
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|
||||||
], |
|
||||||
"configFilePaths": [ |
|
||||||
"C:\\Users\\14491\\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": [ |
|
||||||
"netcoreapp3.1" |
|
||||||
], |
|
||||||
"sources": { |
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|
||||||
"https://api.nuget.org/v3/index.json": {} |
|
||||||
}, |
|
||||||
"frameworks": { |
|
||||||
"netcoreapp3.1": { |
|
||||||
"targetAlias": "netcoreapp3.1", |
|
||||||
"projectReferences": {} |
|
||||||
} |
|
||||||
}, |
|
||||||
"warningProperties": { |
|
||||||
"warnAsError": [ |
|
||||||
"NU1605" |
|
||||||
] |
|
||||||
} |
|
||||||
}, |
|
||||||
"frameworks": { |
|
||||||
"netcoreapp3.1": { |
|
||||||
"targetAlias": "netcoreapp3.1", |
|
||||||
"dependencies": { |
|
||||||
"ExcelDataReader.DataSet": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[3.6.0, )" |
|
||||||
}, |
|
||||||
"Microsoft.AspNetCore.Authentication.JwtBearer": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[3.1.28, )" |
|
||||||
}, |
|
||||||
"Microsoft.EntityFrameworkCore": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[5.0.7, )" |
|
||||||
}, |
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[5.0.7, )" |
|
||||||
}, |
|
||||||
"Microsoft.International.Converters.PinYinConverter": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[1.0.0, )" |
|
||||||
}, |
|
||||||
"NLog.Web.AspNetCore": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[5.1.4, )" |
|
||||||
}, |
|
||||||
"QRCoder": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[1.4.3, )" |
|
||||||
}, |
|
||||||
"StackExchange.Redis": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[2.6.70, )" |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.Swagger": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[6.4.0, )" |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[6.4.0, )" |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[6.4.0, )" |
|
||||||
}, |
|
||||||
"System.Data.OleDb": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[6.0.0, )" |
|
||||||
}, |
|
||||||
"System.Data.SqlClient": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[4.8.3, )" |
|
||||||
}, |
|
||||||
"System.Text.Encoding.CodePages": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[6.0.0, )" |
|
||||||
} |
|
||||||
}, |
|
||||||
"imports": [ |
|
||||||
"net461", |
|
||||||
"net462", |
|
||||||
"net47", |
|
||||||
"net471", |
|
||||||
"net472", |
|
||||||
"net48", |
|
||||||
"net481" |
|
||||||
], |
|
||||||
"assetTargetFallback": true, |
|
||||||
"warn": true, |
|
||||||
"frameworkReferences": { |
|
||||||
"Microsoft.NETCore.App": { |
|
||||||
"privateAssets": "all" |
|
||||||
} |
|
||||||
}, |
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
@ -1,4 +0,0 @@ |
|||||||
// <autogenerated /> |
|
||||||
using System; |
|
||||||
using System.Reflection; |
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
|
@ -1,23 +0,0 @@ |
|||||||
//------------------------------------------------------------------------------ |
|
||||||
// <auto-generated> |
|
||||||
// 此代码由工具生成。 |
|
||||||
// 运行时版本:4.0.30319.42000 |
|
||||||
// |
|
||||||
// 对此文件的更改可能会导致不正确的行为,并且如果 |
|
||||||
// 重新生成代码,这些更改将会丢失。 |
|
||||||
// </auto-generated> |
|
||||||
//------------------------------------------------------------------------------ |
|
||||||
|
|
||||||
using System; |
|
||||||
using System.Reflection; |
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Common")] |
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Common")] |
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Common")] |
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
|
||||||
|
|
||||||
// 由 MSBuild WriteCodeFragment 类生成。 |
|
||||||
|
|
@ -1 +0,0 @@ |
|||||||
6a7f5b46ad5631c8134ea72a3bb3fafbbe28db90 |
|
@ -1,3 +0,0 @@ |
|||||||
is_global = true |
|
||||||
build_property.RootNamespace = Common |
|
||||||
build_property.ProjectDir = C:\My Space\ProjectForUnit\ExternalDocking\Common\ |
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@ |
|||||||
2176c2dc1dc9c5aa8fc6a93bb0713b8a719884f0 |
|
@ -1,11 +0,0 @@ |
|||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.GeneratedMSBuildEditorConfig.editorconfig |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.AssemblyInfoInputs.cache |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.AssemblyInfo.cs |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.csproj.CoreCompileInputs.cache |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\bin\Debug\netcoreapp3.1\Nlog.config |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\bin\Debug\netcoreapp3.1\Common.deps.json |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\bin\Debug\netcoreapp3.1\Common.dll |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\bin\Debug\netcoreapp3.1\Common.pdb |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.dll |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.pdb |
|
||||||
C:\My Space\ProjectForUnit\ExternalDocking\Common\obj\Debug\netcoreapp3.1\Common.csproj.AssemblyReference.cache |
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@ |
|||||||
obj\Debug\netcoreapp3.1\\_IsIncrementalBuild |
|
File diff suppressed because it is too large
Load Diff
@ -1,138 +0,0 @@ |
|||||||
{ |
|
||||||
"version": 2, |
|
||||||
"dgSpecHash": "X8MpBEgbC24PeMn1Jvl8UMrjqlDP/+yKY8GkKD8+vcuTt/hsn1KONtaZynvOFThUnrFIQ4ej6CljDBFf8aVBEw==", |
|
||||||
"success": true, |
|
||||||
"projectFilePath": "C:\\My Space\\ProjectForUnit\\ExternalDocking\\Common\\Common.csproj", |
|
||||||
"expectedPackageFiles": [ |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\exceldatareader\\3.6.0\\exceldatareader.3.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\exceldatareader.dataset\\3.6.0\\exceldatareader.dataset.3.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\3.1.28\\microsoft.aspnetcore.authentication.jwtbearer.3.1.28.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.data.sqlclient\\2.0.1\\microsoft.data.sqlclient.2.0.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.0.1\\microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.7\\microsoft.entityframeworkcore.5.0.7.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.7\\microsoft.entityframeworkcore.abstractions.5.0.7.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.7\\microsoft.entityframeworkcore.analyzers.5.0.7.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\5.0.7\\microsoft.entityframeworkcore.relational.5.0.7.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\5.0.7\\microsoft.entityframeworkcore.sqlserver.5.0.7.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.1\\microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.0\\microsoft.extensions.primitives.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.identity.client\\4.14.0\\microsoft.identity.client.4.14.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.6.0\\microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.identitymodel.logging\\5.6.0\\microsoft.identitymodel.logging.5.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.6.0\\microsoft.identitymodel.protocols.5.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.6.0\\microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.6.0\\microsoft.identitymodel.tokens.5.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.international.converters.pinyinconverter\\1.0.0\\microsoft.international.converters.pinyinconverter.1.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.1\\microsoft.netcore.platforms.1.1.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\newtonsoft.json\\10.0.1\\newtonsoft.json.10.0.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\nlog\\5.0.4\\nlog.5.0.4.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\nlog.extensions.logging\\5.0.4\\nlog.extensions.logging.5.0.4.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\nlog.web.aspnetcore\\5.1.4\\nlog.web.aspnetcore.5.1.4.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.2\\pipelines.sockets.unofficial.2.2.2.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\qrcoder\\1.4.3\\qrcoder.1.4.3.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\stackexchange.redis\\2.6.70\\stackexchange.redis.2.6.70.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.4.0\\swashbuckle.aspnetcore.swagger.6.4.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.4.0\\swashbuckle.aspnetcore.swaggergen.6.4.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.4.0\\swashbuckle.aspnetcore.swaggerui.6.4.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\system.collections.nongeneric.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.collections.specialized\\4.3.0\\system.collections.specialized.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.componentmodel\\4.3.0\\system.componentmodel.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\system.componentmodel.primitives.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\system.componentmodel.typeconverter.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.0\\system.configuration.configurationmanager.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.data.oledb\\6.0.0\\system.data.oledb.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.data.sqlclient\\4.8.3\\system.data.sqlclient.4.8.3.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.1\\system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.diagnostics.performancecounter\\6.0.0\\system.diagnostics.performancecounter.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.dynamic.runtime\\4.3.0\\system.dynamic.runtime.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.6.0\\system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.io.pipelines\\5.0.1\\system.io.pipelines.5.0.1.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.private.datacontractserialization\\4.3.0\\system.private.datacontractserialization.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\system.runtime.serialization.formatters.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.serialization.json\\4.3.0\\system.runtime.serialization.json.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.security.securestring\\4.3.0\\system.security.securestring.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\system.xml.xmldocument.4.3.0.nupkg.sha512", |
|
||||||
"C:\\Users\\14491\\.nuget\\packages\\system.xml.xmlserializer\\4.3.0\\system.xml.xmlserializer.4.3.0.nupkg.sha512" |
|
||||||
], |
|
||||||
"logs": [ |
|
||||||
{ |
|
||||||
"code": "NU1701", |
|
||||||
"level": "Warning", |
|
||||||
"warningLevel": 1, |
|
||||||
"message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1”而不是项目目标框架“.NETCoreApp,Version=v3.1”还原包“Microsoft.International.Converters.PinYinConverter 1.0.0”。此包可能与项目不完全兼容。", |
|
||||||
"libraryId": "Microsoft.International.Converters.PinYinConverter", |
|
||||||
"targetGraphs": [ |
|
||||||
".NETCoreApp,Version=v3.1" |
|
||||||
] |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
Loading…
Reference in new issue