update of local deps cache
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>xunit.runner.visualstudio</id>
|
||||
<version>3.1.3</version>
|
||||
<title>xUnit.net [Runner: Visual Studio]</title>
|
||||
<authors>jnewkirk,bradwilson</authors>
|
||||
<developmentDependency>true</developmentDependency>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>_content/logo-128-transparent.png</icon>
|
||||
<readme>_content/README.md</readme>
|
||||
<description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 8 or later.</description>
|
||||
<releaseNotes>https://xunit.net/releases/visualstudio/3.1.3</releaseNotes>
|
||||
<copyright>Copyright (C) .NET Foundation</copyright>
|
||||
<repository type="git" url="https://github.com/xunit/visualstudio.xunit" commit="b1b99bdeb3bbd636b346f9aa9b8f9a62d122e21e" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.7.2">
|
||||
<dependency id="Microsoft.TestPlatform.ObjectModel" version="17.13.0" />
|
||||
</group>
|
||||
<group targetFramework="net8.0" />
|
||||
</dependencies>
|
||||
<frameworkAssemblies>
|
||||
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.7.2" />
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>xunit.runner.visualstudio</id>
|
||||
<version>3.1.3</version>
|
||||
<title>xUnit.net [Runner: Visual Studio]</title>
|
||||
<authors>jnewkirk,bradwilson</authors>
|
||||
<developmentDependency>true</developmentDependency>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>_content/logo-128-transparent.png</icon>
|
||||
<readme>_content/README.md</readme>
|
||||
<description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 8 or later.</description>
|
||||
<releaseNotes>https://xunit.net/releases/visualstudio/3.1.3</releaseNotes>
|
||||
<copyright>Copyright (C) .NET Foundation</copyright>
|
||||
<repository type="git" url="https://github.com/xunit/visualstudio.xunit" commit="b1b99bdeb3bbd636b346f9aa9b8f9a62d122e21e" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.7.2">
|
||||
<dependency id="Microsoft.TestPlatform.ObjectModel" version="17.13.0" />
|
||||
</group>
|
||||
<group targetFramework="net8.0" />
|
||||
</dependencies>
|
||||
<frameworkAssemblies>
|
||||
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.7.2" />
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user