12 lines
405 B
C#
12 lines
405 B
C#
// Copyright 2022 Valters Melnalksnis
|
|
// Licensed under the Apache License 2.0.
|
|
// See LICENSE file in the project root for full license information.
|
|
|
|
// ReSharper disable once CheckNamespace
|
|
namespace NodaTime;
|
|
|
|
[System.Obsolete("Proxy type for System.Text.Json to work around https://github.com/dotnet/runtime/issues/66679#issuecomment-1189027602")]
|
|
internal readonly struct YearMonthDayCalendar
|
|
{
|
|
}
|