diff --git a/AspNetMonsters.Blazor.Geolocation.sln b/AspNetMonsters.Blazor.Geolocation.sln index 2ee2a95..cf7a53f 100644 --- a/AspNetMonsters.Blazor.Geolocation.sln +++ b/AspNetMonsters.Blazor.Geolocation.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27428.1 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29311.281 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetMonsters.Blazor.Geolocation", "AspNetMonsters.Blazor.Geolocation\AspNetMonsters.Blazor.Geolocation.csproj", "{E0DEC7CC-B1B4-4249-BD4A-6C45563FAD43}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetMonsters.Blazor.Geolocation", "AspNetMonsters.Blazor.Geolocation\AspNetMonsters.Blazor.Geolocation.csproj", "{E0DEC7CC-B1B4-4249-BD4A-6C45563FAD43}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/AspNetMonsters.Blazor.Geolocation/AspNetMonsters.Blazor.Geolocation.csproj b/AspNetMonsters.Blazor.Geolocation/AspNetMonsters.Blazor.Geolocation.csproj index 6586f58..36c3b93 100644 --- a/AspNetMonsters.Blazor.Geolocation/AspNetMonsters.Blazor.Geolocation.csproj +++ b/AspNetMonsters.Blazor.Geolocation/AspNetMonsters.Blazor.Geolocation.csproj @@ -1,7 +1,9 @@ - - + + netstandard2.0 + 3.0 + https://github.com/AspNetMonsters/Blazor.Geolocation https://github.com/AspNetMonsters/Blazor.Geolocation/blob/master/LICENSE Simon Timms, David Paquette, James Chambers @@ -11,23 +13,26 @@ true AspNetMonsters.Blazor.Geolocation AspNetMonsters.Blazor.Geolocation - 0.4.0.1018-PRE + 0.5.0-preview1 ${DefaultItemExcludes};node_modules\** - - + + + - + - + + + - - + + diff --git a/AspNetMonsters.Blazor.Geolocation/content/Location.js b/AspNetMonsters.Blazor.Geolocation/wwwroot/Location.js similarity index 100% rename from AspNetMonsters.Blazor.Geolocation/content/Location.js rename to AspNetMonsters.Blazor.Geolocation/wwwroot/Location.js diff --git a/AspNetMonsters.Blazor.Geolocation/content/Location.js.map b/AspNetMonsters.Blazor.Geolocation/wwwroot/Location.js.map similarity index 100% rename from AspNetMonsters.Blazor.Geolocation/content/Location.js.map rename to AspNetMonsters.Blazor.Geolocation/wwwroot/Location.js.map