diff --git a/BlazorLeaflet/BlazorLeaflet.Samples/BlazorLeaflet.Samples.csproj b/BlazorLeaflet/BlazorLeaflet.Samples/BlazorLeaflet.Samples.csproj index 23d969b..aa92947 100644 --- a/BlazorLeaflet/BlazorLeaflet.Samples/BlazorLeaflet.Samples.csproj +++ b/BlazorLeaflet/BlazorLeaflet.Samples/BlazorLeaflet.Samples.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 diff --git a/BlazorLeaflet/BlazorLeaflet/BlazorLeaflet.csproj b/BlazorLeaflet/BlazorLeaflet/BlazorLeaflet.csproj index 4c15081..e13a677 100644 --- a/BlazorLeaflet/BlazorLeaflet/BlazorLeaflet.csproj +++ b/BlazorLeaflet/BlazorLeaflet/BlazorLeaflet.csproj @@ -1,8 +1,7 @@ - + - netstandard2.0 - 3.0 + net5.0 0.4.0-alpha Mihai Stan @@ -19,8 +18,8 @@ - - + + diff --git a/README.md b/README.md index e81b7bf..bbe8bb1 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,6 @@ _map.FitBounds(new PointF(45.943f, 24.967f), new PointF(46.943f, 25.967f), maxZo # Contribute The `master` branch is used as the development branch. If you are looking for a specific release, check the tags. If you are willing to contribute, fork this repository, and create your own branch from master, preferably give it a meaningful name, regarding your change or the issue that you are targeting. For large modifications, create an issue before, and a WIP pull request. Always rebase before review requests. +# Rendering requirements + +BlazorLeaflet uses some ECMA 6 operators (spread) and therefore rendering requires compatible browser such as: EDGE v. ≥79, Chrome v. ≥63, Firefox v. ≥67, Safari v. ≥11 and so forth.