GitBrowser
MMirror
aa34d60/dotnet-tools.json
Name Message Date
📁 src Non blocking camera stopping 1 month ago
📁 tests Add weather panel from SMHI 1 month ago
📄 .containerfile Add weather panel from SMHI 1 month ago
📄 .dockerignore Face detection with "raw" ONNX 1 month ago
📄 .editorconfig Styled DateTime panel 1 month ago
📄 .gitignore Face detection with "raw" ONNX 1 month ago
📄 Directory.Build.props Styled DateTime panel 1 month ago
📄 Directory.Packages.props Add weather panel from SMHI 1 month ago
📄 dotnet-tools.json Install Avalonia DevTools 1 month ago
📄 global.json Initialize App project 1 month ago
📄 MMirror.slnx Add weather panel from SMHI 1 month ago
📄 README.md Initialize App project 1 month ago
📄 dotnet-tools.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "csharpier": {
      "version": "1.2.6",
      "commands": [
        "csharpier"
      ],
      "rollForward": false
    },
    "avaloniaui.developertools": {
      "version": "2.2.2",
      "commands": [
        "avdt"
      ],
      "rollForward": false
    }
  }
}