We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed6d26 commit 924356bCopy full SHA for 924356b
src/ReportGenerator.Core/Licensing/LicenseValidator.cs
@@ -28,6 +28,7 @@ internal static class LicenseValidator
28
/// </summary>
29
private static readonly Dictionary<Guid, DateTime> LockedLicences = new Dictionary<Guid, DateTime>()
30
{
31
+ { Guid.Parse("3aa02577-3966-4c4b-a24a-9c490b0e7a71"), DateTime.MinValue },
32
{ Guid.Parse("f7b8b8c5-811e-4b3d-92cf-f14a239ddca9"), DateTime.MinValue },
33
{ Guid.Parse("c05081c1-2ced-4bfd-8cb8-3cf23094369f"), DateTime.MinValue },
34
{ Guid.Parse("45404029-3119-4cc2-9e7c-aa9207673b15"), DateTime.MinValue },
0 commit comments