Skip to content

Commit

Permalink
V13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
madsoulswe authored Jan 9, 2024
2 parents ab889b6 + a54d62b commit ec0149f
Show file tree
Hide file tree
Showing 32 changed files with 1,251 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net472;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Description>Our.Umbraco.Honeypot.Core</Description>
<Copyright>Björnmamman AB Sverige</Copyright>
<PackageProjectUrl>https://bjornmamman.se/</PackageProjectUrl>
Expand Down Expand Up @@ -56,5 +56,10 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Umbraco.Cms.Core" Version="[13.0.0,15.0.0)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="12.2.0" />
<PackageReference Include="Umbraco.Cms" Version="12.3.6" />
</ItemGroup>

<ItemGroup>
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9" />
<PackageReference Include="Umbraco.Forms" Version="12.1.1" />
<PackageReference Include="Umbraco.Forms" Version="12.2.1" />
<ProjectReference Include="..\Our.Umbraco.Honeypot\Our.Umbraco.Honeypot.csproj" />
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="68.2.0.9" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))" />
</ItemGroup>
Expand Down
Binary file not shown.
Loading

0 comments on commit ec0149f

Please sign in to comment.