Releases: dotnet-websharper/aspnetcore
Releases · dotnet-websharper/aspnetcore
WebSharper.AspNetCore 5.0.0-preview1
This is a preview release of WebSharper.AspNetCore 5.
Features
- Added .NET 5 support. .NET Core 3.1 and
netstandard2.0still supported. - Use common Build script with WebSharper ecosystem.
- In exception of
WebSockets+AspNetCoretests the main functionality moved to the Core repo.
WebSharper.AspNetCore 4.6.1
Improvements
- #10 New
Websharper.AspNetCore.WebSocketlibrary, released on nuget.org with the same name. The API is similar to WebSharper.Owin.WebSockets for easy switch, and is currently F#-oriented only.
Documentation upcoming, see test project https://github.com/dotnet-websharper/aspnetcore/tree/master/WebSharper.AspNetCore.Tests.DNC31 for a small example.