Closed ghost closed 2 years ago
Manual installing helps to workaround:
dotnet tool install --global h5-compiler --version 0.0.25007
You can also download the latest SDK, as I mentioned in #70
The original idea was to avoid downloading NET 7 based SDK.
Version which is compatible with .NET 6, should not try to download NET 7 based if NET 7 is not installed.
It is just creates warning garbage in logs during compilation.
I get the following when use
<Project Sdk="h5.Target/0.0.21664">
:It is latest version compatible with .NET 6, but it still tries to install "0.0.34002" which requires .NET 7.