Skip to content

Commit 4a219e0

Browse files
committed
Update Packages to Blazor 0.6.0
1 parent 6b91c81 commit 4a219e0

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

src/Blazor.Extensions.Notifications.JS/Blazor.Extensions.Notifications.JS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.4.0" />
19+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.6.0" />
2020
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
2121
</ItemGroup>
2222

src/Blazor.Extensions.Notifications.JS/package-lock.json

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blazor.Extensions.Notifications/Blazor.Extensions.Notifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>Blazor.Extensions</RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.4.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.6.0" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<ProjectReference Include="..\Blazor.Extensions.Notifications.JS\Blazor.Extensions.Notifications.JS.csproj" PrivateAssets="All" />

0 commit comments

Comments
 (0)