GitBrowser
GitBrowser
mainnginx-smart-httpsearch
/Directory.Build.props
Name Message Date
📁 .claude Move header up in header 4 months ago
📁 .config Fix logo deployment 4 months ago
📁 docs Simple directory page 4 months ago
📁 GitBrowser Update favicon when rotating model 3 months ago
📁 GitBrowser.SyntaxHighlighter Add syntax highlighting 4 months ago
📁 SmartHttpClone Use a more permissive repo name RegEx in SmartHttpClone 28 days ago
📄 .dockerignore Add fun logo 4 months ago
📄 .editorconfig Initial commit 4 months ago
📄 .gitignore Add fun logo 4 months ago
📄 Directory.Build.props Dockerize! 4 months ago
📄 Directory.Packages.props Image and Markdown previews 4 months ago
📄 GitBrowser.containerfile Smart HTTP clone with nginx+FastCGI 3 months ago
📄 GitBrowser.slnx Add syntax highlighting 4 months ago
📄 global.json Dockerize! 4 months ago
📄 README.md Simple directory page 4 months ago
📄 SmartHttpClone.containerfile Use a more permissive repo name RegEx in SmartHttpClone 28 days ago
📄 Directory.Build.props
1 2 3 4 5 6 7 8 9 10
<Project>
  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <RuntimeIdentifiers>win-arm64;linux-x64</RuntimeIdentifiers>
    <ImplicitUsings>disable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
  </PropertyGroup>
</Project>