Microsoft.NET.Test.Sdk 1.0.0-alpha-stj-26213-07
Microsoft.NET.Test.Sdk
The MSBuild targets and properties for building .NET test projects. This package is required for any .NET test project to integrate with the Visual Studio Test Platform.
Usage
Add this package to your test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="x.y.z" />
This package works alongside a test framework adapter (e.g., MSTest, xUnit, NUnit) to enable test discovery and execution via dotnet test or Visual Studio Test Explorer.
Example
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="x.y.z" />
<PackageReference Include="MSTest" Version="3.x.y" />
</ItemGroup>
</Project>
Links
Showing the top 20 packages that depend on Microsoft.NET.Test.Sdk.
| Packages | Downloads |
|---|---|
|
xunit.runner.visualstudio
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
|
11 |
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+ (Universal Windows Apps 10+)
- .NET 5.0
- .NET 5.0 Windows.18362+
- ASP.NET Core 1.0+
|
10 |
|
xunit.runner.visualstudio
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
|
10 |
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+ (Universal Windows Apps 10+)
- .NET 6.0
- .NET 6.0 Windows.18362+
- ASP.NET Core 1.0+
|
8 |
|
xunit.runner.visualstudio
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
|
8 |
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+ (Universal Windows Apps 10+)
- .NET 6.0
- .NET 6.0 Windows.18362+
- ASP.NET Core 1.0+
|
7 |
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- .NET 5.0 (Visual Studio 2019)
- .NET 5.0 Windows.18362+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+ (Visual Studio 2017)
|
7 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
7 |
|
xunit.runner.visualstudio
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
|
7 |
|
xunit.runner.visualstudio
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
|
6 |
.NET 8.0
- Microsoft.TestPlatform.TestHost (>= 1.0.0-alpha-stj-26213-07)
- Microsoft.CodeCoverage (>= 1.0.0-alpha-stj-26213-07)
.NET Framework 4.6.2
- Microsoft.CodeCoverage (>= 1.0.0-alpha-stj-26213-07)
native 0.0
- No dependencies.