Skip to content

Commit

Permalink
Added upper bound for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Feb 17, 2023
1 parent 113eed0 commit 0caf3d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<!-- Include NuGet dependencies -->
<ItemGroup>
<PackageReference Include="Skybrud.Umbraco.GridData" Version="5.0.0" />
<PackageReference Include="Our.Umbraco.DocTypeGridEditor" Exclude="contentFiles" Version="10.0.1" />
<PackageReference Include="Umbraco.Cms.Core" Version="10.0.0" />
<PackageReference Include="Skybrud.Umbraco.GridData" Version="[5.0.0,6.0)" />
<PackageReference Include="Our.Umbraco.DocTypeGridEditor" Exclude="contentFiles" Version="[10.0.1,11.0)" />
<PackageReference Include="Umbraco.Cms.Core" Version="[10.0.0,12.0)" />
</ItemGroup>

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

0 comments on commit 0caf3d4

Please sign in to comment.