Remove unintented extra comment

This commit is contained in:
Dustin Campbell 2023-08-30 08:16:16 -07:00
Родитель 81397e4855
Коммит f653fade05
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -1,19 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
/* Unmerged change from project 'Microsoft.AspNetCore.Razor.ProjectEngineHost (net8.0)'
Before:
using Microsoft.AspNetCore.Razor.ProjectSystem;
After:
using Microsoft;
using Microsoft.AspNetCore.Razor;
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
using Microsoft.AspNetCore.Razor.ProjectSystem;
*/
using Microsoft.AspNetCore.Razor.ProjectSystem;
namespace Microsoft.AspNetCore.Razor.Serialization.Json.Converters;