File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Company >Umbraco HQ</Company >
6
6
<Authors >Umbraco</Authors >
7
7
<Copyright >Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright >
27
27
<!-- Package Validation -->
28
28
<PropertyGroup >
29
29
<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 >
32
33
<EnableStrictModeForCompatibleFrameworksInPackage >true</EnableStrictModeForCompatibleFrameworksInPackage >
33
34
<EnableStrictModeForCompatibleTfms >true</EnableStrictModeForCompatibleTfms >
34
35
</PropertyGroup >
Original file line number Diff line number Diff line change 7
7
<ItemGroup >
8
8
<GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.6.133" />
9
9
<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" />
11
11
<GlobalPackageReference Include =" Umbraco.GitVersioning.Extensions" Version =" 0.2.0" />
12
12
</ItemGroup >
13
13
<!-- Umbraco packages -->
14
14
<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)" />
17
17
</ItemGroup >
18
18
</Project >
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ stages:
61
61
displayName : Use .NET SDK from global.json
62
62
inputs :
63
63
useGlobalJson : true
64
+ includePreviewVersions : true
64
65
65
66
# Cache and restore NuGet packages
66
67
- task : Cache@2
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.100" ,
4
- "rollForward" : " latestFeature"
3
+ "version" : " 9.0.100-rc.1.24452.12" ,
4
+ "rollForward" : " latestFeature" ,
5
+ "allowPrerelease" : true
5
6
}
6
- }
7
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"$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 " ,
4
4
"assemblyVersion" : {
5
5
"precision" : " build"
6
6
},
22
22
"tagName" : " release-{version}" ,
23
23
"branchName" : " release/{version}"
24
24
}
25
- }
25
+ }
You can’t perform that action at this time.
0 commit comments