Skip to content

Commit

Permalink
Bump FSharp.Core from 8.0.101 to 8.0.200 in /src (#1144)
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 8.0.101 to 8.0.200.
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2024
1 parent dbc3d24 commit 8a239dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/FSharpTests/FSharpTests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Xunit\Verify.Xunit.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
<PackageReference Update="FSharp.Core" Version="8.0.101" />
<PackageReference Update="FSharp.Core" Version="8.0.200" />
</ItemGroup>
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.props" />
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="10.1.0" />
<PackageReference Include="FSharp.Core" Version="8.0.101" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Expecto" Version="10.1.0" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
<PackageReference Update="FSharp.Core" Version="8.0.101" />
<PackageReference Update="FSharp.Core" Version="8.0.200" />
<ProjectReference Include="..\TargetLibrary\TargetLibrary.csproj" />
</ItemGroup>
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="10.1.0" />
<PackageReference Include="FSharp.Core" Version="8.0.101" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 8a239dd

Please sign in to comment.