{
  "name": "usedotnet",
  "version": "2.0.0",
  "description": "Use .Net Core",
  "main": "usedotnet.js",
  "scripts": {
    "build": "node ../../make.js build --task UseDotNetV2",
    "serverBuild": "node ../../make.js serverBuild --task UseDotNetV2",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
  },
  "keywords": [
    "Azure",
    "Pipelines",
    "Tasks",
    "DotNetCore",
    "Use"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
  },
  "homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
  "dependencies": {
    "@types/mocha": "^5.2.6",
    "@types/node": "^24.10.0",
    "@types/semver": "6.0.0",
    "azure-pipelines-task-lib": "^5.2.10",
    "azure-pipelines-tasks-packaging-common": "^3.273.0",
    "azure-pipelines-tasks-utility-common": "3.272.0",
    "azure-pipelines-tool-lib": "^2.0.10",
    "json5": "^2.2.3",
    "semver": "^7.6.3",
    "typed-rest-client": "^2.1.0"
  },
  "devDependencies": {
    "typescript": "^5.7.2"
  }
}
