Skip to content

Commit 5aedabd

Browse files
chore: bump MSTest.TestFramework and TngTech.ArchUnitNET.MSTestV2 (#770)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) and [TngTech.ArchUnitNET.MSTestV2](https://github.com/TNG/ArchUnitNET). These dependencies needed to be updated together. Updates `MSTest.TestFramework` from 3.8.2 to 2.2.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...v2.2.3) Updates `TngTech.ArchUnitNET.MSTestV2` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/TNG/ArchUnitNET/releases) - [Commits](TNG/ArchUnitNET@0.11.2...0.11.3) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-major - dependency-name: TngTech.ArchUnitNET.MSTestV2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6dff83 commit 5aedabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Date.ArchitectureTest/Nager.Date.ArchitectureTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
1414
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
15-
<PackageReference Include="TngTech.ArchUnitNET.MSTestV2" Version="0.11.2" />
15+
<PackageReference Include="TngTech.ArchUnitNET.MSTestV2" Version="0.11.3" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)