excubo-ag / WebCompiler

Apache License 2.0
149 stars 30 forks source link

Compatibility: Package Excubo.WebCompiler 2.4.2 is not compatible with netcoreapp3.1 #12

Closed furcan closed 3 years ago

furcan commented 3 years ago

Hi,

Thanks for the extension but I could not try yet as well because of the issue as below :)

Capture

Thank you in advance.

stefanloerwald commented 3 years ago

Hi @furcan,

this is not an issue with the compatibility, but an issue of how to install webcompiler. The third error line gives you the actual error:

Invalid project-package combination for Excubo.WebCompiler 2.4.2. DotnetToolReference project style can only contain references of the DotnetTool type.

This package is a dotnet tool, therefore cannot be installed as a package reference. See also #4 and the Getting started section of the Readme.

stefanloerwald commented 3 years ago

Considered a duplicate of #13