Skip to content

Commit 60cf897

Browse files
chore: Bump Microsoft.NET.Test.Sdk and MSTest
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 Bumps MSTest from 3.11.1 to 4.0.2 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b43f0a8 commit 60cf897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@
110110
<ItemGroup Condition=" $(IsTestProject) == 'true' ">
111111
<PackageReference Include="FluentAssertions" Version="8.8.0" PrivateAssets="All" />
112112
<PackageReference Include="FluentAssertions.Analyzers" Version="0.*" PrivateAssets="All" />
113-
<PackageReference Include="MSTest" Version="3.*" />
113+
<PackageReference Include="MSTest" Version="4.0.2" />
114114

115115
<!-- @robertmclaws: Temporary workaround for 8.0 bug: https://github.com/microsoft/vstest/pull/4792 -->
116-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*-*" />
116+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
117117
<PackageReference Include="Microsoft.TestPlatform" Version="17.*-*" />
118118
</ItemGroup>
119119

0 commit comments

Comments
 (0)