Skip to content

Commit 412c777

Browse files
Merge pull request #63 from max-ieremenko/update/dependencies
update dependencies
2 parents 901c31d + d08d6cc commit 412c777

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+382
-170
lines changed

Build/third-party-libraries/packages/nuget.org/microsoft.codecoverage/17.9.0/index.json renamed to Build/third-party-libraries/packages/nuget.org/microsoft.codecoverage/17.11.1/index.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
{
2121
"Subject": "package",
2222
"Code": "MIT",
23-
"HRef": "LICENSE_MIT.txt",
24-
"Description": "The license file is identical to the repository license file."
23+
"HRef": "https://licenses.nuget.org/MIT"
2524
},
2625
{
2726
"Subject": "repository",

Build/third-party-libraries/packages/nuget.org/microsoft.codecoverage/17.9.0/package.nuspec renamed to Build/third-party-libraries/packages/nuget.org/microsoft.codecoverage/17.11.1/package.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.CodeCoverage</id>
5-
<version>17.9.0</version>
5+
<version>17.11.1</version>
66
<authors>Microsoft</authors>
77
<requireLicenseAcceptance>true</requireLicenseAcceptance>
8-
<license type="file">LICENSE_MIT.txt</license>
9-
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
8+
<license type="expression">MIT</license>
9+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1010
<icon>Icon.png</icon>
1111
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
1212
<description>Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".</description>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing codecoverage code-coverage</tags>
1515
<serviceable>true</serviceable>
16-
<repository type="git" url="https://github.com/microsoft/vstest" commit="a77b8d5b4aa89504bbff10e2880c27fd55adc55b" />
16+
<repository type="git" url="https://github.com/microsoft/vstest" commit="58dbd027217ac035a4e9114c9213b11dc0e988bd" />
1717
<dependencies>
1818
<group targetFramework=".NETFramework4.6.2" />
1919
<group targetFramework=".NETCoreApp3.1" />

Build/third-party-libraries/packages/nuget.org/microsoft.codecoverage/17.9.0/readme.md renamed to Build/third-party-libraries/packages/nuget.org/microsoft.codecoverage/17.11.1/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft.CodeCoverage [17.9.0](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.9.0)
1+
Microsoft.CodeCoverage [17.11.1](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.11.1)
22
--------------------
33

44
Used by: SqlDatabase internal
@@ -7,7 +7,7 @@ Target frameworks: net472, net6.0, net8.0, net9.0
77

88
License: [MIT](../../../../licenses/mit)
99

10-
- package license: [MIT]() , The license file is identical to the repository license file.
10+
- package license: [MIT](https://licenses.nuget.org/MIT)
1111
- repository license: [MIT](https://github.com/microsoft/vstest)
1212
- project license: [MIT](https://github.com/microsoft/vstest)
1313

Build/third-party-libraries/packages/nuget.org/microsoft.net.test.sdk/17.9.0/index.json renamed to Build/third-party-libraries/packages/nuget.org/microsoft.net.test.sdk/17.11.1/index.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"Dependencies": [
1818
{
1919
"Name": "Microsoft.CodeCoverage",
20-
"Version": "17.9.0"
20+
"Version": "17.11.1"
2121
},
2222
{
2323
"Name": "Microsoft.TestPlatform.TestHost",
24-
"Version": "17.9.0"
24+
"Version": "17.11.1"
2525
}
2626
]
2727
}
@@ -30,8 +30,7 @@
3030
{
3131
"Subject": "package",
3232
"Code": "MIT",
33-
"HRef": "LICENSE_MIT.txt",
34-
"Description": "The license file is identical to the repository license file."
33+
"HRef": "https://licenses.nuget.org/MIT"
3534
},
3635
{
3736
"Subject": "repository",

Build/third-party-libraries/packages/nuget.org/microsoft.net.test.sdk/17.9.0/package.nuspec renamed to Build/third-party-libraries/packages/nuget.org/microsoft.net.test.sdk/17.11.1/package.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.NET.Test.Sdk</id>
5-
<version>17.9.0</version>
5+
<version>17.11.1</version>
66
<authors>Microsoft</authors>
77
<requireLicenseAcceptance>true</requireLicenseAcceptance>
8-
<license type="file">LICENSE_MIT.txt</license>
9-
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
8+
<license type="expression">MIT</license>
9+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1010
<icon>Icon.png</icon>
1111
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
1212
<description>The MSbuild targets and properties for building .NET test projects.</description>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
1515
<serviceable>true</serviceable>
16-
<repository type="git" url="https://github.com/microsoft/vstest" commit="a77b8d5b4aa89504bbff10e2880c27fd55adc55b" />
16+
<repository type="git" url="https://github.com/microsoft/vstest" commit="58dbd027217ac035a4e9114c9213b11dc0e988bd" />
1717
<dependencies>
1818
<group targetFramework=".NETCoreApp3.1">
19-
<dependency id="Microsoft.TestPlatform.TestHost" version="17.9.0" />
20-
<dependency id="Microsoft.CodeCoverage" version="17.9.0" />
19+
<dependency id="Microsoft.TestPlatform.TestHost" version="17.11.1" />
20+
<dependency id="Microsoft.CodeCoverage" version="17.11.1" />
2121
</group>
2222
<group targetFramework=".NETFramework4.6.2">
23-
<dependency id="Microsoft.CodeCoverage" version="17.9.0" />
23+
<dependency id="Microsoft.CodeCoverage" version="17.11.1" />
2424
</group>
2525
</dependencies>
2626
</metadata>

0 commit comments

Comments
 (0)