refactor(CookieConsentSettings): update to be executed only on NET
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
namespace DigitalData.Core.Abstraction.Application.DTO
|
#if NET
|
||||||
{
|
namespace DigitalData.Core.Abstraction.Application.DTO;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents settings related to user cookie consent dialogs. Designed to be serialized into JSON format for use with JavaScript frontend libraries,
|
/// Represents settings related to user cookie consent dialogs. Designed to be serialized into JSON format for use with JavaScript frontend libraries,
|
||||||
/// such as the bootstrap-cookie-consent-settings at the GitHub repository: https://github.com/shaack/bootstrap-cookie-consent-settings
|
/// such as the bootstrap-cookie-consent-settings at the GitHub repository: https://github.com/shaack/bootstrap-cookie-consent-settings
|
||||||
@@ -71,4 +72,4 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public List<string>? Categories { get; set; }
|
public List<string>? Categories { get; set; }
|
||||||
}
|
}
|
||||||
}
|
#endif
|
||||||
Reference in New Issue
Block a user