Skip to content

Commit

Permalink
Replace Microsoft.AspNetCore.Blazor.Browser with new Microsoft.AspNet…
Browse files Browse the repository at this point in the history
…Core.Blazor package.
  • Loading branch information
AH4 committed Mar 26, 2019
1 parent 28ce77f commit 20cf20b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>AspNetMonsters.Blazor.Geolocation</AssemblyName>
<RootNamespace>AspNetMonsters.Blazor.Geolocation</RootNamespace>
<Version>0.4.0.1017</Version>
<Version>0.4.0.1018-PRE</Version>

<DefaultItemExcludes>${DefaultItemExcludes};node_modules\**</DefaultItemExcludes>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.7.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="0.9.0-preview3-19154-02" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.9.0-preview3-19154-02" />
</ItemGroup>

Expand Down

0 comments on commit 20cf20b

Please sign in to comment.