Skip to content

Commit

Permalink
(GH-33) Changes necessary for Cake 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Nov 23, 2023
1 parent 389c3ea commit e6f38e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source/Cake.SendGrid/Cake.SendGrid.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PlatformTarget>anycpu</PlatformTarget>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>Library</OutputType>
Expand All @@ -27,9 +27,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Email.Common" Version="2.0.0" />
<PackageReference Include="StrongGrid" Version="0.84.0" />
<PackageReference Include="Cake.Core" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Email.Common" Version="3.0.0" />
<PackageReference Include="StrongGrid" Version="0.102.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
</ItemGroup>

Expand Down
5 changes: 3 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"sdk": {
"version": "6.0.100",
"rollForward": "latestFeature"
"version": "8.0.100",
"rollForward": "patch",
"allowPrerelease": false
}
}

0 comments on commit e6f38e0

Please sign in to comment.