Overflow/Overflow.CLI/Overflow.CLI.csproj
Andy Pack 25f3934408
All checks were successful
ci / Build & Unit Test (8.0.x) (push) Successful in 2m24s
ci / Build Containers (push) Successful in 16m5s
updating deps, shifting pages and components into client library, using radzen layout
2024-09-30 17:16:59 +01:00

19 lines
464 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Overflow\Overflow.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
</ItemGroup>
</Project>