add nugets

This commit is contained in:
master
2025-11-18 22:28:20 +02:00
parent 8355e2ff75
commit 77cee6a209
3645 changed files with 4373144 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"version": 2,
"contentHash": "8htQBKM92s/NXUI/U0/CKKLlvlDfWIo3/mbnY/GS/2XLkBGNIVQufmUpDIzznaZqUpdzspGSsJcLhVN8aRoMaA==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.TestPlatform.TestHost</id>
<version>17.14.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
<description>Testplatform host executes the test using specified adapter.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="43aaae191867be953ee5f4699d650b5a43cc4557" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.TestPlatform.ObjectModel" version="17.14.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
</group>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
</package>

View File

@@ -0,0 +1,85 @@
VSTest
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize
This software incorporates components from the projects listed below. The original copyright notices
and the licenses under which Microsoft received such components are set forth below and are provided for
informational purposes only. Microsoft reserves all rights not expressly granted herein, whether by
implication, estoppel or otherwise.
1. Newtonsoft version 13.0.3 (https://github.com/JamesNK/Newtonsoft.Json)
2. Mono.Cecil version 0.11.3 (https://github.com/jbevain/cecil)
3. Nuget.Client version 6.8.0.117 \(https://github.com/NuGet/NuGet.Client)
%% Newtonsoft NOTICES AND INFORMATION BEGIN HERE
=========================================
The MIT License (MIT)
Copyright (c) 2007 James Newton-King
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF Newtonsoft NOTICES AND INFORMATION
%% Mono.Cecil NOTICES AND INFORMATION BEGIN HERE
=========================================
Copyright (c) 2008 - 2015 Jb Evain
Copyright (c) 2008 - 2011 Novell, Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF Mono.Cecil NOTICES AND INFORMATION
%% NuGet.Client NOTICES AND INFORMATION BEGIN HERE
==================================================
Copyright (c) .NET Foundation and Contributors.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
=========================================
END OF NuGet.Client NOTICES AND INFORMATION

View File

@@ -0,0 +1,492 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"testhost/17.14.0": {
"dependencies": {
"Microsoft.CodeAnalysis.PublicApiAnalyzers": "3.3.4",
"Microsoft.DiaSymReader.Pdb2Pdb": "1.1.0-beta2-19575-01",
"Microsoft.DotNet.XliffTasks": "9.0.0-beta.25164.2",
"Microsoft.TestPlatform.CommunicationUtilities": "17.14.0",
"Microsoft.TestPlatform.CoreUtilities": "17.14.0",
"Microsoft.TestPlatform.CrossPlatEngine": "17.14.0",
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
"Microsoft.VisualStudio.TestPlatform.Common": "17.14.0",
"Microsoft.VisualStudio.TestPlatform.Common.Reference": "15.0.0.0"
},
"runtime": {
"testhost.dll": {}
}
},
"Microsoft.CodeAnalysis.PublicApiAnalyzers/3.3.4": {},
"Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {},
"Microsoft.DotNet.XliffTasks/9.0.0-beta.25164.2": {},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"Microsoft.TestPlatform.CommunicationUtilities/17.14.0": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.0",
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
"Microsoft.VisualStudio.TestPlatform.Common": "17.14.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"Microsoft.TestPlatform.CommunicationUtilities.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": "17.1400.25.26602"
}
},
"resources": {
"cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.CoreUtilities/17.14.0": {
"dependencies": {
"Microsoft.TestPlatform.PlatformAbstractions": "17.14.0"
},
"runtime": {
"Microsoft.TestPlatform.CoreUtilities.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": "17.1400.25.26602"
}
},
"resources": {
"cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.CrossPlatEngine/17.14.0": {
"dependencies": {
"Microsoft.TestPlatform.CommunicationUtilities": "17.14.0",
"Microsoft.TestPlatform.CoreUtilities": "17.14.0",
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
"Microsoft.TestPlatform.Utilities": "17.14.0",
"Microsoft.VisualStudio.TestPlatform.Common": "17.14.0"
},
"runtime": {
"Microsoft.TestPlatform.CrossPlatEngine.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": "17.1400.25.26602"
}
},
"resources": {
"cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.ObjectModel/17.14.0": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.0"
},
"runtime": {
"Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": ""
}
},
"resources": {
"cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "cs"
},
"de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "de"
},
"es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "es"
},
"fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "fr"
},
"it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "it"
},
"ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.PlatformAbstractions/17.14.0": {
"runtime": {
"Microsoft.TestPlatform.PlatformAbstractions.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": "17.1400.25.26602"
}
}
},
"Microsoft.TestPlatform.Utilities/17.14.0": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.0",
"Microsoft.TestPlatform.ObjectModel": "17.14.0"
},
"runtime": {
"Microsoft.TestPlatform.Utilities.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": "17.1400.25.26602"
}
},
"resources": {
"cs/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.VisualStudio.TestPlatform.Common/17.14.0": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.0",
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
"Microsoft.TestPlatform.Utilities": "17.14.0"
},
"runtime": {
"Microsoft.VisualStudio.TestPlatform.Common.dll": {
"assemblyVersion": "17.14.0",
"fileVersion": ""
}
},
"resources": {
"cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "cs"
},
"de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "de"
},
"es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "es"
},
"fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "fr"
},
"it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "it"
},
"ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.VisualStudio.TestPlatform.Common.Reference/15.0.0.0": {
"runtime": {
"Microsoft.VisualStudio.TestPlatform.Common.dll": {
"assemblyVersion": "15.0.0.0",
"fileVersion": "17.1400.25.26602"
}
},
"resources": {
"cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "cs"
},
"de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "de"
},
"es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "es"
},
"fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "fr"
},
"it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "it"
},
"ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hant"
}
}
}
}
},
"libraries": {
"testhost/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.CodeAnalysis.PublicApiAnalyzers/3.3.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kNLTfXtXUWDHVt5iaPkkiPuyHYlMgLI6SOFT4w88bfeI2vqSeGgHunFkdvlaCM8RDfcY0t2+jnesQtidRJJ/DA==",
"path": "microsoft.codeanalysis.publicapianalyzers/3.3.4",
"hashPath": "microsoft.codeanalysis.publicapianalyzers.3.3.4.nupkg.sha512"
},
"Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kY6eTNkeWLHvfOjg97Q7tgQKrPpX+Y3fR6fS4nyfpgFLHBxHriLBR4v3e9t71it91gIMEeKUqOqrFJ7Pj48eHA==",
"path": "microsoft.diasymreader.pdb2pdb/1.1.0-beta2-19575-01",
"hashPath": "microsoft.diasymreader.pdb2pdb.1.1.0-beta2-19575-01.nupkg.sha512"
},
"Microsoft.DotNet.XliffTasks/9.0.0-beta.25164.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0WPscCPiCXb5JaYDhmmT9q1DiFP4EvhO05tdPnpNFaXv+ZwCDjmcGavvW8O8b3YTvG0+SxHkcXMfW61OuKwg9w==",
"path": "microsoft.dotnet.xlifftasks/9.0.0-beta.25164.2",
"hashPath": "microsoft.dotnet.xlifftasks.9.0.0-beta.25164.2.nupkg.sha512"
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"Microsoft.TestPlatform.CommunicationUtilities/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.CoreUtilities/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.CrossPlatEngine/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.ObjectModel/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.PlatformAbstractions/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.Utilities/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.VisualStudio.TestPlatform.Common/17.14.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.VisualStudio.TestPlatform.Common.Reference/15.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1 @@
crXZI5HmVlpdrsiF5LS+j06E3B3s5X1E3ez0tmQON/mJ0S2QosDWAB7A9iMM5uvfXKyLGhyWOD86hmNyFNjaCg==

