Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marisks committed Jun 6, 2022
2 parents 003a4fb + 961688d commit cfbbe31
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion sandbox/Alloy/AlloyMvcTemplates.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\dependencies.props" />
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="$(BuildBundlerMinifier)" />
<PackageReference Include="EPiServer.CMS" Version="$(CmsUIVersion)" />
<PackageReference Include="EPiServer.Hosting" Version="12.6.0" />
<PackageReference Include="Wangkanai.Detection" Version="2.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file modified sandbox/Alloy/modules/_protected/CMS/CMS.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified sandbox/Alloy/modules/_protected/Shell/Shell.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion sandbox/dependencies.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<CmsCoreVersion>12.0.3</CmsCoreVersion>
<CmsUIVersion>12.0.3</CmsUIVersion>
<CmsUIVersion>12.7.0</CmsUIVersion>
<TelemetryVersion>2.0.0</TelemetryVersion>
<CommerceCoreVersion>14.0.2-pre-021483</CommerceCoreVersion>
<CommerceTrackingeVersion>4.0.2-pre-021483</CommerceTrackingeVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EPiServer.CMS.AspNetCore.HtmlHelpers" Version="12.0.3" />
<PackageReference Include="EPiServer.CMS.AspNetCore.Migration" Version="12.0.0" />
<PackageReference Include="EPiServer.CMS.UI.Core" Version="12.0.3" />
<PackageReference Include="EPiServer.CMS.AspNetCore.HtmlHelpers" Version="12.6.0" />
<PackageReference Include="EPiServer.CMS.UI.Core" Version="12.7.0" />
<PackageReference Include="Geta.Net.Extensions" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit cfbbe31

Please sign in to comment.