Skip to content

Commit 2f8ca32

Browse files
committed
Mark consoleApp is not packable
1 parent fc958b6 commit 2f8ca32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/ConsoleApp/ConsoleApp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)