Add IsPublishable to all projects

This commit is contained in:
2025-06-02 09:15:00 -03:00
parent 13c5d6a71c
commit 374a634949
10 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<PropertyGroup>
<AppDesignerFolder>Properties</AppDesignerFolder>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPublishable>false</IsPublishable>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<TargetFrameworks>net8.0</TargetFrameworks>