More PR changes
This commit is contained in:
parent
cec47f05e2
commit
f1e70ec897
|
|
@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Http;
|
|||
|
||||
namespace Microsoft.AspNetCore.Components.Server
|
||||
{
|
||||
public class DefaultCircuitFactoryOptions
|
||||
internal class DefaultCircuitFactoryOptions
|
||||
{
|
||||
// During the DI configuration phase, we use Configure<DefaultCircuitFactoryOptions>(...)
|
||||
// callbacks to build up this dictionary mapping paths to startup actions
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.AspNetCore.Components.Server" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Extensions.Logging.Testing" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue