DiscordChatExporter/DiscordChatExporter.Cli/Internal/Pollyfills.cs
2020-12-27 19:42:21 +02:00

9 lines
177 B
C#

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