Skip to content

Commit 682bf7e

Browse files
Compile against v10 / .net6
1 parent f43659e commit 682bf7e

File tree

5 files changed

+480
-485
lines changed

5 files changed

+480
-485
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<Company>Umbraco HQ</Company>
55
<Authors>Umbraco</Authors>
66
<Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright>
@@ -33,7 +33,7 @@
3333
<!-- Package validation -->
3434
<PropertyGroup>
3535
<EnablePackageValidation>false</EnablePackageValidation>
36-
<PackageValidationBaselineVersion>12.0.0</PackageValidationBaselineVersion>
36+
<PackageValidationBaselineVersion>10.0.0</PackageValidationBaselineVersion>
3737
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3838
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
3939
</PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GlobalPackageReference Include="Umbraco.JsonSchema.Extensions" Version="0.3.0" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageVersion Include="Umbraco.Commerce.Cms.Startup" Version="[12.0.0-rc1, 13)" />
15-
<PackageVersion Include="Umbraco.Cms.Web.Website" Version="[12.0.0-rc2, 13)" />
14+
<PackageVersion Include="Umbraco.Commerce.Cms.Startup" Version="[10.0.0--rc1.preview.7, 13)" />
15+
<PackageVersion Include="Umbraco.Cms.Web.Website" Version="[10.0.0, 12)" />
1616
</ItemGroup>
1717
</Project>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ With Umbraco Commerce Checkout you can quickly and easily add a ready made, them
1515
To get started with the Umbraco Commerce demo store you will need:
1616

1717
* Visual Studio 2019 (15.9.7+)
18-
* .NET 7.0 SDK or newer
19-
* Umbraco 11.0.0 or newer
20-
* Umbraco Commerce 12.0.0 or newer
18+
* .NET 6.0 SDK
19+
* Umbraco 10.0.0
20+
* Umbraco Commerce 10.0.0
2121

2222

2323
## Raising an Issue
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exports.outputPath = '../obj/Debug/net7.0/clientassets'
1+
exports.outputPath = '../obj/Debug/net6.0/clientassets'

0 commit comments

Comments
 (0)