Skip to content

Commit

Permalink
Bump FSharp.Core from 4.7.2 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and atruskie committed Oct 21, 2020
1 parent 6a2cdc5 commit f7d6e8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AED/AED.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Deterministic>true</Deterministic>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.7.2" />
<PackageReference Include="FSharp.Core" Version="5.0.0" />
<PackageReference Include="MathNet.Numerics.FSharp" Version="4.12.0" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-unstable0058" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Acoustics.Shared.FSharp/Acoustics.Shared.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Accord" Version="3.8.2-alpha" />
<PackageReference Include="Accord.Math" Version="3.8.2-alpha" />
<PackageReference Include="Accord.Statistics" Version="3.8.2-alpha" />
<PackageReference Include="FSharp.Core" Version="4.7.2" />
<PackageReference Include="FSharp.Core" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
2 changes: 1 addition & 1 deletion tests/AED.Test/AED.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="FSharp.Core" Version="4.7.2" />
<PackageReference Include="FSharp.Core" Version="5.0.0" />
<PackageReference Include="FsCheck" Version="3.0.0-alpha4" />
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-alpha4" />
<PackageReference Include="FsUnit.xUnit" Version="4.0.1" />
Expand Down

0 comments on commit f7d6e8a

Please sign in to comment.