Add IsPublishable to all projects

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

View file

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<IsPublishable>false</IsPublishable>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>