Skip to content

Commit

Permalink
Updated the upper bound for the Umbraco dependencies to allow using t…
Browse files Browse the repository at this point in the history
…he package with Umbraco 12
  • Loading branch information
abjerner committed Jul 20, 2023
1 parent 995d545 commit 78bdf9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Limbo.Umbraco.YouTube/Limbo.Umbraco.YouTube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<PackageReference Include="Limbo.Umbraco.IconServiceFix" Version="1.0.0" />
<PackageReference Include="Limbo.Umbraco.Video" Version="2.0.5" />
<PackageReference Include="Skybrud.Social.Google.YouTube" Version="1.0.0" />
<PackageReference Include="Umbraco.Cms.Core" Version="[10.0.0,12.0)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.0.0,12.0)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.0.0,12.0)" />
<PackageReference Include="Umbraco.Cms.Core" Version="[10.0.0,12.999)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.0.0,12.999)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.0.0,12.999)" />
</ItemGroup>

<!-- Include package icon for NuGet -->
Expand Down

0 comments on commit 78bdf9d

Please sign in to comment.