statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 236 forks source link

The framework 'Microsoft.NETCore.App', version '2.1.0' was not found #883

Closed ghost closed 4 years ago

ghost commented 4 years ago
C:\> dotnet-runtime-3.1.0-win-x64\dotnet.exe Wyam-v2.2.9\Wyam.dll
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
  - The following frameworks were found:
      3.1.0 at [C:\dotnet-runtime-3.1.0-win-x64\shared\Microsoft.NETCore.App]
perlun commented 4 years ago

Per this web page, I think this is expected. Wyam does not run on .NET Core 3 yet, but requires .NET Core 2.1.

.NET Core 2.1 is itself supported until August 21, 2021.

daveaglick commented 4 years ago

What @perlun said, .NET Core 2.1 is required. .NET Core will roll forward, but only within a minor release. Also note that Wyam won't be targeting .NET Core 3.x - new development is taking place in Statiq and I hope to have production-ready releases of that by mid-year.

perlun commented 4 years ago

@daveaglick looking forward to that! 🙂👍🏻