Commit 7088f928 by 赵剑炜

Merge branch 'master' into develop

# Conflicts:
#	.gitignore
parents 8ff52af9 966f1527
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
# .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建
################################################################################
/RuYiAdmin.Net.Common/obj/Debug/net5.0
/RuYiAdmin.Net.Entity/obj/Debug/net5.0
/RuYiAdmin.Net.Repository/obj/Debug/net5.0
/RuYiAdmin.Net.WebApi/obj/Debug/net5.0
/RuYiAdmin.Net.Service/obj/Debug/net5.0
/RuYiAdmin.Net.WebApi/obj
/RuYiAdmin.Net.WebApi/bin/Debug/net5.0
/RuYiAdmin.Net.Service
/RuYiAdmin.Net.Repository
/RuYiAdmin.Net.Entity
/RuYiAdmin.Net.Common
/.vs/RuYiAdmin
/RuYiAdmin.Net.WebApi/StorageDirectory/TempDirectory
/RuYiAdmin.Net.WebApi/StorageDirectory/MonitoringLogs
/RuYiAdmin.Net.WebApi/bin/Debug/net6.0
/Junmp.Platform.Common/obj/Debug/net5.0
/Junmp.Platform.Entity/obj/Debug/net5.0
/Junmp.Platform.Repository/obj/Debug/net5.0
/Junmp.Platform.WebApi/obj/Debug/net5.0
/Junmp.Platform.Service/obj/Debug/net5.0
/Junmp.Platform.WebApi/obj
/Junmp.Platform.WebApi/bin/Debug/net5.0/.vs/RuYiAdmin
/.vs
/RuYiAdmin.Net.WebApi/bin/Release/net6.0
/RuYiAdmin.Net.WebApi/StorageDirectory/BusinessAttachments
/RuYiAdmin.Net.ZenithTest/bin/Debug/net6.0
/RuYiAdmin.Net.ZenithTest/obj/Debug/net6.0
/RuYiAdmin.Net.ZenithTest/obj
/RuYiAdmin.Net.WebApiGateway/obj
/RuYiAdmin.Net.WebApiGateway/bin/Debug/net6.0
/RuYiAdmin.Net.ZenithTest/bin/Debug/net7.0
/RuYiAdmin.Net.WebApiGateway/bin/Debug/net7.0
/RuYiAdmin.Net.WebApi/bin/Debug/net7.0
/RuYiAdmin.Net.WebApi/bin/Release/net7.0
/RuYiAdmin.Net.WebApiGateway/bin/Release/net7.0
/RuYiAdmin.Net.ZenithTest/bin/Release/net7.0
/Junmp.Platform.WebApi/Junmp.Platform.WebApi.csproj
/Junmp.Platform.WebApi/bin/Debug/net7.0
/Junmp.Platform.WebApi/bin/Release/net7.0
/Junmp.Platform.WebApiGateway/bin/Release/net7.0
/Junmp.Platform.ZenithTest/bin/Release/net7.0
/Junmp.Platform.Common/obj/Debug/net7.0/Junmp.Platform.Common.assets.cache
/Junmp.Platform.Common/obj/Debug/net7.0/Junmp.Platform.Common.csproj.AssemblyReference.cache
/Junmp.Platform.Common/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
/Junmp.Platform.Common/obj/Release/net7.0/Junmp.Platform.Common.AssemblyInfo.cs
/Junmp.Platform.Common/obj/Release/net7.0/Junmp.Platform.Common.AssemblyInfoInputs.cache
/Junmp.Platform.Common/obj/Release/net7.0/Junmp.Platform.Common.assets.cache
/Junmp.Platform.Common/obj/Release/net7.0/Junmp.Platform.Common.csproj.AssemblyReference.cache
/Junmp.Platform.Common/obj/Release/net7.0/Junmp.Platform.Common.GeneratedMSBuildEditorConfig.editorconfig
......@@ -198,24 +198,9 @@
<param name="message">异常信息</param>
<param name="innerException">内部异常</param>
</member>
<member name="T:Junmp.Platform.Common.Global.ActiveMQConfig">
<member name="T:Junmp.Platform.Common.Class.RabbitMQ.MqConfigInfo">
<summary>
ActiveMQ配置
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.ActiveMQConfig.ConnectionString">
<summary>
ActiveMQ连接串
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.ActiveMQConfig.TopicName">
<summary>
主题名称
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.ActiveMQConfig.QueueName">
<summary>
队列名称
RabbitMQ 客户端定义。
</summary>
</member>
<member name="T:Junmp.Platform.Common.Global.AdminGlobalContext">
......@@ -243,11 +228,6 @@
Redis配置
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.AdminGlobalContext.ActiveMQConfig">
<summary>
ActiveMQ配置
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.AdminGlobalContext.JwtSettings">
<summary>
Jwt配置
......@@ -343,11 +323,6 @@
Cap分布式事务配置
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.AdminGlobalContext.KafkaConfig">
<summary>
Kafka配置
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.AdminGlobalContext.SignalRConfig">
<summary>
SignalR配置
......@@ -744,31 +719,6 @@
token有效时间(分钟)
</summary>
</member>
<member name="T:Junmp.Platform.Common.Global.KafkaConfig">
<summary>
Kafka配置
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.KafkaConfig.BootstrapServers">
<summary>
地址
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.KafkaConfig.GroupId">
<summary>
GroupId
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.KafkaConfig.StatisticsIntervalMs">
<summary>
间隔时间
</summary>
</member>
<member name="P:Junmp.Platform.Common.Global.KafkaConfig.SessionTimeoutMs">
<summary>
超时时间
</summary>
</member>
<member name="T:Junmp.Platform.Common.Global.LogConfig">
<summary>
审计日志设置
......@@ -1353,67 +1303,6 @@
结果信息 -- 结构体
</summary>
</member>
<member name="T:Junmp.Platform.Common.Utility.ActiveMQContext">
<summary>
ActiveMQ工具类
</summary>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.SendTopic(System.String,System.String)">
<summary>
发送Topic
</summary>
<param name="message">消息</param>
<param name="topicName">topic别名</param>
<returns></returns>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.SendTopicAsync(System.String,System.String)">
<summary>
发送Topic
</summary>
<param name="message">消息</param>
<param name="topicName">topic别名</param>
<returns></returns>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.SendQueue(System.String,System.String)">
<summary>
发送Queue
</summary>
<param name="message">消息</param>
<param name="queueName">queue别名</param>
<returns></returns>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.SendQueueAsync(System.String,System.String)">
<summary>
发送Queue
</summary>
<param name="message">消息</param>
<param name="queueName">queue别名</param>
<returns></returns>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.SendMessage(System.String,System.String,System.String)">
<summary>
发送消息
</summary>
<param name="type">消息类型</param>
<param name="message">消息</param>
<param name="tqName">别名</param>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.SendMessageAsync(System.String,System.String,System.String)">
<summary>
发送消息
</summary>
<param name="type">消息类型</param>
<param name="message">消息</param>
<param name="tqName">别名</param>
</member>
<member name="M:Junmp.Platform.Common.Utility.ActiveMQContext.Send(System.String,System.String,System.String)">
<summary>
发送消息
</summary>
<param name="type">消息类型</param>
<param name="message">消息</param>
<param name="tqName">别名</param>
</member>
<member name="T:Junmp.Platform.Common.Utility.AesUtil">
<summary>
AES加解密工具
......@@ -1974,30 +1863,6 @@
<param name="section">节点名称</param>
<param name="path">文件路径</param>
</member>
<member name="T:Junmp.Platform.Common.Utility.KafkaContext">
<summary>
Kafka工具类
</summary>
</member>
<member name="M:Junmp.Platform.Common.Utility.KafkaContext.PublishAsync``1(System.String,``0)">
<summary>
发布消息
</summary>
<typeparam name="TMessage">消息类型</typeparam>
<param name="topicName">主题</param>
<param name="message">消息</param>
<returns></returns>
</member>
<member name="M:Junmp.Platform.Common.Utility.KafkaContext.SubscribeAsync``1(System.Collections.Generic.IEnumerable{System.String},System.Action{``0},System.Threading.CancellationToken)">
<summary>
订阅kafka
</summary>
<typeparam name="TMessage">消息类型</typeparam>
<param name="topics">主题</param>
<param name="messageFunc">回调函数</param>
<param name="cancellationToken">取消口令</param>
<returns></returns>
</member>
<member name="F:Junmp.Platform.Common.Utility.LoggerContext.logger">
<summary>
ILog实例
......@@ -2173,39 +2038,39 @@
<param name="imagePath"></param>
<returns></returns>
</member>
<member name="T:Junmp.Platform.Common.Utility.RabbitMQContext">
<member name="T:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext">
<summary>
RabbitMQ工具类
</summary>
</member>
<member name="M:Junmp.Platform.Common.Utility.RabbitMQContext.#ctor">
<member name="M:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext.#ctor">
<summary>
私有化构造函数
用于单例模式
</summary>
</member>
<member name="F:Junmp.Platform.Common.Utility.RabbitMQContext.LazyConnection">
<member name="F:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext.LazyConnection">
<summary>
Lazy对象
</summary>
</member>
<member name="P:Junmp.Platform.Common.Utility.RabbitMQContext.ConnectionInstance">
<member name="P:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext.ConnectionInstance">
<summary>
单例对象
</summary>
</member>
<member name="P:Junmp.Platform.Common.Utility.RabbitMQContext.IsConnectionInstanceCreated">
<member name="P:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext.IsConnectionInstanceCreated">
<summary>
是否已创建
</summary>
</member>
<member name="M:Junmp.Platform.Common.Utility.RabbitMQContext.SendMessage(System.String)">
<member name="M:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext.SendMessage(System.String)">
<summary>
发送消息
</summary>
<param name="message">消息体</param>
</member>
<member name="M:Junmp.Platform.Common.Utility.RabbitMQContext.SendMessageAsynce(System.String)">
<member name="M:Junmp.Platform.Common.Utility.RabbitMQ.RabbitMQContext.SendMessageAsynce(System.String)">
<summary>
异步发送消息
</summary>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>
</Project>
namespace CodeGenerate
{
internal class TestClassAttribute : Attribute
{
}
}
\ No newline at end of file
namespace CodeGenerate
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}
\ No newline at end of file
global using Microsoft.VisualStudio.TestTools.UnitTesting;
\ No newline at end of file
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
}
}
}
\ No newline at end of file
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions</name>
</assembly>
<members>
<member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute">
<summary>
Used to specify deployment item (file or directory) for per-test deployment.
Can be specified on test class or test method.
Can have multiple instances of the attribute to specify more than one item.
The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot.
</summary>
<example>
[DeploymentItem("file1.xml")]
[DeploymentItem("file2.xml", "DataFiles")]
[DeploymentItem("bin\Debug")]
</example>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute"/> class.
</summary>
<param name="path">The file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies.</param>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute"/> class
</summary>
<param name="path">The relative or absolute path to the file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies.</param>
<param name="outputDirectory">The path of the directory to which the items are to be copied. It can be either absolute or relative to the deployment directory. All files and directories identified by <paramref name="path"/> will be copied to this directory.</param>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.Path">
<summary>
Gets the path of the source file or folder to be copied.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.OutputDirectory">
<summary>
Gets the path of the directory to which the item is copied.
</summary>
</member>
<member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext">
<summary>
Used to store information that is provided to unit tests.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.Properties">
<summary>
Gets test properties for a test.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.CancellationTokenSource">
<summary>
Gets or sets the cancellation token source. This token source is canceled when test times out. Also when explicitly canceled the test will be aborted
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunDirectory">
<summary>
Gets base directory for the test run, under which deployed files and result files are stored.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.DeploymentDirectory">
<summary>
Gets directory for files deployed for the test run. Typically a subdirectory of <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunDirectory"/>.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.ResultsDirectory">
<summary>
Gets base directory for results from the test run. Typically a subdirectory of <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunDirectory"/>.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunResultsDirectory">
<summary>
Gets directory for test run result files. Typically a subdirectory of <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.ResultsDirectory"/>.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestResultsDirectory">
<summary>
Gets directory for test result files.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestDir">
<summary>
Gets base directory for the test run, under which deployed files and result files are stored.
Same as <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunDirectory"/>. Use that property instead.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestDeploymentDir">
<summary>
Gets directory for files deployed for the test run. Typically a subdirectory of <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunDirectory"/>.
Same as <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.DeploymentDirectory"/>. Use that property instead.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestLogsDir">
<summary>
Gets directory for test run result files. Typically a subdirectory of <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.ResultsDirectory"/>.
Same as <see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestRunResultsDirectory"/>. Use that property for test run result files, or
<see cref="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestResultsDirectory"/> for test-specific result files instead.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.FullyQualifiedTestClassName">
<summary>
Gets the Fully-qualified name of the class containing the test method currently being executed
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.ManagedType">
<summary>
Gets the fully specified type name metadata format.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.ManagedMethod">
<summary>
Gets the fully specified method name metadata format.
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestName">
<summary>
Gets the name of the test method currently being executed
</summary>
</member>
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.CurrentTestOutcome">
<summary>
Gets the current test outcome.
</summary>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.AddResultFile(System.String)">
<summary>
Adds a file name to the list in TestResult.ResultFileNames
</summary>
<param name="fileName">
The file Name.
</param>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.Write(System.String)">
<summary>
Used to write trace messages while the test is running
</summary>
<param name="message">formatted message string</param>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.Write(System.String,System.Object[])">
<summary>
Used to write trace messages while the test is running
</summary>
<param name="format">format string</param>
<param name="args">the arguments</param>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.WriteLine(System.String)">
<summary>
Used to write trace messages while the test is running
</summary>
<param name="message">formatted message string</param>
</member>
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.WriteLine(System.String,System.Object[])">
<summary>
Used to write trace messages while the test is running
</summary>
<param name="format">format string</param>
<param name="args">the arguments</param>
</member>
</members>
</doc>
{
"format": 1,
"restore": {
"C:\\项目\\JYZB-Git\\JYZB3.0\\审核\\Junmp.Process\\CodeGenerate\\CodeGenerate.csproj": {}
},
"projects": {
"C:\\项目\\JYZB-Git\\JYZB3.0\\审核\\Junmp.Process\\CodeGenerate\\CodeGenerate.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\项目\\JYZB-Git\\JYZB3.0\\审核\\Junmp.Process\\CodeGenerate\\CodeGenerate.csproj",
"projectName": "CodeGenerate",
"projectPath": "C:\\项目\\JYZB-Git\\JYZB3.0\\审核\\Junmp.Process\\CodeGenerate\\CodeGenerate.csproj",
"packagesPath": "C:\\Users\\DELL\\.nuget\\packages\\",
"outputPath": "C:\\项目\\JYZB-Git\\JYZB3.0\\审核\\Junmp.Process\\CodeGenerate\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\DELL\\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": [
"net7.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"dependencies": {
"MSTest.TestAdapter": {
"target": "Package",
"version": "[2.2.10, )"
},
"MSTest.TestFramework": {
"target": "Package",
"version": "[2.2.10, )"
},
"Microsoft.NET.Test.Sdk": {
"target": "Package",
"version": "[17.3.2, )"
},
"coverlet.collector": {
"target": "Package",
"version": "[3.1.2, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.200\\RuntimeIdentifierGraph.json"
}
}
}
}
}
\ No newline at end of file
<?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\DELL\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\DELL\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.props" Condition="Exists('$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\17.3.2\build\netcoreapp2.1\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\17.3.2\build\netcoreapp2.1\Microsoft.TestPlatform.TestHost.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.3.2\build\netstandard1.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.3.2\build\netstandard1.0\Microsoft.CodeCoverage.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.3.2\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.3.2\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgNewtonsoft_Json Condition=" '$(PkgNewtonsoft_Json)' == '' ">C:\Users\DELL\.nuget\packages\newtonsoft.json\10.0.3</PkgNewtonsoft_Json>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)mstest.testframework\2.2.10\build\net5.0\MSTest.TestFramework.targets" Condition="Exists('$(NuGetPackageRoot)mstest.testframework\2.2.10\build\net5.0\MSTest.TestFramework.targets')" />
<Import Project="$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.targets" Condition="Exists('$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.3.2\build\netstandard1.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.3.2\build\netstandard1.0\Microsoft.CodeCoverage.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.3.2\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.3.2\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.targets')" />
<Import Project="$(NuGetPackageRoot)coverlet.collector\3.1.2\build\netstandard1.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\3.1.2\build\netstandard1.0\coverlet.collector.targets')" />
</ImportGroup>
</Project>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论