Skip to content

Commit fc70436

Browse files
dependabot[bot]baywet
authored andcommitted
chore(deps): bump the mstestframework group with 2 updates
Bumps the mstestframework group with 2 updates: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) 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: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mstestframework - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstestframework ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 876afb2 commit fc70436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</Content>
1717
</ItemGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2020
<PackageReference Include="MSTest.TestAdapter">
2121
<Version>3.8.3</Version>
2222
</PackageReference>
2323
<PackageReference Include="MSTest.TestFramework">
24-
<Version>3.8.2</Version>
24+
<Version>3.8.3</Version>
2525
</PackageReference>
2626
</ItemGroup>
2727
</Project>

test/Typewriter.Test/Typewriter.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<ProjectReference Include="..\..\Templates\Templates.csproj" />
3838
</ItemGroup>
3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
40+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
4141
<PackageReference Include="NUnit">
4242
<Version>4.3.2</Version>
4343
</PackageReference>

0 commit comments

Comments
 (0)