Skip to content

Commit 31f7a23

Browse files
Bump Microsoft.TestPlatform.ObjectModel from 17.6.2 to 17.6.3 (#149)
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.2...v17.6.3) --- updated-dependencies: - dependency-name: Microsoft.TestPlatform.ObjectModel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f6561 commit 31f7a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Machine.Specifications.Runner.VisualStudio.Specs/Machine.Specifications.Runner.VisualStudio.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Machine.Fakes.Moq" Version="2.11.0" />
1010
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
12-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.2" />
12+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.3" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj

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

2020
<ItemGroup>
2121
<PackageReference Include="Machine.Specifications" Version="1.1.1" PrivateAssets="All" />
22-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.2" PrivateAssets="All" />
22+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.3" PrivateAssets="All" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)