excubo-ag / WebCompiler

Apache License 2.0
148 stars 29 forks source link

Add net8 target framework #75

Closed stiankroknes closed 9 months ago

stiankroknes commented 11 months ago

Add net8 target framework and conditionally select version for Microsoft.Extensions.FileSystemGlobbing based on framework.

stefanloerwald commented 11 months ago

Hi @stiankroknes,

As net8.0 still relies on preview packages, can you please add a note about that in the Readme?

Thanks Stefan

stiankroknes commented 11 months ago

Hi, not sure about next version, but something like this:

Changes in version 3.6.X

Added support for .NET 8. Note that this release depends on preview version of Microsoft.Extensions.FileSystemGlobbing package.

Ok?

-Stian

Metalvast commented 10 months ago

Hello. Is there any progress? An attempt to run "dotnet watch webcompiler" on net8 leads to the project build...

stefanloerwald commented 9 months ago

net8.0 is now officially supported. Closing this PR.