mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
503d090536
Preserve current main content and advance dotnet-test-migration to the next valid release checkpoint. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5d007947-f964-4809-a31c-2d9f457a2ba3
10 lines
362 B
JSON
10 lines
362 B
JSON
{
|
|
"name": "dotnet-test-migration",
|
|
"version": "0.1.10",
|
|
"description": "Skills and an orchestrator agent for migrating .NET test frameworks and platforms: MSTest and xUnit version upgrades, xUnit/NUnit-to-MSTest conversion, and VSTest to Microsoft.Testing.Platform.",
|
|
"skills": ["./skills/"],
|
|
"agents": [
|
|
"./agents/test-migration.agent.md"
|
|
]
|
|
}
|