We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc958b6 commit 2f8ca32Copy full SHA for 2f8ca32
samples/ConsoleApp/ConsoleApp.csproj
@@ -1,8 +1,9 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
6
+ <IsPackable>false</IsPackable>
7
</PropertyGroup>
8
9
<ItemGroup>
0 commit comments