Skip to content

Commit 97d9df6

Browse files
Bump the dataplant group across 1 directory with 3 updates
Bumps the dataplant group with 3 updates in the / directory: [ARCtrl.Core](https://github.com/nfdi4plants/ARCtrl), [FSharp.Core](https://github.com/dotnet/fsharp) and [ControlledVocabulary](https://github.com/nfdi4plants/ArcGraphModel). Updates `ARCtrl.Core` from 2.0.1 to 2.5.1 - [Release notes](https://github.com/nfdi4plants/ARCtrl/releases) - [Changelog](https://github.com/nfdi4plants/ARCtrl/blob/main/RELEASE_NOTES.md) - [Commits](nfdi4plants/ARCtrl@2.0.1...2.5.1) Updates `FSharp.Core` from 8.0.403 to 8.0.300 - [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) Updates `ControlledVocabulary` from 1.0.0 to 1.2.0 - [Release notes](https://github.com/nfdi4plants/ArcGraphModel/releases) - [Changelog](https://github.com/nfdi4plants/ARCTokenization/blob/main/RELEASE_NOTES.md) - [Commits](nfdi4plants/ARCTokenization@1.0.0...1.2.0) Updates `FSharp.Core` from 8.0.403 to 8.0.100 - [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: ARCtrl.Core dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dataplant - dependency-name: FSharp.Core dependency-version: 8.0.300 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dataplant - dependency-name: ControlledVocabulary dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dataplant - dependency-name: FSharp.Core dependency-version: 8.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dataplant ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4d43dd commit 97d9df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/OBO.NET/OBO.NET.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -37,8 +37,8 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="ARCtrl.Core" Version="2.0.1" />
41-
<PackageReference Include="ControlledVocabulary" Version="1.0.0" />
40+
<PackageReference Include="ARCtrl.Core" Version="2.5.1" />
41+
<PackageReference Include="ControlledVocabulary" Version="1.2.0" />
4242
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="[1.1.1]" PrivateAssets="All" />
4343
<PackageReference Include="FSharpAux" Version="[2.0.0]" />
4444
</ItemGroup>

0 commit comments

Comments
 (0)