DiscordChatExporter/DiscordChatExporter.Cli.Tests/Utils/Pollyfills.cs
2021-09-08 01:18:35 +03:00

9 lines
177 B
C#

// ReSharper disable CheckNamespace
// TODO: remove after moving to .NET 5
namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit
{
}
}