Skip to content

Commit

Permalink
Change the TFMs to meet recommendation for Cake 5.x.x
Browse files Browse the repository at this point in the history
Resolves #34
  • Loading branch information
Jericho committed Nov 17, 2024
1 parent 13976f2 commit 4cae368
Showing 1 changed file with 4 additions and 4 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;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<PlatformTarget>anycpu</PlatformTarget>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>Library</OutputType>
Expand All @@ -27,9 +27,9 @@
</PropertyGroup>

<ItemGroup>
<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="Cake.Core" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Email.Common" Version="4.0.1" />
<PackageReference Include="StrongGrid" Version="0.110.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 4cae368

Please sign in to comment.