Skip to content

Commit

Permalink
Bump Fake.IO.FileSystem and Fake.Core.Environment
Browse files Browse the repository at this point in the history
Bumps [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) and [Fake.Core.Environment](https://github.com/fsprojects/Fake). These dependencies needed to be updated together.

Updates `Fake.IO.FileSystem` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.0...6.1.1)

Updates `Fake.Core.Environment` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.0...6.1.1)

---
updated-dependencies:
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Fake.Core.Environment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent caf21c9 commit 5c84022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<PackageReference Include="Bullseye" Version="5.0.0" />
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Managed\OpenSearch.OpenSearch.Managed.csproj" />

<PackageReference Include="Fake.Core.Environment" Version="6.1.0" />
<PackageReference Include="Fake.Core.Environment" Version="6.1.1" />
<PackageReference Include="Fake.Core.SemVer" Version="6.1.1" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.1.0" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.1.1" />
<PackageReference Include="Fake.IO.Zip" Version="6.1.0" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.0" />

Expand Down

0 comments on commit 5c84022

Please sign in to comment.