Skip to content

Commit 40f88f8

Browse files
committed
Updated for Deploy 13-rc1.
1 parent 8937250 commit 40f88f8

File tree

6 files changed

+1239
-843
lines changed

6 files changed

+1239
-843
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<Company>Umbraco HQ</Company>
55
<Authors>Umbraco</Authors>
66
<Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright>
@@ -36,9 +36,9 @@
3636
<!-- Package Validation -->
3737
<PropertyGroup>
3838
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
39-
<EnablePackageValidation>true</EnablePackageValidation>
40-
<!-- TODO (V12): When 12.0.0 is released, update the below to that version and remove all CompatibilitySuppressions.xml files. -->
41-
<PackageValidationBaselineVersion>11.0.1</PackageValidationBaselineVersion>
39+
<!-- TODO (V13): When 13.0.0 is released, update the below to true. -->
40+
<EnablePackageValidation>false</EnablePackageValidation>
41+
<PackageValidationBaselineVersion>13.0.0</PackageValidationBaselineVersion>
4242
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
4343
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
4444
</PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
15-
<PackageVersion Include="Umbraco.Cms.Tests" Version="[12.0.0, 13)" />
16-
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[12.0.0, 13)" />
15+
<PackageVersion Include="Umbraco.Cms.Tests" Version="[13.0.0-rc1, 14)" />
16+
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.0.0-rc1, 14)" />
1717
</ItemGroup>
1818
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.100",
3+
"version": "8.0.100-rc.2.23502.2",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)