|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 |
| - <TargetFrameworks>net8.0</TargetFrameworks> |
| 3 | + <TargetFrameworks>net472;net5.0;net6.0;net7.0;net8.0</TargetFrameworks> |
4 | 4 | </PropertyGroup>
|
5 | 5 |
|
6 | 6 | <PropertyGroup>
|
|
18 | 18 | <PackageReadmeFile>readme.md</PackageReadmeFile>
|
19 | 19 | </PropertyGroup>
|
20 | 20 |
|
21 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'"> |
22 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
23 |
| - </PropertyGroup> |
24 |
| - |
25 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0|AnyCPU'"> |
26 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
27 |
| - </PropertyGroup> |
28 |
| - |
29 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'"> |
30 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
31 |
| - </PropertyGroup> |
32 |
| - |
33 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0|AnyCPU'"> |
34 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
35 |
| - </PropertyGroup> |
36 |
| - |
37 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'"> |
38 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
39 |
| - </PropertyGroup> |
40 |
| - |
41 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'"> |
42 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
43 |
| - </PropertyGroup> |
44 |
| - |
45 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net5.0|AnyCPU'"> |
46 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
47 |
| - </PropertyGroup> |
48 |
| - |
49 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'"> |
50 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
51 |
| - </PropertyGroup> |
52 |
| - |
53 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0|AnyCPU'"> |
54 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
55 |
| - </PropertyGroup> |
56 |
| - |
57 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'"> |
58 |
| - <DefineConstants>$(DefineConstants);NETCOREAPP</DefineConstants> |
59 |
| - </PropertyGroup> |
60 |
| - |
61 | 21 | <ItemGroup Condition="'$(TargetFramework)' == 'net472'">
|
62 | 22 | <PackageReference Include="UmbracoCms.Web" version="8.5.4" />
|
63 | 23 | </ItemGroup>
|
|
76 | 36 | <PackageReference Include="Umbraco.Cms.Web.Website" version="[11.0.0,13)" />
|
77 | 37 | <PackageReference Include="Umbraco.Cms.Web.BackOffice" version="[11.0.0,13)" />
|
78 | 38 | </ItemGroup>
|
79 |
| - |
| 39 | + |
80 | 40 | <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
81 | 41 | <PackageReference Include="Umbraco.Cms.Web.Website" version="[13.0.0,14)" />
|
82 | 42 | <PackageReference Include="Umbraco.Cms.Web.BackOffice" version="[13.0.0,14)" />
|
83 | 43 | </ItemGroup>
|
84 |
| - |
| 44 | + |
85 | 45 | <ItemGroup>
|
86 | 46 | <Content Include="App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\**\*.*">
|
87 | 47 | <Pack>true</Pack>
|
|
0 commit comments