Skip to content

Commit

Permalink
Merge pull request #32 from yonatangross/renovate/microsoft.ml.recomm…
Browse files Browse the repository at this point in the history
…ender-0.x

Update dependency Microsoft.ML.Recommender to v0.17.5
  • Loading branch information
yonatangross authored Jun 6, 2021
2 parents 048eefe + 8a79741 commit b60c6f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="1.5.5" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.17.2" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.17.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GamingStore/GamingStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Microsoft.jQuery.Unobtrusive.Ajax" Version="3.2.6" />
<PackageReference Include="Microsoft.jQuery.Unobtrusive.Validation" Version="3.2.11" />
<PackageReference Include="Microsoft.ML" Version="1.5.5" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.17.2" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.17.5" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/LoggerService/LoggerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="1.5.5" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.17.2" />
<PackageReference Include="Microsoft.ML.Recommender" Version="0.17.5" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.5" />
</ItemGroup>
Expand Down

0 comments on commit b60c6f4

Please sign in to comment.