Skip to content

Commit

Permalink
Updated to 1.5 (dotnet#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisquintanilla authored Jun 11, 2020
1 parent 4cb2cb1 commit 43f7a46
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="Microsoft.ML" Version="1.5.0" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.3.0" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 43f7a46

Please sign in to comment.