Open moh-hassan opened 6 years ago
@moh-hassan Can you open a new issue with correct details?
Sorry, The issue is committed by accident before completing. I modified it. Kindly, can you re-open the issue.
@moh-hassan Can you edit the description and remove the placeholders as well to have more details of what's going on?
Your project file says it's an exe...
The project is a Console App (.Net Core)
When I create Console App (.Net Core) project in vs 2017, it add <OutputType>Exe</OutputType>
When I run dotnet pack
, it create the package using the dll (because paketdemo.dll is generated on build)
Should i remove the <OutputType>Exe</OutputType>
?
I get this problem when I want to create a self contained exe using dotnet publish --runtime
I have a netcore2.0 project
I run the following command to generate a package:
I get error:
It seems that packet consider that netcoreapp2.0 project with should use .exe not .dll
How to configure paket to generate netcoreapp2.0 package ?