Skip to content

Commit cfb84cf

Browse files
Upgraded to v16
1 parent 6ce1954 commit cfb84cf

File tree

5 files changed

+200
-246
lines changed

5 files changed

+200
-246
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PropertyGroup>
3535
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
3636
<EnablePackageValidation>false</EnablePackageValidation>
37-
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
37+
<PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion>
3838
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3939
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
4040
</PropertyGroup>

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
7-
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" />
8-
<GlobalPackageReference Include="Umbraco.Code" Version="2.2.0" />
7+
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" />
8+
<GlobalPackageReference Include="Umbraco.Code" Version="2.3.0" />
99
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1010
<GlobalPackageReference Include="Umbraco.JsonSchema.Extensions" Version="0.3.0" PrivateAssets="all" />
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageVersion Include="Umbraco.Commerce.Cms.Startup" Version="[15.0.0, 15.999.999)" />
14-
<PackageVersion Include="Umbraco.Commerce.Persistance.Sqlite" Version="[15.0.0, 15.999.999)" />
15-
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[15.0.1, 16)" />
13+
<PackageVersion Include="Umbraco.Commerce.Cms.Startup" Version="[16.0.0--rc1.preview.20, 16.999.999)" />
14+
<PackageVersion Include="Umbraco.Commerce.Persistance.Sqlite" Version="[16.0.0--rc1.preview.20, 16.999.999)" />
15+
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[16.0.0-rc1, 16.999.999)" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)