Skip to content

Commit

Permalink
Bump the dotnet group (#43487)
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/machine-learning/tutorials/snippets/sales-anomaly-detection/csharp with 2 updates: [Microsoft.ML](https://github.com/dotnet/machinelearning) and [Microsoft.ML.TimeSeries](https://github.com/dotnet/machinelearning).


Updates `Microsoft.ML` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

Updates `Microsoft.ML` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

Updates `Microsoft.ML.TimeSeries` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

---
updated-dependencies:
- dependency-name: Microsoft.ML
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.ML
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.ML.TimeSeries
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent fc015b0 commit 99fb1c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="3.0.1" />
<PackageReference Include="Microsoft.ML" Version="4.0.0" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 99fb1c6

Please sign in to comment.