Skip to content

Commit fbecb10

Browse files
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#138)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff3e7bd commit fbecb10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Akade.IndexedSet.Tests/Akade.IndexedSet.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Bogus" Version="35.5.1" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
1414
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
1515
<PackageReference Include="coverlet.collector" Version="6.0.2">

Analyzers/Akade.IndexedSet.Analyzers.Test/Akade.IndexedSet.Analyzers.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
1414
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />

SourceGenerator/Akade.IndexedSet.InternalSourceGenerator.Tests/Akade.IndexedSet.InternalSourceGenerator.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="3.3.0" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.2">

0 commit comments

Comments
 (0)