Skip to content

Commit

Permalink
Use .NET 6.0 SDK to build this project and also target net6.0
Browse files Browse the repository at this point in the history
Resolves #10
  • Loading branch information
Jericho committed Dec 2, 2021
1 parent 061d0d2 commit f77ad79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Cake.Email.Common/Cake.Email.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>anycpu</PlatformTarget>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>Library</OutputType>
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit f77ad79

Please sign in to comment.