Updates JSON schema to reference latest Forms and Deploy. (#12106)

This commit is contained in:
Andy Butland
2022-03-08 16:33:43 +01:00
committed by GitHub
parent fff3e5e9d4
commit 215bf69cb0
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
using Umbraco.Cms.Core.Configuration;
using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Deploy.Core.Configuration.DebugConfiguration;
using Umbraco.Deploy.Core.Configuration.DeployConfiguration;
using Umbraco.Deploy.Core.Configuration.DeployProjectConfiguration;
using Umbraco.Forms.Core.Configuration;
@@ -127,6 +128,8 @@ namespace JsonSchema
public DeploySettings Settings { get; set; }
public DeployProjectConfig Project { get; set; }
public DebugSettings Debug { get; set; }
}
}
}

View File

@@ -10,8 +10,8 @@
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="NJsonSchema" Version="10.5.2" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
<PackageReference Include="Umbraco.Deploy.Core" Version="9.2.0" />
<PackageReference Include="Umbraco.Forms.Core" Version="9.2.0" />
<PackageReference Include="Umbraco.Deploy.Core" Version="9.3.0" />
<PackageReference Include="Umbraco.Forms.Core" Version="9.3.0" />
</ItemGroup>
<ItemGroup>