Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
(GH-448) Don't restrict running on Cake 1.x (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored May 5, 2022
1 parent 31dc854 commit 934b053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Frosting.Issues.Reporting.Generic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For addin compatible with Cake Script Runners see Cake.Issues.Reporting.Generic.
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/releases/tag/1.0.0</releaseNotes>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Cake.Core" version="[1.0,2.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Core" version="1.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[1.0,2.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.Reporting" version="[1.0,2.0)" exclude="Build,Analyzers" />
<dependency id="Gazorator" version="0.5.2" exclude="Build,Analyzers" />
Expand Down

0 comments on commit 934b053

Please sign in to comment.