Files
mixtape/Finch.Raven/Finch.Raven.csproj
T
2026-04-07 14:23:29 +02:00

23 lines
824 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Finch.Raven</PackageId>
<Version>1.0.0</Version>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<RootNamespace>Finch.Raven</RootNamespace>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<!-- // for client <-> server compatibility see:
// https://ravendb.net/docs/article-page/7.0/csharp/client-api/faq/backward-compatibility -->
<PackageReference Include="RavenDB.Client" Version="5.4.206" />
<PackageReference Include="FluentValidation" Version="12.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Finch\Finch.csproj" />
</ItemGroup>
</Project>