From f1e70ec897db3771e7302929f379f6fc0d409ef3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 29 Jan 2019 15:29:50 -0800 Subject: [PATCH] More PR changes --- .../Server/src/Circuits/DefaultCircuitFactoryOptions.cs | 2 +- .../test/Microsoft.AspNetCore.Components.Server.Tests.csproj | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Components/Server/src/Circuits/DefaultCircuitFactoryOptions.cs b/src/Components/Server/src/Circuits/DefaultCircuitFactoryOptions.cs index 1ae5a9a982..d89494fe87 100644 --- a/src/Components/Server/src/Circuits/DefaultCircuitFactoryOptions.cs +++ b/src/Components/Server/src/Circuits/DefaultCircuitFactoryOptions.cs @@ -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(...) // callbacks to build up this dictionary mapping paths to startup actions diff --git a/src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj b/src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj index 895e168b2a..a4ea166fa2 100644 --- a/src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj +++ b/src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.0 @@ -6,9 +6,6 @@ - - -