removes partial keyword

This commit is contained in:
Shannon
2020-12-23 12:11:38 +11:00
parent e62edc7bef
commit 696dd0b8dc
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ namespace Umbraco.Web.Common.DependencyInjection
/// <summary>
/// Extension methods for <see cref="IUmbracoBuilder"/> for the common Umbraco functionality
/// </summary>
public static partial class UmbracoBuilderExtensions
public static class UmbracoBuilderExtensions
{
public static IUmbracoBuilder AddUmbraco(
this IServiceCollection services,