-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to 3.0 GA versions * Updates to authorization + routing * Updates to section 06 * Use InvokeVoidAsync in Map.razor * Use InvokeVoidAsync in LocalStorage.cs * Updates to section 06 * Stop using `Content` as a suffix We decided against doing this in Blazor's codebase so we shouldn't show it here. * Updates to section 08 * Remove inconsistent blank-line-ness * Update docs/07-javascript-interop.md Co-Authored-By: Steve Sanderson <[email protected]> * Update docs/06-authentication-and-authorization.md Co-Authored-By: Steve Sanderson <[email protected]> * Update docs/08-templated-components.md Co-Authored-By: Steve Sanderson <[email protected]>
- Loading branch information
1 parent
b19f57e
commit be6f1f3
Showing
31 changed files
with
226 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<AspNetCoreVersion>3.0.0-rc1.19457.4</AspNetCoreVersion> | ||
<BlazorVersion>3.0.0-preview9.19457.4</BlazorVersion> | ||
<EntityFrameworkVersion>3.0.0-rc1.19456.14</EntityFrameworkVersion> | ||
<AspNetCoreVersion>3.0.0</AspNetCoreVersion> | ||
<BlazorVersion>3.0.0-preview9.19465.2</BlazorVersion> | ||
<EntityFrameworkVersion>3.0.0</EntityFrameworkVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.