Skip to content

Commit dec73d4

Browse files
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#1036)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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 ca49c7e commit dec73d4

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
@@ -11,7 +11,7 @@
1111
<PackageReference Include="JsonPatch.Net" Version="2.0.4" />
1212
<PackageReference Include="SharpZipLib" Version="1.4.0" />
1313

14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1515

1616
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
1717
<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.3.1" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
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.3.1" />
27+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
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.3.1" />
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
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)