Skip to content

Commit

Permalink
Upgrade to preview 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Aug 14, 2019
1 parent 3c7ff90 commit e50284f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We will call alert, confirm and console.log in this sample. Please click the but

@code
{
protected override async Task OnInitAsync()
protected override async Task OnInitializedAsync()
{
await JS.InvokeAsync<object>("console.log", "hello world console");
await JS.InvokeAsync<object>("alert", $"Hello ");
Expand Down
1 change: 1 addition & 0 deletions projects/blazor-ss/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dotnet build JsIntegration
dotnet build DependencyInjection
dotnet build Layout
dotnet build RssReader
dotnet build RssReader-2
dotnet build StartingVariation
2 changes: 1 addition & 1 deletion projects/blazor-ss/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100-preview7-012821"
"version": "3.0.100-preview8-013656"
}
}

0 comments on commit e50284f

Please sign in to comment.