Skip to content

Commit 1fb5f9e

Browse files
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.9.0...v17.10.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]>
1 parent 45563b6 commit 1fb5f9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/SmartLearning.FunctionalTests/SmartLearning.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2020
<PackageReference Include="xunit" Version="2.8.0" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
2222
<PrivateAssets>all</PrivateAssets>

tests/SmartLearning.IntegrationTests/SmartLearning.IntegrationTests.csproj

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

2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/SmartLearning.UnitTests/SmartLearning.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
28+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)