Skip to content

Commit

Permalink
10.4.0-rc as minimum dep, as it include BlockGrid property editor (pa…
Browse files Browse the repository at this point in the history
…rity with 11)
  • Loading branch information
nathanwoulfe committed Jan 9, 2023
1 parent 12030c4 commit 30be499
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 122 deletions.
2 changes: 0 additions & 2 deletions src/Preflight/Executors/Implement/PluginExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using NPoco.fastJSON;
using Preflight.Extensions;
using Preflight.Models;
using Preflight.Models.Settings;
Expand Down
4 changes: 2 additions & 2 deletions src/Preflight/Preflight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<ItemGroup>
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.0.0, 11)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.0.0, 11)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.4.0-rc, 11)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.4.0-rc, 11)" />
</ItemGroup>

<Import Project="build\Microsoft.AspNetCore.ClientAssets.targets" />
Expand Down
Loading

0 comments on commit 30be499

Please sign in to comment.