Skip to content

Commit e9d7c9a

Browse files
Bump MSTest (#45484)
Bumps the dotnet group in /docs/ai/tutorials/snippets/evaluate-with-reporting with 1 update: [MSTest](https://github.com/microsoft/testfx). Updates `MSTest` from 3.8.0 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.0...v3.8.3) --- updated-dependencies: - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f36e188 commit e9d7c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai/tutorials/snippets/evaluate-with-reporting/TestAIWithReporting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -19,7 +19,7 @@
1919
<PackageReference Include="microsoft.extensions.configuration" Version="9.0.3" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.3" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
22-
<PackageReference Include="MSTest" Version="3.8.0" />
22+
<PackageReference Include="MSTest" Version="3.8.3" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)