Description
I have a component library that is configured to work for Blazor and for Razor Components. In the previous version of Blazor/RC there was a version 3.0.0-preview3-19153-02 of Microsoft.AspNetCore.Http.Abstractions that matched the .Net Core 3 preview number. Now in the latest preview 4 there is no equivalent package to be found.
Questions:
-
Should there be a version 3.0.0-preview4-19216-03 of Microsoft.AspNetCore.Http.Abstractions?
-
If not, what version should I include in my build process so that users of my library can safely add my NuGet packages without breaking anything?
Additional info:
For your reference, current version of build configuration for preview 3 can be found on https://github.com/stsrki/Blazorise/blob/master/Build/Blazorise.props