Skip to content

Commit 563c058

Browse files
committed
Updates to an RCL.
1 parent 68929a8 commit 563c058

File tree

2 files changed

+11
-38
lines changed

2 files changed

+11
-38
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4+
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
5+
<EnableDefaultContentItems>false</EnableDefaultContentItems>
46
<TargetFramework>net6.0</TargetFramework>
57
<ImplicitUsings>enable</ImplicitUsings>
68
<Nullable>enable</Nullable>
79
</PropertyGroup>
810

911
<ItemGroup>
10-
<Content Include="Views\Partials\UmbracoCms.Integrations\Scripts\Cookiebot\**\*.*">
11-
<Pack>true</Pack>
12-
<PackagePath>Views\Partials\UmbracoCms.Integrations\Scripts\Cookiebot\</PackagePath>
13-
</Content>
14-
<None Include="build\**\*.*">
15-
<Pack>True</Pack>
16-
<PackagePath>buildTransitive</PackagePath>
17-
</None>
12+
<PackageReference Include="Umbraco.Cms.Web.Website" Version="10.0.0" />
1813
</ItemGroup>
1914

15+
<ItemGroup>
16+
<SupportedPlatform Include="browser" />
17+
</ItemGroup>
18+
19+
<ItemGroup>
20+
<Content Include="Views\**" />
21+
</ItemGroup>
2022

2123
</Project>

src/Umbraco.Cms.Integrations.Script.Cookiebot/build/Umbraco.Cms.Integrations.Script.Cookiebot.targets

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)