Skip to content

Commit 215bf69

Browse files
authored
Updates JSON schema to reference latest Forms and Deploy. (#12106)
1 parent fff3e5e commit 215bf69

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/JsonSchema/AppSettings.cs

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using Umbraco.Cms.Core.Configuration;
55
using Umbraco.Cms.Core.Configuration.Models;
6+
using Umbraco.Deploy.Core.Configuration.DebugConfiguration;
67
using Umbraco.Deploy.Core.Configuration.DeployConfiguration;
78
using Umbraco.Deploy.Core.Configuration.DeployProjectConfiguration;
89
using Umbraco.Forms.Core.Configuration;
@@ -127,6 +128,8 @@ public class DeployDefinition
127128
public DeploySettings Settings { get; set; }
128129

129130
public DeployProjectConfig Project { get; set; }
131+
132+
public DebugSettings Debug { get; set; }
130133
}
131134
}
132135
}

src/JsonSchema/JsonSchema.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<PackageReference Include="CommandLineParser" Version="2.8.0" />
1111
<PackageReference Include="NJsonSchema" Version="10.5.2" />
1212
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
13-
<PackageReference Include="Umbraco.Deploy.Core" Version="9.2.0" />
14-
<PackageReference Include="Umbraco.Forms.Core" Version="9.2.0" />
13+
<PackageReference Include="Umbraco.Deploy.Core" Version="9.3.0" />
14+
<PackageReference Include="Umbraco.Forms.Core" Version="9.3.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)