parent
230b5e7738
commit
845823470d
@ -0,0 +1,367 @@
|
||||
/.idea/**
|
||||
**/obj/**
|
||||
**/bin/**
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Oo]ut/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- [Bb]ackup.rdl
|
||||
*- [Bb]ackup ([0-9]).rdl
|
||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("HybirdFrameworkCore")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("HybirdFrameworkCore")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("HybirdFrameworkCore")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
@ -1 +0,0 @@
|
||||
af30e32e6e43fe1c98ca9f721ed19eac5e7ce3d0de41c98b1a0c3f2faf72cf4b
|
@ -1,13 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = HybirdFrameworkCore
|
||||
build_property.ProjectDir = D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
9624fc980765dbafc5a307cc3a1fc198fe0eba22c268216ee172299189f45b1a
|
@ -1,12 +0,0 @@
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\bin\Debug\net6.0\HybirdFrameworkCore.deps.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\bin\Debug\net6.0\HybirdFrameworkCore.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\bin\Debug\net6.0\HybirdFrameworkCore.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.csproj.AssemblyReference.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.AssemblyInfoInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.AssemblyInfo.cs
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.csproj.CoreCompileInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\refint\HybirdFrameworkCore.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\HybirdFrameworkCore.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkCore\obj\Debug\net6.0\ref\HybirdFrameworkCore.dll
|
Binary file not shown.
Binary file not shown.
@ -1,90 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"projectName": "HybirdFrameworkCore",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Autofac": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.1, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Json": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.3, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\hua\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\hua\.nuget\packages\" />
|
||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -1,788 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0": {
|
||||
"Autofac/7.0.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Diagnostics.DiagnosticSource": "4.7.1"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Autofac.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Autofac.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
|
||||
"Microsoft.Extensions.Primitives": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Primitives": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.FileExtensions/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration": "7.0.0",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
|
||||
"Microsoft.Extensions.FileProviders.Physical": "7.0.0",
|
||||
"Microsoft.Extensions.Primitives": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Json/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Configuration": "7.0.0",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "7.0.0",
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
|
||||
"System.Text.Json": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.FileProviders.Abstractions/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Primitives": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.FileProviders.Physical/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "7.0.0",
|
||||
"Microsoft.Extensions.Primitives": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.FileSystemGlobbing/7.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Extensions.Primitives.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Extensions.Primitives.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.3": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.DiagnosticSource/4.7.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/netcoreapp3.1/_._": {}
|
||||
}
|
||||
},
|
||||
"System.Text.Encodings.Web/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/System.Text.Encodings.Web.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Text.Encodings.Web.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": {
|
||||
"assetType": "runtime",
|
||||
"rid": "browser"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Text.Json/7.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
|
||||
"System.Text.Encodings.Web": "7.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/System.Text.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Text.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/System.Text.Json.targets": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Autofac/7.0.1": {
|
||||
"sha512": "J9Iz0Q+YU3uf82i8Lee0NpQOlRYfwHxwVV26jdG3zH3LFE5Y9Rx97Mju7Nswwzh/C7kVJALkTL860Y7e+mcLaw==",
|
||||
"type": "package",
|
||||
"path": "autofac/7.0.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"autofac.7.0.1.nupkg.sha512",
|
||||
"autofac.nuspec",
|
||||
"icon.png",
|
||||
"lib/net6.0/Autofac.dll",
|
||||
"lib/net6.0/Autofac.xml",
|
||||
"lib/net7.0/Autofac.dll",
|
||||
"lib/net7.0/Autofac.xml",
|
||||
"lib/netstandard2.0/Autofac.dll",
|
||||
"lib/netstandard2.0/Autofac.xml",
|
||||
"lib/netstandard2.1/Autofac.dll",
|
||||
"lib/netstandard2.1/Autofac.xml"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Configuration/7.0.0": {
|
||||
"sha512": "tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.configuration/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.dll",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
|
||||
"microsoft.extensions.configuration.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.configuration.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
|
||||
"sha512": "f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.configuration.abstractions/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
||||
"microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.configuration.abstractions.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.FileExtensions/7.0.0": {
|
||||
"sha512": "xk2lRJ1RDuqe57BmgvRPyCt6zyePKUmvT6iuXqiHR+/OIIgWVR8Ff5k2p6DwmqY8a17hx/OnrekEhziEIeQP6Q==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.configuration.fileextensions/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
|
||||
"microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.configuration.fileextensions.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Json/7.0.0": {
|
||||
"sha512": "LDNYe3uw76W35Jci+be4LDf2lkQZe0A7EEYQVChFbc509CpZ4Iupod8li4PUXPBhEUOFI/rlQNf5xkzJRQGvtA==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.configuration.json/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.Json.dll",
|
||||
"lib/net462/Microsoft.Extensions.Configuration.Json.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Json.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.Configuration.Json.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.Json.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.Configuration.Json.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml",
|
||||
"lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll",
|
||||
"lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml",
|
||||
"microsoft.extensions.configuration.json.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.configuration.json.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.FileProviders.Abstractions/7.0.0": {
|
||||
"sha512": "NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.fileproviders.abstractions/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets",
|
||||
"lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
||||
"lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
||||
"microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.fileproviders.abstractions.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.FileProviders.Physical/7.0.0": {
|
||||
"sha512": "K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.fileproviders.physical/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets",
|
||||
"lib/net462/Microsoft.Extensions.FileProviders.Physical.dll",
|
||||
"lib/net462/Microsoft.Extensions.FileProviders.Physical.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml",
|
||||
"microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.fileproviders.physical.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.FileSystemGlobbing/7.0.0": {
|
||||
"sha512": "2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.filesystemglobbing/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets",
|
||||
"lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
|
||||
"microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.filesystemglobbing.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/7.0.0": {
|
||||
"sha512": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.primitives/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
|
||||
"lib/net462/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net462/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/net6.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net6.0/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/net7.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/net7.0/Microsoft.Extensions.Primitives.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
|
||||
"microsoft.extensions.primitives.7.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.primitives.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Newtonsoft.Json/13.0.3": {
|
||||
"sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
||||
"type": "package",
|
||||
"path": "newtonsoft.json/13.0.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"LICENSE.md",
|
||||
"README.md",
|
||||
"lib/net20/Newtonsoft.Json.dll",
|
||||
"lib/net20/Newtonsoft.Json.xml",
|
||||
"lib/net35/Newtonsoft.Json.dll",
|
||||
"lib/net35/Newtonsoft.Json.xml",
|
||||
"lib/net40/Newtonsoft.Json.dll",
|
||||
"lib/net40/Newtonsoft.Json.xml",
|
||||
"lib/net45/Newtonsoft.Json.dll",
|
||||
"lib/net45/Newtonsoft.Json.xml",
|
||||
"lib/net6.0/Newtonsoft.Json.dll",
|
||||
"lib/net6.0/Newtonsoft.Json.xml",
|
||||
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
||||
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
||||
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
||||
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
||||
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
||||
"newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"newtonsoft.json.nuspec",
|
||||
"packageIcon.png"
|
||||
]
|
||||
},
|
||||
"System.Diagnostics.DiagnosticSource/4.7.1": {
|
||||
"sha512": "j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
|
||||
"type": "package",
|
||||
"path": "system.diagnostics.diagnosticsource/4.7.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net45/System.Diagnostics.DiagnosticSource.dll",
|
||||
"lib/net45/System.Diagnostics.DiagnosticSource.xml",
|
||||
"lib/net46/System.Diagnostics.DiagnosticSource.dll",
|
||||
"lib/net46/System.Diagnostics.DiagnosticSource.xml",
|
||||
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
|
||||
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
|
||||
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
|
||||
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
|
||||
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
|
||||
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
|
||||
"system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
|
||||
"system.diagnostics.diagnosticsource.nuspec",
|
||||
"useSharedDesignerContext.txt",
|
||||
"version.txt"
|
||||
]
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
|
||||
"sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
|
||||
"type": "package",
|
||||
"path": "system.runtime.compilerservices.unsafe/6.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
|
||||
"buildTransitive/netcoreapp3.1/_._",
|
||||
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
|
||||
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
|
||||
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
|
||||
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
|
||||
"system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"system.runtime.compilerservices.unsafe.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"System.Text.Encodings.Web/7.0.0": {
|
||||
"sha512": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
|
||||
"type": "package",
|
||||
"path": "system.text.encodings.web/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/System.Text.Encodings.Web.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
|
||||
"lib/net462/System.Text.Encodings.Web.dll",
|
||||
"lib/net462/System.Text.Encodings.Web.xml",
|
||||
"lib/net6.0/System.Text.Encodings.Web.dll",
|
||||
"lib/net6.0/System.Text.Encodings.Web.xml",
|
||||
"lib/net7.0/System.Text.Encodings.Web.dll",
|
||||
"lib/net7.0/System.Text.Encodings.Web.xml",
|
||||
"lib/netstandard2.0/System.Text.Encodings.Web.dll",
|
||||
"lib/netstandard2.0/System.Text.Encodings.Web.xml",
|
||||
"runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll",
|
||||
"runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml",
|
||||
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll",
|
||||
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml",
|
||||
"system.text.encodings.web.7.0.0.nupkg.sha512",
|
||||
"system.text.encodings.web.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"System.Text.Json/7.0.0": {
|
||||
"sha512": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
|
||||
"type": "package",
|
||||
"path": "system.text.json/7.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"README.md",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
|
||||
"buildTransitive/net461/System.Text.Json.targets",
|
||||
"buildTransitive/net462/System.Text.Json.targets",
|
||||
"buildTransitive/net6.0/System.Text.Json.targets",
|
||||
"buildTransitive/netcoreapp2.0/System.Text.Json.targets",
|
||||
"buildTransitive/netstandard2.0/System.Text.Json.targets",
|
||||
"lib/net462/System.Text.Json.dll",
|
||||
"lib/net462/System.Text.Json.xml",
|
||||
"lib/net6.0/System.Text.Json.dll",
|
||||
"lib/net6.0/System.Text.Json.xml",
|
||||
"lib/net7.0/System.Text.Json.dll",
|
||||
"lib/net7.0/System.Text.Json.xml",
|
||||
"lib/netstandard2.0/System.Text.Json.dll",
|
||||
"lib/netstandard2.0/System.Text.Json.xml",
|
||||
"system.text.json.7.0.0.nupkg.sha512",
|
||||
"system.text.json.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0": [
|
||||
"Autofac >= 7.0.1",
|
||||
"Microsoft.Extensions.Configuration.Abstractions >= 7.0.0",
|
||||
"Microsoft.Extensions.Configuration.Json >= 7.0.0",
|
||||
"Newtonsoft.Json >= 13.0.3"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\hua\\.nuget\\packages\\": {},
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"projectName": "HybirdFrameworkCore",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Autofac": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.1, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Json": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.3, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "YvnoaKnjDbL3WRupKbZCkpmEeKgShRO+H1a0XXXM0Khq8GMU0jvVJz9vrdAZGVgWRh38YCzMxmeUzEYXpfN6Kw==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\hua\\.nuget\\packages\\autofac\\7.0.1\\autofac.7.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration\\7.0.0\\microsoft.extensions.configuration.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\7.0.0\\microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\7.0.0\\microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.json\\7.0.0\\microsoft.extensions.configuration.json.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\7.0.0\\microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\7.0.0\\microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\7.0.0\\microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.1\\system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encodings.web\\7.0.0\\system.text.encodings.web.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.json\\7.0.0\\system.text.json.7.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("HybirdFrameworkEntity")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("HybirdFrameworkEntity")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("HybirdFrameworkEntity")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
@ -1 +0,0 @@
|
||||
f7b23b8a5808342b3723577ffe40d5bcf1008ac8f5c1648d7c2a2634d9bfd364
|
@ -1,13 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = HybirdFrameworkEntity
|
||||
build_property.ProjectDir = D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
a6a9e196e540f391a8d5d47b88fd26f61f6a1f7ec5c6e9ed6e779a4ce38917f7
|
@ -1,12 +0,0 @@
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\bin\Debug\net6.0\HybirdFrameworkEntity.deps.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\bin\Debug\net6.0\HybirdFrameworkEntity.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\bin\Debug\net6.0\HybirdFrameworkEntity.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.csproj.AssemblyReference.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.AssemblyInfoInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.AssemblyInfo.cs
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.csproj.CoreCompileInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\refint\HybirdFrameworkEntity.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\HybirdFrameworkEntity.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkEntity\obj\Debug\net6.0\ref\HybirdFrameworkEntity.dll
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,78 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"projectName": "HybirdFrameworkEntity",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\hua\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\hua\.nuget\packages\" />
|
||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load Diff
@ -1,66 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "p0Hh2GX44WXvJ79TgYVN21qSiC1mGYnkPa5fASqMg4fewzWSO7KkuwDXcPy03WGTa1lUcgwD2oasqKVehFt4Hw==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient\\2.1.4\\microsoft.data.sqlclient.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.1.1\\microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite\\7.0.5\\microsoft.data.sqlite.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite.core\\7.0.5\\microsoft.data.sqlite.core.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identity.client\\4.21.1\\microsoft.identity.client.4.21.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.8.0\\microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.logging\\6.8.0\\microsoft.identitymodel.logging.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\mysqlconnector\\2.2.5\\mysqlconnector.2.2.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\newtonsoft.json\\13.0.2\\newtonsoft.json.13.0.2.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\npgsql\\5.0.7\\npgsql.5.0.7.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.4\\sqlitepclraw.bundle_e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.core\\2.1.4\\sqlitepclraw.core.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.4\\sqlitepclraw.lib.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.4\\sqlitepclraw.provider.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore\\5.1.4.95\\sqlsugarcore.5.1.4.95.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.dm\\1.2.0\\sqlsugarcore.dm.1.2.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.kdbndp\\7.4.0\\sqlsugarcore.kdbndp.7.4.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.0\\system.configuration.configurationmanager.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.0\\system.diagnostics.diagnosticsource.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.performancecounter\\6.0.1\\system.diagnostics.performancecounter.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices\\6.0.1\\system.directoryservices.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices.protocols\\6.0.1\\system.directoryservices.protocols.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.6.0\\system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding.codepages\\5.0.0\\system.text.encoding.codepages.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("HybirdFrameworkRepository")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("HybirdFrameworkRepository")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("HybirdFrameworkRepository")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
@ -1 +0,0 @@
|
||||
0edd8052146d831880da6e935419351ab701354ae691e257c2936fb494cc314e
|
@ -1,13 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = HybirdFrameworkRepository
|
||||
build_property.ProjectDir = D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
4fbde9b62046776cb38be210bef08b23f464726b4ba13d79c6e8e1ce1c248620
|
@ -1,15 +0,0 @@
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\bin\Debug\net6.0\HybirdFrameworkRepository.deps.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\bin\Debug\net6.0\HybirdFrameworkRepository.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\bin\Debug\net6.0\HybirdFrameworkRepository.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\bin\Debug\net6.0\HybirdFrameworkEntity.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\bin\Debug\net6.0\HybirdFrameworkEntity.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.csproj.AssemblyReference.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.AssemblyInfoInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.AssemblyInfo.cs
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.csproj.CoreCompileInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFr.65D83B66.Up2Date
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\refint\HybirdFrameworkRepository.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\HybirdFrameworkRepository.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkRepository\obj\Debug\net6.0\ref\HybirdFrameworkRepository.dll
|
Binary file not shown.
Binary file not shown.
@ -1,156 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"projectName": "HybirdFrameworkEntity",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"projectName": "HybirdFrameworkRepository",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugar.IOC": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.0, )"
|
||||
},
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\hua\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\hua\.nuget\packages\" />
|
||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load Diff
@ -1,69 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "RYuaqcr1EXkQyUl9LsOPnlnRsw2w7HH/MsqPiHLp4UoN00zwhI3zrxCoVfous3VIbTOPEg+9Y727eMx/fRDtjg==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient\\2.1.4\\microsoft.data.sqlclient.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.1.1\\microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite\\7.0.5\\microsoft.data.sqlite.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite.core\\7.0.5\\microsoft.data.sqlite.core.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identity.client\\4.21.1\\microsoft.identity.client.4.21.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.8.0\\microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.logging\\6.8.0\\microsoft.identitymodel.logging.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\mysqlconnector\\2.2.5\\mysqlconnector.2.2.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\newtonsoft.json\\13.0.2\\newtonsoft.json.13.0.2.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\npgsql\\5.0.7\\npgsql.5.0.7.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.4\\sqlitepclraw.bundle_e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.core\\2.1.4\\sqlitepclraw.core.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.4\\sqlitepclraw.lib.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.4\\sqlitepclraw.provider.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugar.ioc\\2.0.0\\sqlsugar.ioc.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore\\5.1.4.95\\sqlsugarcore.5.1.4.95.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.dm\\1.2.0\\sqlsugarcore.dm.1.2.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.kdbndp\\7.4.0\\sqlsugarcore.kdbndp.7.4.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.0\\system.configuration.configurationmanager.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.0\\system.diagnostics.diagnosticsource.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.performancecounter\\6.0.1\\system.diagnostics.performancecounter.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices\\6.0.1\\system.directoryservices.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices.protocols\\6.0.1\\system.directoryservices.protocols.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.6.0\\system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.loader\\4.3.0\\system.runtime.loader.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding.codepages\\5.0.0\\system.text.encoding.codepages.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("HybirdFrameworkServices")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("HybirdFrameworkServices")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("HybirdFrameworkServices")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
@ -1 +0,0 @@
|
||||
fef9280b488070764756b0e006beb08e4c71fa02110cc945ddd8653ebeab5073
|
@ -1,13 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = HybirdFrameworkServices
|
||||
build_property.ProjectDir = D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
8b6f5c62a9f401eddde99c90055601470083b3f792c4ab930390664169045163
|
@ -1,19 +0,0 @@
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkServices.deps.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkServices.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkServices.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkCore.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkEntity.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkRepository.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkCore.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkEntity.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\bin\Debug\net6.0\HybirdFrameworkRepository.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.csproj.AssemblyReference.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.AssemblyInfoInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.AssemblyInfo.cs
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.csproj.CoreCompileInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFr.0BD36F9B.Up2Date
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\refint\HybirdFrameworkServices.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\HybirdFrameworkServices.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\HybirdFrameworkServices\obj\Debug\net6.0\ref\HybirdFrameworkServices.dll
|
Binary file not shown.
Binary file not shown.
@ -1,342 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"projectName": "HybirdFrameworkCore",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Autofac": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.1, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Json": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.3, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"projectName": "HybirdFrameworkEntity",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"projectName": "HybirdFrameworkRepository",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugar.IOC": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.0, )"
|
||||
},
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj",
|
||||
"projectName": "HybirdFrameworkServices",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"DotNetty.Buffers": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Codecs": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Common": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Handlers": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Transport": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
},
|
||||
"log4net": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.15, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\hua\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\hua\.nuget\packages\" />
|
||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load Diff
@ -1,91 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "BfPa+gA0sXvZoJOFRJar1o4KiD2jMhbEmX77Bt05qLfw/evM3QskzjHJbsIPq9tOKVq0Z2bxoBaCXQqsd2DM4g==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\hua\\.nuget\\packages\\autofac\\7.0.1\\autofac.7.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.buffers\\0.7.5\\dotnetty.buffers.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.codecs\\0.7.5\\dotnetty.codecs.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.common\\0.7.5\\dotnetty.common.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.handlers\\0.7.5\\dotnetty.handlers.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.transport\\0.7.5\\dotnetty.transport.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\log4net\\2.0.15\\log4net.2.0.15.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient\\2.1.4\\microsoft.data.sqlclient.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.1.1\\microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite\\7.0.5\\microsoft.data.sqlite.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite.core\\7.0.5\\microsoft.data.sqlite.core.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration\\7.0.0\\microsoft.extensions.configuration.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\7.0.0\\microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\7.0.0\\microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.json\\7.0.0\\microsoft.extensions.configuration.json.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\7.0.0\\microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\7.0.0\\microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\7.0.0\\microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identity.client\\4.21.1\\microsoft.identity.client.4.21.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.8.0\\microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.logging\\6.8.0\\microsoft.identitymodel.logging.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\mysqlconnector\\2.2.5\\mysqlconnector.2.2.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\npgsql\\5.0.7\\npgsql.5.0.7.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.4\\sqlitepclraw.bundle_e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.core\\2.1.4\\sqlitepclraw.core.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.4\\sqlitepclraw.lib.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.4\\sqlitepclraw.provider.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugar.ioc\\2.0.0\\sqlsugar.ioc.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore\\5.1.4.95\\sqlsugarcore.5.1.4.95.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.dm\\1.2.0\\sqlsugarcore.dm.1.2.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.kdbndp\\7.4.0\\sqlsugarcore.kdbndp.7.4.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.0\\system.configuration.configurationmanager.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.1\\system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.performancecounter\\6.0.1\\system.diagnostics.performancecounter.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices\\6.0.1\\system.directoryservices.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices.protocols\\6.0.1\\system.directoryservices.protocols.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.loader\\4.3.0\\system.runtime.loader.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding.codepages\\5.0.0\\system.text.encoding.codepages.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encodings.web\\7.0.0\\system.text.encodings.web.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.json\\7.0.0\\system.text.json.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("WebStarter")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("WebStarter")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("WebStarter")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
@ -1 +0,0 @@
|
||||
4b233d61aa3bd3c0fc7c472ec1ea714e1dabda7f4303481dbf06ec5276666378
|
@ -1,19 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.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 = WebStarter
|
||||
build_property.RootNamespace = WebStarter
|
||||
build_property.ProjectDir = D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 6.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter
|
||||
build_property._RazorSourceGeneratorDebug =
|
@ -1,17 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
635a792bebeaa3ffaae19af5cbe33d0f7bac62506d85121a8ae6a8e454d2794f
|
@ -1,263 +0,0 @@
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\log4net.config
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\appsettings.Development.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\WebStarter.exe
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\appsettings.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\WebStarter.deps.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\WebStarter.runtimeconfig.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\WebStarter.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\WebStarter.pdb
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Autofac.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\log4net.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Json.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.FileProviders.Physical.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Primitives.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Identity.Client.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.OpenApi.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\MySqlConnector.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Npgsql.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SQLitePCLRaw.core.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SqlSugar.IOC.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SqlSugar.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DmProvider.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Kdbndp.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.DirectoryServices.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Drawing.Common.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Runtime.Caching.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Security.Permissions.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Text.Encodings.Web.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Text.Json.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\System.Windows.Extensions.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\alpine-arm\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\alpine-arm64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\browser-wasm\nativeassets\net6.0\e_sqlite3.a
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-ppc64le\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-s390x\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\osx-arm64\native\libe_sqlite3.dylib
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Core.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Models.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Repository.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Services.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Core.pdb
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Models.pdb
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Repository.pdb
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\SwapBatteryMaersai.Services.pdb
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.csproj.AssemblyReference.cache
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.AssemblyInfoInputs.cache
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.AssemblyInfo.cs
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.csproj.CoreCompileInputs.cache
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.MvcApplicationPartsAssemblyInfo.cs
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.MvcApplicationPartsAssemblyInfo.cache
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets.build.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets.development.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\scopedcss\bundle\WebStarter.styles.css
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.csproj.CopyComplete
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\ref\WebStarter.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.pdb
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\WebStarter.genruntimeconfig.cache
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.WebStarter.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.build.WebStarter.props
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.WebStarter.props
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.WebStarter.props
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\staticwebassets.pack.json
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\obj\Debug\net6.0\refint\WebStarter.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DotNetty.Buffers.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DotNetty.Codecs.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DotNetty.Codecs.Mqtt.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DotNetty.Common.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DotNetty.Handlers.dll
|
||||
D:\lxw\work\pro\c#\hybird_framework\WebStarter\bin\Debug\net6.0\DotNetty.Transport.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\log4net.config
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\appsettings.Development.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\WebStarter.exe
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\appsettings.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\WebStarter.deps.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\WebStarter.runtimeconfig.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\WebStarter.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\WebStarter.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Autofac.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\DotNetty.Buffers.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\DotNetty.Codecs.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\DotNetty.Common.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\DotNetty.Handlers.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\DotNetty.Transport.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\log4net.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Json.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.FileProviders.Physical.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Extensions.Primitives.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Identity.Client.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.OpenApi.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\MySqlConnector.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Npgsql.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\SQLitePCLRaw.core.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\SqlSugar.IOC.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\SqlSugar.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\DmProvider.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Kdbndp.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.DirectoryServices.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Drawing.Common.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Runtime.Caching.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Security.Permissions.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Text.Encodings.Web.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Text.Json.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\System.Windows.Extensions.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\alpine-arm\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\alpine-arm64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\browser-wasm\nativeassets\net6.0\e_sqlite3.a
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-ppc64le\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-s390x\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\osx-arm64\native\libe_sqlite3.dylib
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkCore.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkEntity.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkRepository.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkServices.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkCore.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkEntity.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkRepository.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\bin\Debug\net6.0\HybirdFrameworkServices.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.csproj.AssemblyReference.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.AssemblyInfoInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.AssemblyInfo.cs
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.csproj.CoreCompileInputs.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.MvcApplicationPartsAssemblyInfo.cs
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.MvcApplicationPartsAssemblyInfo.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets.build.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets.development.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.WebStarter.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.build.WebStarter.props
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.WebStarter.props
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.WebStarter.props
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\staticwebassets.pack.json
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\scopedcss\bundle\WebStarter.styles.css
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.csproj.Up2Date
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\refint\WebStarter.dll
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.pdb
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\WebStarter.genruntimeconfig.cache
|
||||
D:\Desktop\MyFrame\Frame\hybirdMyFrame\WebStarter\obj\Debug\net6.0\ref\WebStarter.dll
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
580d7a5ce4a7336099a7ead0d29265eeef89c8fd0169ba168f91d7d51ce04a34
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,440 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\WebStarter\\WebStarter.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"projectName": "HybirdFrameworkCore",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Autofac": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.1, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Abstractions": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Json": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.0, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.3, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"projectName": "HybirdFrameworkEntity",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"projectName": "HybirdFrameworkRepository",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"SqlSugar.IOC": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.0, )"
|
||||
},
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj",
|
||||
"projectName": "HybirdFrameworkServices",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"DotNetty.Buffers": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Codecs": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Common": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Handlers": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"DotNetty.Transport": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.5, )"
|
||||
},
|
||||
"SqlSugarCore": {
|
||||
"target": "Package",
|
||||
"version": "[5.1.4.95, )"
|
||||
},
|
||||
"log4net": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.15, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\WebStarter\\WebStarter.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\WebStarter\\WebStarter.csproj",
|
||||
"projectName": "WebStarter",
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\WebStarter\\WebStarter.csproj",
|
||||
"packagesPath": "C:\\Users\\hua\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\WebStarter\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\hua\\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": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkCore\\HybirdFrameworkCore.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkEntity\\HybirdFrameworkEntity.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkRepository\\HybirdFrameworkRepository.csproj"
|
||||
},
|
||||
"D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj": {
|
||||
"projectPath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\HybirdFrameworkServices\\HybirdFrameworkServices.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Autofac": {
|
||||
"target": "Package",
|
||||
"version": "[7.1.0, )"
|
||||
},
|
||||
"Autofac.Extensions.DependencyInjection": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
},
|
||||
"Microsoft.Extensions.Logging.Log4Net.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[6.5.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\\8.0.202\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\hua\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\hua\.nuget\packages\" />
|
||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.5.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.5.0\build\Swashbuckle.AspNetCore.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\hua\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
|
||||
</PropertyGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load Diff
@ -1,100 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "kkH9UQqaxiMyfYaTAT0wSE1BMC3QwzS+gFVuM8o4KuwC4lrkP20Sq6MRWk594eMUVdG3nBlDQqomWRhh7bcyEg==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Desktop\\MyFrame\\Frame\\hybirdMyFrame\\WebStarter\\WebStarter.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\hua\\.nuget\\packages\\autofac\\7.1.0\\autofac.7.1.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\autofac.extensions.dependencyinjection\\8.0.0\\autofac.extensions.dependencyinjection.8.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.buffers\\0.7.5\\dotnetty.buffers.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.codecs\\0.7.5\\dotnetty.codecs.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.common\\0.7.5\\dotnetty.common.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.handlers\\0.7.5\\dotnetty.handlers.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\dotnetty.transport\\0.7.5\\dotnetty.transport.0.7.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\log4net\\2.0.15\\log4net.2.0.15.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient\\2.1.4\\microsoft.data.sqlclient.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.1.1\\microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite\\7.0.5\\microsoft.data.sqlite.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.data.sqlite.core\\7.0.5\\microsoft.data.sqlite.core.7.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration\\7.0.0\\microsoft.extensions.configuration.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\7.0.0\\microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.binder\\6.0.0\\microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\7.0.0\\microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.configuration.json\\7.0.0\\microsoft.extensions.configuration.json.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\7.0.0\\microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\7.0.0\\microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\7.0.0\\microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.logging\\6.0.0\\microsoft.extensions.logging.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.0\\microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.logging.log4net.aspnetcore\\8.0.0\\microsoft.extensions.logging.log4net.aspnetcore.8.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identity.client\\4.21.1\\microsoft.identity.client.4.21.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.8.0\\microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.logging\\6.8.0\\microsoft.identitymodel.logging.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\mysqlconnector\\2.2.5\\mysqlconnector.2.2.5.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\npgsql\\5.0.7\\npgsql.5.0.7.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.4\\sqlitepclraw.bundle_e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.core\\2.1.4\\sqlitepclraw.core.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.4\\sqlitepclraw.lib.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.4\\sqlitepclraw.provider.e_sqlite3.2.1.4.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugar.ioc\\2.0.0\\sqlsugar.ioc.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore\\5.1.4.95\\sqlsugarcore.5.1.4.95.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.dm\\1.2.0\\sqlsugarcore.dm.1.2.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\sqlsugarcore.kdbndp\\7.4.0\\sqlsugarcore.kdbndp.7.4.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\swashbuckle.aspnetcore\\6.5.0\\swashbuckle.aspnetcore.6.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.0\\system.configuration.configurationmanager.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.diagnostics.performancecounter\\6.0.1\\system.diagnostics.performancecounter.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices\\6.0.1\\system.directoryservices.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.directoryservices.protocols\\6.0.1\\system.directoryservices.protocols.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.runtime.loader\\4.3.0\\system.runtime.loader.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encoding.codepages\\5.0.0\\system.text.encoding.codepages.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.encodings.web\\7.0.0\\system.text.encodings.web.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.json\\7.0.0\\system.text.json.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\hua\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue