Skip to content

Commit

Permalink
(cake-buildGH-3081) Add netcoreapp3.1 target to Cake
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Feb 13, 2021
1 parent 57e7163 commit 82861df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake/Cake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>Cake</AssemblyName>
<OutputType>Exe</OutputType>
<PlatformTarget>AnyCpu</PlatformTarget>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0;netcoreapp3.1;net5.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition=" '$(PackAsTool)' != 'true'">
Expand All @@ -16,7 +16,7 @@
<PropertyGroup Condition=" '$(PackAsTool)' == 'true'">
<PackageId>Cake.Tool</PackageId>
<ToolCommandName>dotnet-cake</ToolCommandName>
<PackageDescription>The Cake .NET Core Global Tool.</PackageDescription>
<PackageDescription>The Cake .NET Tool.</PackageDescription>
</PropertyGroup>

<!-- Project references -->
Expand Down

0 comments on commit 82861df

Please sign in to comment.