Skip to content

Commit abfdfca

Browse files
committed
Ajustes para o demo não gerar pacote nuget.
1 parent 3860c2d commit abfdfca

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/OpenAC.Net.GNRe.Demo/OpenAC.Net.GNRe.Demo.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
6-
<UseWindowsForms>true</UseWindowsForms>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net6.0-windows</TargetFramework>
6+
<UseWindowsForms>true</UseWindowsForms>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)