Files
DiscordChatExporter/DiscordChatExporter.Cli/Utils/Pollyfills.cs
2021-02-22 03:15:22 +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
{
}
}