File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) Umbraco.
1
+ // Copyright (c) Umbraco.
2
2
// See LICENSE for more details.
3
3
4
4
using Umbraco . Cms . Core . Configuration . Models ;
5
+ using Umbraco . Deploy . Core . Configuration . DeployConfiguration ;
6
+ using Umbraco . Deploy . Core . Configuration . DeployProjectConfiguration ;
5
7
using Umbraco . Forms . Core . Configuration ;
6
8
using SecuritySettings = Umbraco . Cms . Core . Configuration . Models . SecuritySettings ;
7
9
@@ -82,6 +84,7 @@ public class CmsDefinition
82
84
public BasicAuthSettings BasicAuth { get ; set ; }
83
85
84
86
public PackageMigrationSettings PackageMigration { get ; set ; }
87
+
85
88
public LegacyPasswordMigrationSettings LegacyPasswordMigration { get ; set ; }
86
89
}
87
90
@@ -116,6 +119,9 @@ public class FieldTypesDefinition
116
119
/// </summary>
117
120
public class DeployDefinition
118
121
{
122
+ public DeploySettings Settings { get ; set ; }
123
+
124
+ public DeployProjectConfig Project { get ; set ; }
119
125
}
120
126
}
121
127
}
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" CommandLineParser" Version =" 2.8.0" />
11
11
<PackageReference Include =" NJsonSchema" Version =" 10.5.2" />
12
12
<PackageReference Include =" System.Xml.XPath.XmlDocument" Version =" 4.3.0" />
13
- <PackageReference Include =" Umbraco.Forms.Core" Version =" 9.0.1" />
13
+ <PackageReference Include =" Umbraco.Deploy.Core" Version =" 9.2.0" />
14
+ <PackageReference Include =" Umbraco.Forms.Core" Version =" 9.2.0" />
14
15
</ItemGroup >
15
16
16
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments