Files
stevanfreeborn.secureconfig/src/StevanFreeborn.Extensions.Configuration.Secure.Sample/AppJsonContext.cs
T

8 lines
209 B
C#
Raw Normal View History

using System.Text.Json.Serialization;
namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
[JsonSerializable(typeof(ApiOptions))]
internal partial class AppJsonContext : JsonSerializerContext
{
}