Skip to content

Commit dc7498f

Browse files
Merge branch 'release/17.0.0'
# Conflicts: # .github/workflows/dependency-track.yml
2 parents 952b1fc + 2a22351 commit dc7498f

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

.github/workflows/dependency-track.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
sbom:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Welcome to the Umbraco Commerce Demo Store, an example webstore setup using Umbraco Commerce in [Umbraco](https://umbraco.com).
44

55
![Screenshot](assets/screenshot.png)
6-
6+
77
## About this Demo
88

99
In this demo you will find a fully configured basic webstore using Umbraco Commerce on Umbraco. The store is based around a fictitious tea retailer called Blendid which lists a variety of teas from multiple companies and also displays them in categories. Where products have multiple pricing options, variant nodes are used to provide buying options for those particular product choices.
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<EnablePackageValidation>false</EnablePackageValidation>
55
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
66
<ImplicitUsings>enable</ImplicitUsings>
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Flurl.Http" Version="4.0.2" />
12-
<PackageReference Include="Umbraco.Cms" Version="16.0.0" />
13-
<PackageReference Include="Umbraco.Commerce" Version="16.1.0" />
12+
<PackageReference Include="Umbraco.Cms" Version="17.0.0" />
13+
<PackageReference Include="Umbraco.Commerce" Version="17.0.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>
@@ -23,9 +23,6 @@
2323
</PropertyGroup>
2424

2525
<PropertyGroup>
26-
<!-- Remove RazorCompileOnBuild and RazorCompileOnPublish when not using ModelsMode InMemoryAuto -->
27-
<RazorCompileOnBuild>false</RazorCompileOnBuild>
28-
<RazorCompileOnPublish>false</RazorCompileOnPublish>
2926
<UserSecretsId>860d1774-797c-4384-8da4-362572cae7ed</UserSecretsId>
3027
</PropertyGroup>
3128
</Project>
Binary file not shown.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<EnablePackageValidation>false</EnablePackageValidation>
66
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Umbraco.Cms.Web.Website" Version="16.0.0" />
13-
<PackageReference Include="Umbraco.Cms.Api.Delivery" Version="16.0.0" />
14-
<PackageReference Include="Umbraco.Commerce.Cms.Startup" Version="16.1.0" />
15-
<PackageReference Include="Umbraco.Commerce.Cms.Web.Api.Storefront" Version="16.1.0" />
16-
<PackageReference Include="Umbraco.Commerce.Persistence.Sqlite" Version="16.1.0" />
12+
<PackageReference Include="Umbraco.Cms.Web.Website" Version="17.0.0" />
13+
<PackageReference Include="Umbraco.Cms.Api.Delivery" Version="17.0.0" />
14+
<PackageReference Include="Umbraco.Commerce.Cms.Startup" Version="17.0.0" />
15+
<PackageReference Include="Umbraco.Commerce.Cms.Web.Api.Storefront" Version="17.0.0" />
16+
<PackageReference Include="Umbraco.Commerce.Persistence.Sqlite" Version="17.0.0" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)