GitBrowser
receipt-web
21fb898/Directory.Build.props
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
📄 Directory.Build.props
1 2 3 4 5 6 7 8 9
<Project>
  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <ImplicitUsings>disable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
  </PropertyGroup>
</Project>