Skip to content

Commit 36e6882

Browse files
Bump the nuget-dependencies group in /src with 2 updates
Bumps the nuget-dependencies group in /src with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.2...v3.8.3) Updates `MSTest.TestFramework` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 446b056 commit 36e6882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ookii.AnswerFile.Tests/Ookii.AnswerFile.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676

7777
<ItemGroup>
7878
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
79-
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
80-
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
79+
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
80+
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
8181
<PackageReference Include="coverlet.collector" Version="6.0.4">
8282
<PrivateAssets>all</PrivateAssets>
8383
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)