AngleSharp / AngleSharp.Js

:angel: Extends AngleSharp with a .NET-based JavaScript engine.
https://anglesharp.github.io
MIT License
103 stars 22 forks source link

Updated target frameworks #91

Closed tomvanenckevort closed 6 months ago

tomvanenckevort commented 6 months ago

Types of Changes

Prerequisites

Please make sure you can check the following two boxes:

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

Description

Updated the target frameworks for the project to be in line with AngleSharp (as discussed in #89).

FlorianRappl commented 6 months ago

The build is currently failing:

The current .NET SDK does not support targeting .NET 7.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/home/runner/work/AngleSharp.Js/AngleSharp.Js/src/AngleSharp.Js.Tests/AngleSharp.Js.Tests.csproj]

I think what needs to change is the installation of the frameworks. I've made the change in the devel branch.