Skip to content

Commit 81cb676

Browse files
Upgraded to v0.3 of ML.NET or any version specified with $(MicrosoftMLVersion) at the Directory.Build.props file
1 parent 1ecee62 commit 81cb676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/examples/Reggression_BikeSharingDemands/BikeSharingDemand/BikeSharingDemand.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ML" Version="0.2.0" />
9+
<PackageReference Include="Microsoft.ML" Version="$(MicrosoftMLVersion)" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)