Skip to content

Commit

Permalink
(cake-contrib/Cake.DotNetTool.Module#40) Only target one framework
Browse files Browse the repository at this point in the history
This is known issue with Cake, that will hopefully be addressed in the
future.
  • Loading branch information
gep13 authored and devlead committed Feb 27, 2021
1 parent 4ef86b7 commit 750cdeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net50;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 750cdeb

Please sign in to comment.