diff --git a/Src/VTEX.API/VTEX.API.csproj b/Src/VTEX.API/VTEX.API.csproj index 93c712d..46b44de 100644 --- a/Src/VTEX.API/VTEX.API.csproj +++ b/Src/VTEX.API/VTEX.API.csproj @@ -6,7 +6,7 @@ - + diff --git a/Src/VTEX.Core/VTEX.Core.csproj b/Src/VTEX.Core/VTEX.Core.csproj index a5fbe4b..f6d0a21 100644 --- a/Src/VTEX.Core/VTEX.Core.csproj +++ b/Src/VTEX.Core/VTEX.Core.csproj @@ -6,7 +6,7 @@ - + diff --git a/Src/VTEX.Health/VTEX.Health.csproj b/Src/VTEX.Health/VTEX.Health.csproj index fe7eecd..6b134c7 100644 --- a/Src/VTEX.Health/VTEX.Health.csproj +++ b/Src/VTEX.Health/VTEX.Health.csproj @@ -20,9 +20,9 @@ - - - + + + diff --git a/Src/VTEX/Transport/Marketplace.cs b/Src/VTEX/Transport/Marketplace.cs index 54eb913..f838ae3 100644 --- a/Src/VTEX/Transport/Marketplace.cs +++ b/Src/VTEX/Transport/Marketplace.cs @@ -43,7 +43,7 @@ public sealed class Marketplace /// true if this instance is certified; otherwise, false. /// [JsonProperty("isCertified")] - public bool IsCertified { get; set; } + public bool? IsCertified { get; set; } } } diff --git a/Src/VTEX/VTEX.csproj b/Src/VTEX/VTEX.csproj index 40fc109..7f89264 100644 --- a/Src/VTEX/VTEX.csproj +++ b/Src/VTEX/VTEX.csproj @@ -21,8 +21,8 @@ - - + + diff --git a/Tests/VTEX.Tests/VTEX.Tests.csproj b/Tests/VTEX.Tests/VTEX.Tests.csproj index 0c9fdc3..46ba9e3 100644 --- a/Tests/VTEX.Tests/VTEX.Tests.csproj +++ b/Tests/VTEX.Tests/VTEX.Tests.csproj @@ -8,12 +8,12 @@ - + runtime; build; native; contentfiles; analyzers all - - + +