Skip to content

Commit 75ca4d9

Browse files
Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#974)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.2.0...v17.3.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9785c4 commit 75ca4d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/E2E.Tests/E2E.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<PackageReference Include="JsonPatch.Net" Version="2.0.2" />
1212

13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
1414

1515
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
1616
<PackageReference Include="xunit" Version="2.4.2" />

tests/Kubectl.Tests/Kubectl.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1515
</PackageReference>
1616

17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
1818
<PackageReference Include="xunit" Version="2.4.2" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2020
<PrivateAssets>all</PrivateAssets>

tests/KubernetesClient.Classic.Tests/KubernetesClient.Classic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>
2626

27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
27+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
2828
<PackageReference Include="xunit" Version="2.4.2" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
3030
<PrivateAssets>all</PrivateAssets>

tests/KubernetesClient.Tests/KubernetesClient.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>
2424

25-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
2626
<PackageReference Include="xunit" Version="2.4.2" />
2727
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2828
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)