File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup>
7
7
8
8
<ItemGroup>
9
- <PackageReference Include="Microsoft.ML" Version="1.0.0-preview " />
10
- <PackageReference Include="Microsoft.ML.LightGBM" Version="1.0.0-preview " />
11
- <PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.0.0-preview " />
9
+ <PackageReference Include="Microsoft.ML" Version="1.0.0" />
10
+ <PackageReference Include="Microsoft.ML.LightGBM" Version="1.0.0" />
11
+ <PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.0.0" />
12
12
</ItemGroup>
13
13
14
14
</Project>
Original file line number Diff line number Diff line change 19
19
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.9.1" />
20
20
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
21
21
<!-- references from AutoML -->
22
- <PackageReference Include="Microsoft.ML" Version="1.0.0-preview " />
23
- <PackageReference Include="Microsoft.ML.LightGBM" Version="1.0.0-preview " />
24
- <PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.0.0-preview " />
22
+ <PackageReference Include="Microsoft.ML" Version="1.0.0" />
23
+ <PackageReference Include="Microsoft.ML.LightGBM" Version="1.0.0" />
24
+ <PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.0.0" />
25
25
</ItemGroup>
26
26
27
27
<Target Name="CreateManifestResourceNames" />
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
13
- <MlDotNetPackageVersion >1.0.0* </MlDotNetPackageVersion >
13
+ <MlDotNetPackageVersion >1.0.0</MlDotNetPackageVersion >
14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments