Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into live #6621

Merged
merged 18 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f685ee0
Bump Microsoft.ML.TensorFlow
dependabot[bot] Jan 31, 2024
b58da67
Merge pull request #6612 from dotnet/dependabot/nuget/machine-learnin…
github-actions[bot] Jan 31, 2024
5d5bc93
Bump Microsoft.ML.SampleUtils
dependabot[bot] Jan 31, 2024
825dfc5
Merge pull request #6613 from dotnet/dependabot/nuget/machine-learnin…
github-actions[bot] Jan 31, 2024
1de64b6
Bump Octokit
dependabot[bot] Jan 31, 2024
1a82c70
Merge pull request #6614 from dotnet/dependabot/nuget/csharp/tutorial…
github-actions[bot] Jan 31, 2024
b73c07a
Bump Microsoft.ML.Recommender
dependabot[bot] Jan 31, 2024
6f8be5c
Merge pull request #6615 from dotnet/dependabot/nuget/machine-learnin…
github-actions[bot] Jan 31, 2024
c7aa64b
Bump Microsoft.ML.FastTree
dependabot[bot] Jan 31, 2024
9720396
Merge pull request #6616 from dotnet/dependabot/nuget/machine-learnin…
github-actions[bot] Jan 31, 2024
4020c4a
Bump Octokit
dependabot[bot] Jan 31, 2024
ec02c08
Merge pull request #6617 from dotnet/dependabot/nuget/csharp/tutorial…
github-actions[bot] Jan 31, 2024
35e3b00
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson
dependabot[bot] Jan 31, 2024
f7c6f44
Merge pull request #6618 from dotnet/dependabot/nuget/core/diagnostic…
github-actions[bot] Jan 31, 2024
cd32d40
Bump Microsoft.ML.TimeSeries
dependabot[bot] Jan 31, 2024
5f31dcc
Merge pull request #6619 from dotnet/dependabot/nuget/machine-learnin…
github-actions[bot] Jan 31, 2024
1e0255a
Bump Microsoft.ML.TensorFlow
dependabot[bot] Jan 31, 2024
e143384
Merge pull request #6620 from dotnet/dependabot/nuget/machine-learnin…
github-actions[bot] Jan 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="Octokit" Version="9.1.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="Octokit" Version="9.1.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.21.0" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.21.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.FastTree" Version="3.0.0" />
<PackageReference Include="Microsoft.ML.FastTree" Version="3.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.SampleUtils" Version="0.21.0" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="3.0.0" />
<PackageReference Include="Microsoft.ML.SampleUtils" Version="0.21.1" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="3.0.1" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="3.0.1" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="3.0.0" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="3.0.1" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" />
</ItemGroup>

Expand Down
Loading