Files
dotnet__skills/plugins/dotnet-test-migration/plugin.json
T
2026-08-31 09:15:51 +00:00

10 lines
353 B
JSON

{
"name": "dotnet-test-migration",
"version": "0.1.8",
"description": "Skills and an orchestrator agent for migrating .NET test frameworks and platforms: MSTest and xUnit version upgrades, xUnit-to-MSTest conversion, and VSTest to Microsoft.Testing.Platform.",
"skills": ["./skills/"],
"agents": [
"./agents/test-migration.agent.md"
]
}