Wonky.Client/Wonky.Entity/Wonky.Entity.csproj

14 lines
301 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DnetIndexedDb" Version="2.4.1" />
</ItemGroup>
</Project>