Skip to content

Commit 976437a

Browse files
committed
Removed accidental comit
1 parent 857b721 commit 976437a

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/Umbraco.Cms.Integrations.Commerce.Shopify.csproj

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net8.0</TargetFrameworks>
3+
<TargetFrameworks>net472;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
44
</PropertyGroup>
55

66
<PropertyGroup>
@@ -18,46 +18,6 @@
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
</PropertyGroup>
2020

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-
6121
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
6222
<PackageReference Include="UmbracoCms.Web" version="8.5.4" />
6323
</ItemGroup>
@@ -76,12 +36,12 @@
7636
<PackageReference Include="Umbraco.Cms.Web.Website" version="[11.0.0,13)" />
7737
<PackageReference Include="Umbraco.Cms.Web.BackOffice" version="[11.0.0,13)" />
7838
</ItemGroup>
79-
39+
8040
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
8141
<PackageReference Include="Umbraco.Cms.Web.Website" version="[13.0.0,14)" />
8242
<PackageReference Include="Umbraco.Cms.Web.BackOffice" version="[13.0.0,14)" />
8343
</ItemGroup>
84-
44+
8545
<ItemGroup>
8646
<Content Include="App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\**\*.*">
8747
<Pack>true</Pack>

0 commit comments

Comments
 (0)