Skip to content

Commit f63cdce

Browse files
Update ref assemblies
1 parent e00fc6a commit f63cdce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/Components/Components/ref/Microsoft.AspNetCore.Components.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.cs" />
8+
<Reference Include="Microsoft.AspNetCore.Authorization" />
89
<Reference Include="Microsoft.JSInterop" />
910
<Reference Include="System.ComponentModel.Annotations" />
1011
</ItemGroup>

src/Components/Components/ref/Microsoft.AspNetCore.Components.netstandard2.0.Manual.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ public AuthorizeView() { }
5959
[Microsoft.AspNetCore.Components.ParameterAttribute]
6060
public Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.AuthenticationState> ChildContent { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
6161
[Microsoft.AspNetCore.Components.ParameterAttribute]
62-
public Microsoft.AspNetCore.Components.RenderFragment NotAuthorized { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
62+
public Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.AuthenticationState> NotAuthorized { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
63+
[Microsoft.AspNetCore.Components.ParameterAttribute]
64+
public string Policy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
65+
[Microsoft.AspNetCore.Components.ParameterAttribute]
66+
public string Roles { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
67+
[Microsoft.AspNetCore.Components.ParameterAttribute]
68+
public object Resource { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
6369
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.RenderTree.RenderTreeBuilder builder) { }
6470
[System.Diagnostics.DebuggerStepThroughAttribute]
6571
protected override System.Threading.Tasks.Task OnParametersSetAsync() { throw null; }

0 commit comments

Comments
 (0)