Skip to content

Commit

Permalink
Fixed MicrosoftMLPreviewVersion NuGet packages issue in AutoML samples
Browse files Browse the repository at this point in the history
  • Loading branch information
CESARDELATORRE committed Oct 30, 2019
1 parent 7b6303a commit 65eeab7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML.AutoML" Version="MicrosoftMLPreviewVersion" />
<PackageReference Include="Microsoft.ML.AutoML" Version="$(MicrosoftMLPreviewVersion)" />
<PackageReference Include="PLplot" Version="5.13.7" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.ML.AutoML" Version="MicrosoftMLPreviewVersion" />
<PackageReference Include="Microsoft.ML.AutoML" Version="$(MicrosoftMLPreviewVersion)" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.ML.AutoML" Version="MicrosoftMLPreviewVersion" />
<PackageReference Include="Microsoft.ML.AutoML" Version="$(MicrosoftMLPreviewVersion)" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.ML.AutoML" Version="MicrosoftMLPreviewVersion" />
<PackageReference Include="Microsoft.ML.AutoML" Version="$(MicrosoftMLPreviewVersion)" />
<PackageReference Include="PLplot" Version="5.13.7" />
</ItemGroup>

Expand Down

0 comments on commit 65eeab7

Please sign in to comment.