Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 24, 2024
1 parent ac32135 commit ba175ca
Show file tree
Hide file tree
Showing 57 changed files with 1,956 additions and 2,964 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bld/
[Oo]bj/
[Ll]og/
host/
NugetPackages/

# DocFX build results
_site/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>11</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>

</PropertyGroup>

<Import Project="..\NugetPackages.targets" />
<Import Project="..\NugetPackageDefaults.targets" />


<ItemGroup>
<PackageReference Include="Tomlyn" Version="0.16.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Imazen.Common\Imazen.Common.csproj" />
<ProjectReference Include="..\Imageflow.Server\Imageflow.Server.csproj" />
<ProjectReference Include="..\Imageflow.Server.HybridCache\Imageflow.Server.HybridCache.csproj" />
<ProjectReference Include="..\Imageflow.Server\Imageflow.Server.csproj" />
<ProjectReference Include="..\Imageflow.Server.HybridCache\Imageflow.Server.HybridCache.csproj" />

</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit ba175ca

Please sign in to comment.