Microsoft.Protocols.TestTools 2.6.1

Prefix Reserved
dotnet add package Microsoft.Protocols.TestTools --version 2.6.1
                    
NuGet\Install-Package Microsoft.Protocols.TestTools -Version 2.6.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Protocols.TestTools" Version="2.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Protocols.TestTools" Version="2.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Protocols.TestTools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Protocols.TestTools --version 2.6.1
                    
#r "nuget: Microsoft.Protocols.TestTools, 2.6.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Protocols.TestTools@2.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Protocols.TestTools&version=2.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Protocols.TestTools&version=2.6.1
                    
Install as a Cake Tool

The Protocol Test Framework (PTF) is designed to support Microsoft Protocol Test Suites for both Windows and Office Protocol Interoperability testing.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.Protocols.TestTools:

Repository Stars
microsoft/WindowsProtocolTestSuites
⭐⭐ Join us at the SNIA SDC SMB3 IO Lab (September 15-18, 2025), see upcoming Interoperability Events
Version Downloads Last Updated
2.6.1 160 8/11/2025
2.5.0 1,484 4/3/2024
2.3.0 5,804 5/24/2022
2.2.0 5,271 3/24/2021
2.1.0 2,345 12/31/2020
2.0.0 2,492 8/18/2020

1. Updated MSTest.TestFramework and MSTest.TestAdapter to 3.9.1.
2. Updated PowerShell Core SDK versions to 7.4.10 (net8.0).
3. Added System.Text.Json 9.0.5, System.Formats.Asn1 9.0.5, and System.IO.Packaging 9.0.5 to address security vulnerabilities.
4. Added explicit references to System.Security.AccessControl 6.0.1 and System.DirectoryServices.Protocols 8.0.1 to resolve package downgrade warnings.