More PR changes

This commit is contained in:
Pranav K 2019-01-29 15:29:50 -08:00
parent cec47f05e2
commit f1e70ec897
No known key found for this signature in database
GPG Key ID: 1963DA6D96C3057A
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Http;
namespace Microsoft.AspNetCore.Components.Server namespace Microsoft.AspNetCore.Components.Server
{ {
public class DefaultCircuitFactoryOptions internal class DefaultCircuitFactoryOptions
{ {
// During the DI configuration phase, we use Configure<DefaultCircuitFactoryOptions>(...) // During the DI configuration phase, we use Configure<DefaultCircuitFactoryOptions>(...)
// callbacks to build up this dictionary mapping paths to startup actions // callbacks to build up this dictionary mapping paths to startup actions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework> <TargetFramework>netcoreapp3.0</TargetFramework>
@ -6,9 +6,6 @@
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.AspNetCore.Components.Server" /> <Reference Include="Microsoft.AspNetCore.Components.Server" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Extensions.Logging.Testing" /> <Reference Include="Microsoft.Extensions.Logging.Testing" />
</ItemGroup> </ItemGroup>