picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

Update dotnet to 7. #2541

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is there a way to use this with dotnet 7? in jetbrains rider the version is locked at 6.

cwensley commented 1 year ago

Of course! Just change your <TargetFramework> to net7.0 in your csproj.

ghost commented 1 year ago

Of course! Just change your <TargetFramework> to net7.0 in your csproj.

Oh that easy? Thanks!