Skip to content

Update MSTest version from 3.9.0 to 3.9.3 in test templates #49857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 18, 2025

This PR updates MSTest version references from 3.9.0 to 3.9.3 in all test template files located in the template_feed directory.

Changes Made

Updated MSTest version in 4 template project files:

  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/Company.TestProject1.csproj
  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/Company.TestProject1.fsproj
  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj

Each file had exactly 2 version references updated:

  • <Project Sdk="MSTest.Sdk/3.9.0"><Project Sdk="MSTest.Sdk/3.9.3">
  • <PackageReference Include="MSTest" Version="3.9.0" /><PackageReference Include="MSTest" Version="3.9.3" />

Impact

These template files are used when developers create new MSTest projects using dotnet new mstest commands. The updated templates will now reference the latest MSTest version 3.9.3 instead of 3.9.0, ensuring new projects get the latest features and bug fixes.

Fixes #49856.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Update MSTest in test templates (template_feed directory) to 3.9.3 Update MSTest version from 3.9.0 to 3.9.3 in test templates Jul 18, 2025
Copilot finished work on behalf of Youssef1313 July 18, 2025 08:14
@Copilot Copilot AI requested a review from Youssef1313 July 18, 2025 08:14
@Youssef1313 Youssef1313 marked this pull request as ready for review July 18, 2025 08:33
@Youssef1313 Youssef1313 requested a review from a team as a code owner July 18, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update MSTest in test templates (template_feed directory) to 3.9.3
3 participants