GitBrowser
receipt-web
21fb898/global.json
Name Message Date
📁 protos Send content to receipt-printer gRPC service 1 month ago
📁 Receipt.AppHost Containerize 1 month ago
📁 Receipt.ServiceDefaults Initialize .NET Aspire 1 month ago
📁 Receipt.Web Containerize 1 month ago
📄 .dockerignore Containerize 1 month ago
📄 .editorconfig Initialize .NET Aspire 1 month ago
📄 .gitignore Send content to receipt-printer gRPC service 1 month ago
📄 Containerfile Containerize 1 month ago
📄 Directory.Build.props Initialize .NET Aspire 1 month ago
📄 Directory.Packages.props Containerize 1 month ago
📄 dotnet-tools.json Initialize web app 1 month ago
📄 global.json Initialize .NET Aspire 1 month ago
📄 README.md Initialize .NET Aspire 1 month ago
📄 Receipt.slnx Initialize web app 1 month ago
📄 global.json
1 2 3 4 5 6 7 8 9 10
{
  "sdk": {
    "version": "10.0.0",
    "rollForward": "latestFeature"
  },
  "msbuild-sdks": {
    "Aspire.AppHost.Sdk": "9.5.1"
  }
}