File: StaticAssetsManifestJsonContext.cs
Web Access
Project: src\aspnetcore\src\StaticAssets\src\Microsoft.AspNetCore.StaticAssets.csproj (Microsoft.AspNetCore.StaticAssets)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Text.Json.Serialization;

namespace Microsoft.AspNetCore.StaticAssets;

[JsonSerializable(typeof(StaticAssetsManifest))]
internal partial class StaticAssetsManifestJsonContext : JsonSerializerContext
{
}