![]() |
VOOZH | about |
dotnet add package Microsoft.NET.Test.Sdk --version 18.6.0
NuGet\Install-Package Microsoft.NET.Test.Sdk -Version 18.6.0
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />Directory.Packages.props
<PackageReference Include="Microsoft.NET.Test.Sdk" />Project file
paket add Microsoft.NET.Test.Sdk --version 18.6.0
#r "nuget: Microsoft.NET.Test.Sdk, 18.6.0"
#:package Microsoft.NET.Test.Sdk@18.6.0
#addin nuget:?package=Microsoft.NET.Test.Sdk&version=18.6.0Install as a Cake Addin
#tool nuget:?package=Microsoft.NET.Test.Sdk&version=18.6.0Install as a Cake Tool
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.
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.
<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>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 is compatible. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| native | native native is compatible. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.NET.Test.Sdk:
| Package | Downloads |
|---|---|
|
Microsoft.Playwright.NUnit
Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within NUnit. |
|
|
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 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9+ |
|
|
SpecRun.Runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages. |
|
|
Rystem.Test.XUnit
Rystem is a open-source framework to improve the System namespace in .Net |
|
|
Microsoft.Playwright.MSTest
Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within MSTest. |
Showing the top 20 popular GitHub repositories that depend on Microsoft.NET.Test.Sdk:
| Repository | Stars |
|---|---|
|
2dust/v2rayN
A GUI client for Windows, Linux and macOS, support Xray and sing-box and others
|
|
|
PowerShell/PowerShell
PowerShell for every system!
|
|
|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI
|
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
|
NickeManarin/ScreenToGif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
|
|
|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
|
Devolutions/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
|
|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
|
BCUninstaller/Bulk-Crap-Uninstaller
Remove large amounts of unwanted applications quickly.
|
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
ppy/osu
rhythm is just a *click* away!
|
|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
|
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
|
netchx/netch
A simple proxy client
|
|
|
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 18.6.0 | 4,535,383 | 5/26/2026 |
| 18.5.1 | 8,601,436 | 4/28/2026 |
| 18.4.0 | 7,311,718 | 4/7/2026 |
| 18.3.0 | 16,369,434 | 2/24/2026 |
| 18.0.1 | 41,939,734 | 11/11/2025 |
| 18.0.0 | 14,570,331 | 10/2/2025 |
| 17.14.1 | 62,192,834 | 6/3/2025 |
| 17.14.0 | 9,121,471 | 5/20/2025 |
| 17.14.0-preview-25107-01 | 332,124 | 2/10/2025 |
| 17.13.0 | 61,102,360 | 2/10/2025 |
| 17.12.0 | 69,454,762 | 11/19/2024 |
| 17.11.1 | 62,952,326 | 9/5/2024 |
| 17.11.0 | 12,082,959 | 8/20/2024 |
| 17.11.0-release-24373-02 | 146,434 | 7/24/2024 |
| 17.11.0-release-24352-06 | 116,720 | 7/2/2024 |
| 17.10.0 | 52,904,603 | 5/22/2024 |
| 17.10.0-release-24177-07 | 234,782 | 4/2/2024 |
| 17.9.0 | 61,868,996 | 2/6/2024 |
| 1.0.0-alpha-stj-26213-07 | 376 | 4/14/2026 |