Skip to content

Commit bd26c34

Browse files
chore: bump MSTest.TestFramework from 3.6.2 to 3.6.3 in /src (#719)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/commits) --- updated-dependencies: - dependency-name: MSTest.TestFramework 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 1fc86e7 commit bd26c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
1515
<PackageReference Include="TngTech.ArchUnitNET.MSTestV2" Version="0.11.1" />
1616
</ItemGroup>
1717

src/Nager.Date.UnitTest/Nager.Date.UnitTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)