Skip to content

Commit

Permalink
(build) Disable reporting of missing .NET 4.6.1 framework
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Mar 26, 2021
1 parent a748d50 commit ce50292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Cake.Transifex/Cake.Transifex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Supports Cake $(CakeVersion)+
<Title>$(AssemblyTitle)</Title>
</PropertyGroup>

<ItemGroup>
<CakeContribGuidelinesOmitTargetFramework Include="net461" />
</ItemGroup>

<!-- Package References only for this project -->
<ItemGroup>
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.3">
Expand Down

0 comments on commit ce50292

Please sign in to comment.