Skip to content

plagueho/dotnet-modernization

v1.0.1MIT

Convert legacy .NET project files to modern SDK-style format.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dotnet-modernization",
  "description": "Convert legacy .NET project files to modern SDK-style format.",
  "version": "1.0.1",
  "author": {
    "name": "Daniel Scott-Raynsford",
    "url": "https://github.com/PlagueHO"
  },
  "repository": "https://github.com/PlagueHO/plagueho.copilot",
  "license": "MIT",
  "keywords": [
    "dotnet",
    "modernization",
    "sdk-style",
    "csproj",
    "migration"
  ],
  "extensions": {
    "com.github.plagueho": {
      "skills": [
        "./skills/dotnet-sdk-style-upgrade/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.plagueho