Exclude page from .NET build

This commit is contained in:
Noi 2023-01-23 19:56:00 -08:00
parent 1a40708eb4
commit bb07e202f3

View file

@ -26,4 +26,8 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" />
</ItemGroup> </ItemGroup>
<PropertyGroup>
<DefaultItemExcludes>Docs/**;$(DefaultItemExcludes)</DefaultItemExcludes>
</PropertyGroup>
</Project> </Project>