We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3860c2d commit abfdfcaCopy full SHA for abfdfca
1 file changed
src/OpenAC.Net.GNRe.Demo/OpenAC.Net.GNRe.Demo.csproj
@@ -1,9 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <OutputType>WinExe</OutputType>
5
- <TargetFramework>net6.0-windows</TargetFramework>
6
- <UseWindowsForms>true</UseWindowsForms>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net6.0-windows</TargetFramework>
+ <UseWindowsForms>true</UseWindowsForms>
7
+ <IsPackable>false</IsPackable>
8
</PropertyGroup>
9
10
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments