Add IsPackable=false for Persistence project

This commit is contained in:
Sergey Nazarov 2024-03-30 09:16:35 +03:00
parent c88a7aee5e
commit 9eacdd90d1

View File

@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>