Skip to content

Commit

Permalink
web package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Jul 16, 2022
1 parent 107ae54 commit 3472278
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/Clip.Web/Clip.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Id>Clip.Umbraco.Web</Id>
<PackageId>Clip.Umbraco.Web</PackageId>
<Title>Clip.Umbraco.Web</Title>
<Description>The web bits - do not install this package directly, install Clip.Umbraco instead</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="10.0.0" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="10.0.0" />
Expand Down

0 comments on commit 3472278

Please sign in to comment.