Skip to content

Commit ba12d60

Browse files
committed
Updated package and .NET version, CMS and Deploy dependencies to 15 previews.
1 parent 2424660 commit ba12d60

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

Directory.Build.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<Company>Umbraco HQ</Company>
66
<Authors>Umbraco</Authors>
77
<Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright>
@@ -27,8 +27,9 @@
2727
<!-- Package Validation -->
2828
<PropertyGroup>
2929
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
30-
<EnablePackageValidation>true</EnablePackageValidation>
31-
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
30+
<!-- TODO (V15): Re-enable when 15.0.0 is released. -->
31+
<EnablePackageValidation>false</EnablePackageValidation>
32+
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
3233
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3334
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
3435
</PropertyGroup>

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<ItemGroup>
88
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" />
99
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
10-
<GlobalPackageReference Include="Umbraco.Code" Version="2.1.0" />
10+
<GlobalPackageReference Include="Umbraco.Code" Version="2.2.0" />
1111
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1212
</ItemGroup>
1313
<!-- Umbraco packages -->
1414
<ItemGroup>
15-
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="[14.0.0, 15)" />
16-
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[14.1.0, 15)" />
15+
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="[15.0.0--rc1.preview.16.gdcd6f1f, 15)" />
16+
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[15.0.0--rc1.preview.9.g14f6ad3, 15)" />
1717
</ItemGroup>
1818
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ stages:
6161
displayName: Use .NET SDK from global.json
6262
inputs:
6363
useGlobalJson: true
64+
includePreviewVersions: true
6465

6566
# Cache and restore NuGet packages
6667
- task: Cache@2

global.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
4-
"rollForward": "latestFeature"
3+
"version": "9.0.100-rc.1.24452.12",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": true
56
}
6-
}
7+
}

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "14.2.0-alpha",
3+
"version": "15.0.0-rc1",
44
"assemblyVersion": {
55
"precision": "build"
66
},
@@ -22,4 +22,4 @@
2222
"tagName": "release-{version}",
2323
"branchName": "release/{version}"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)