doc improvements (dotnet/Extensions#2675)
authorMaira Wenzel <mairaw@microsoft.com>
Wed, 4 Dec 2019 20:43:47 +0000 (12:43 -0800)
committerPranav K <prkrishn@hotmail.com>
Wed, 4 Dec 2019 20:43:47 +0000 (12:43 -0800)
Commit migrated from https://github.com/dotnet/Extensions/commit/26d51a47593e08a0f27fd411684d99119f3c1596

src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs

index c1b902f..c99fac9 100644 (file)
@@ -13,7 +13,6 @@ namespace Microsoft.Extensions.DependencyInjection
         /// Initializes a new instance of the <see cref="DefaultServiceProviderFactory"/> class
         /// with default options.
         /// </summary>
-        /// <seealso cref="ServiceProviderOptions.Default"/>
         public DefaultServiceProviderFactory() : this(ServiceProviderOptions.Default)
         {