View File

@@ -0,0 +1,5 @@
{
"version": 2,
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.TestPlatform.TestHost</id>
<version>17.14.1</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
<description>Testplatform host executes the test using specified adapter.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="490850ae3fdc1b470e3804ceab4f6a41cf89ae51" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.TestPlatform.ObjectModel" version="17.14.1" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
</group>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
</package>

View File

@@ -0,0 +1,85 @@
VSTest
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize
This software incorporates components from the projects listed below. The original copyright notices
and the licenses under which Microsoft received such components are set forth below and are provided for
informational purposes only. Microsoft reserves all rights not expressly granted herein, whether by
implication, estoppel or otherwise.
1. Newtonsoft version 13.0.3 (https://github.com/JamesNK/Newtonsoft.Json)
2. Mono.Cecil version 0.11.3 (https://github.com/jbevain/cecil)
3. Nuget.Client version 6.8.0.117 \(https://github.com/NuGet/NuGet.Client)
%% Newtonsoft NOTICES AND INFORMATION BEGIN HERE
=========================================
The MIT License (MIT)
Copyright (c) 2007 James Newton-King
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF Newtonsoft NOTICES AND INFORMATION
%% Mono.Cecil NOTICES AND INFORMATION BEGIN HERE
=========================================
Copyright (c) 2008 - 2015 Jb Evain
Copyright (c) 2008 - 2011 Novell, Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF Mono.Cecil NOTICES AND INFORMATION
%% NuGet.Client NOTICES AND INFORMATION BEGIN HERE
==================================================
Copyright (c) .NET Foundation and Contributors.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
=========================================
END OF NuGet.Client NOTICES AND INFORMATION

View File

@@ -0,0 +1,492 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"testhost/17.14.1": {
"dependencies": {
"Microsoft.CodeAnalysis.PublicApiAnalyzers": "3.3.4",
"Microsoft.DiaSymReader.Pdb2Pdb": "1.1.0-beta2-19575-01",
"Microsoft.DotNet.XliffTasks": "9.0.0-beta.25164.2",
"Microsoft.TestPlatform.CommunicationUtilities": "17.14.1",
"Microsoft.TestPlatform.CoreUtilities": "17.14.1",
"Microsoft.TestPlatform.CrossPlatEngine": "17.14.1",
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
"Microsoft.VisualStudio.TestPlatform.Common": "17.14.1",
"Microsoft.VisualStudio.TestPlatform.Common.Reference": "15.0.0.0"
},
"runtime": {
"testhost.dll": {}
}
},
"Microsoft.CodeAnalysis.PublicApiAnalyzers/3.3.4": {},
"Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {},
"Microsoft.DotNet.XliffTasks/9.0.0-beta.25164.2": {},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"Microsoft.TestPlatform.CommunicationUtilities/17.14.1": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.1",
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
"Microsoft.VisualStudio.TestPlatform.Common": "17.14.1",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"Microsoft.TestPlatform.CommunicationUtilities.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": "17.1400.125.30202"
}
},
"resources": {
"cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.CoreUtilities/17.14.1": {
"dependencies": {
"Microsoft.TestPlatform.PlatformAbstractions": "17.14.1"
},
"runtime": {
"Microsoft.TestPlatform.CoreUtilities.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": "17.1400.125.30202"
}
},
"resources": {
"cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.CrossPlatEngine/17.14.1": {
"dependencies": {
"Microsoft.TestPlatform.CommunicationUtilities": "17.14.1",
"Microsoft.TestPlatform.CoreUtilities": "17.14.1",
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
"Microsoft.TestPlatform.Utilities": "17.14.1",
"Microsoft.VisualStudio.TestPlatform.Common": "17.14.1"
},
"runtime": {
"Microsoft.TestPlatform.CrossPlatEngine.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": "17.1400.125.30202"
}
},
"resources": {
"cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.ObjectModel/17.14.1": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.1"
},
"runtime": {
"Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": ""
}
},
"resources": {
"cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "cs"
},
"de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "de"
},
"es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "es"
},
"fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "fr"
},
"it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "it"
},
"ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.TestPlatform.PlatformAbstractions/17.14.1": {
"runtime": {
"Microsoft.TestPlatform.PlatformAbstractions.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": "17.1400.125.30202"
}
}
},
"Microsoft.TestPlatform.Utilities/17.14.1": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.1",
"Microsoft.TestPlatform.ObjectModel": "17.14.1"
},
"runtime": {
"Microsoft.TestPlatform.Utilities.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": "17.1400.125.30202"
}
},
"resources": {
"cs/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "cs"
},
"de/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "de"
},
"es/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "es"
},
"fr/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "fr"
},
"it/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "it"
},
"ja/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.VisualStudio.TestPlatform.Common/17.14.1": {
"dependencies": {
"Microsoft.TestPlatform.CoreUtilities": "17.14.1",
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
"Microsoft.TestPlatform.Utilities": "17.14.1"
},
"runtime": {
"Microsoft.VisualStudio.TestPlatform.Common.dll": {
"assemblyVersion": "17.14.1",
"fileVersion": ""
}
},
"resources": {
"cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "cs"
},
"de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "de"
},
"es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "es"
},
"fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "fr"
},
"it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "it"
},
"ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.VisualStudio.TestPlatform.Common.Reference/15.0.0.0": {
"runtime": {
"Microsoft.VisualStudio.TestPlatform.Common.dll": {
"assemblyVersion": "15.0.0.0",
"fileVersion": "17.1400.125.30202"
}
},
"resources": {
"cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "cs"
},
"de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "de"
},
"es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "es"
},
"fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "fr"
},
"it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "it"
},
"ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ja"
},
"ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ko"
},
"pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pl"
},
"pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "pt-BR"
},
"ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "ru"
},
"tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "tr"
},
"zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hans"
},
"zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
"locale": "zh-Hant"
}
}
}
}
},
"libraries": {
"testhost/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.CodeAnalysis.PublicApiAnalyzers/3.3.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kNLTfXtXUWDHVt5iaPkkiPuyHYlMgLI6SOFT4w88bfeI2vqSeGgHunFkdvlaCM8RDfcY0t2+jnesQtidRJJ/DA==",
"path": "microsoft.codeanalysis.publicapianalyzers/3.3.4",
"hashPath": "microsoft.codeanalysis.publicapianalyzers.3.3.4.nupkg.sha512"
},
"Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kY6eTNkeWLHvfOjg97Q7tgQKrPpX+Y3fR6fS4nyfpgFLHBxHriLBR4v3e9t71it91gIMEeKUqOqrFJ7Pj48eHA==",
"path": "microsoft.diasymreader.pdb2pdb/1.1.0-beta2-19575-01",
"hashPath": "microsoft.diasymreader.pdb2pdb.1.1.0-beta2-19575-01.nupkg.sha512"
},
"Microsoft.DotNet.XliffTasks/9.0.0-beta.25164.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0WPscCPiCXb5JaYDhmmT9q1DiFP4EvhO05tdPnpNFaXv+ZwCDjmcGavvW8O8b3YTvG0+SxHkcXMfW61OuKwg9w==",
"path": "microsoft.dotnet.xlifftasks/9.0.0-beta.25164.2",
"hashPath": "microsoft.dotnet.xlifftasks.9.0.0-beta.25164.2.nupkg.sha512"
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"Microsoft.TestPlatform.CommunicationUtilities/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.CoreUtilities/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.CrossPlatEngine/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.ObjectModel/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.PlatformAbstractions/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.TestPlatform.Utilities/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.VisualStudio.TestPlatform.Common/17.14.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.VisualStudio.TestPlatform.Common.Reference/15.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1 @@
/V3Acu/lqnYDInFcadS5g+1Pd19Qd+xrdQqQ4t08i4euP9qWH6XGoyz6YldTBa6EUf2b/8cAoD8cLjzoCGATBA==