Skip to content

Bump versions to work with ASP .NET Core 6 / .NET 6 #38

@isaacabraham

Description

@isaacabraham

Is your feature request related to a problem?

Yes. Trying to add Fable.SignalR.Saturn (and therefore .AspNetCore) with Saturn 0.16.x / Giraffe 6.x doesn't work:

 - Fable.SignalR.AspNetCore 0.11.5 requested package System.Text.Encodings.Web: >= 5.0 < 6.0
 - System.Text.Json 6.0.2 requested package System.Text.Encodings.Web: >= 6.0
 - Microsoft.ApplicationInsights.Profiler.Core 2.3.1 requested package system.text.encodings.web: >= 5.0.1

Describe the solution you'd like

If System.Text.Encodings.Web supported 6.x as well, this issue might go away (I suspect that there may be other deps that also need promoting).

Describe alternatives you've considered

Downgrading our project to .NET 5, but this would be highly undesirable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions