File: BootExtensionJsonData.cs | Web Access |
Project: ..\..\..\src\BlazorWasmSdk\Tasks\Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.csproj (Microsoft.NET.Sdk.BlazorWebAssembly.Tasks) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable disable namespace Microsoft.NET.Sdk.BlazorWebAssembly { public class BootExtensionJsonData { #pragma warning disable IDE1006 // Naming Styles #pragma warning restore IDE1006 // Naming Styles } } |