Skip to content

Commit

Permalink
Bump MasterOfFoo minimal version so that NuGet algorithm of resolving…
Browse files Browse the repository at this point in the history
… lowest version is happy
  • Loading branch information
vbfox committed Apr 17, 2021
1 parent af082d6 commit 004a125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New in 1.0.5

* Bump MasterOfFoo minimal version so that NuGet algorithm of resolving lowest version is happy

### New in 1.0.4

* Make dependency ranges less strict (For `FSharp.Core` 6.x)
Expand Down
2 changes: 1 addition & 1 deletion src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net45'" />
<PackageReference Include="FSharp.Core" Version="4.2.3" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="BlackFox.MasterOfFoo" Version="[1.0.2,2.0.0)" />
<PackageReference Include="BlackFox.MasterOfFoo" Version="[1.0.6,2.0.0)" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>

0 comments on commit 004a125

Please sign in to comment.