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

@@ -8,7 +8,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<ImplicitUsings>enable</ImplicitUsings>
<IsPublishable>false</IsPublishable>
<Nullable>annotations</Nullable>
<OutputType>Library</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>

View File

@@ -1,6 +1,7 @@
// Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT
using System;
using System.Net;
using System.Runtime.InteropServices;
using Tribufu.Generated.Api;