File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
9.0/BlazorWebAssemblyXrefGenerator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
using Microsoft . AspNetCore . Components . Web ;
2
2
using Microsoft . AspNetCore . Components . WebAssembly . Hosting ;
3
- using XrefGenBlazor ;
3
+ using BlazorWebAssemblyXrefGenerator ;
4
4
5
5
var builder = WebAssemblyHostBuilder . CreateDefault ( args ) ;
6
6
builder . RootComponents . Add < App > ( "#app" ) ;
Original file line number Diff line number Diff line change 1
- @using System .Net .Http
1
+ @using System .Net .Http
2
2
@using System .Net .Http .Json
3
3
@using Microsoft .AspNetCore .Components .Forms
4
4
@using Microsoft .AspNetCore .Components .Routing
5
5
@using Microsoft .AspNetCore .Components .Web
6
6
@using Microsoft .AspNetCore .Components .Web .Virtualization
7
7
@using Microsoft .AspNetCore .Components .WebAssembly .Http
8
8
@using Microsoft .JSInterop
9
- @using XrefGenBlazor
10
- @using XrefGenBlazor .Layout
9
+ @using BlazorWebAssemblyXrefGenerator
10
+ @using BlazorWebAssemblyXrefGenerator .Layout
You can’t perform that action at this time.
0 commit comments