Skip to content

Commit fc9919f

Browse files
committed
[AutoML] step 2 of removing pinned nupkg versions (dotnet#3642)
1 parent fa8e14b commit fc9919f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pkg/Microsoft.ML.AutoML/Microsoft.ML.AutoML.nupkgproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<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" />
1212
</ItemGroup>
1313

1414
</Project>

pkg/mlnet/mlnet.nupkgproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
    <PackageReference Include="Microsoft.ApplicationInsights" Version="2.9.1" />
2020
    <PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
2121
<!-- 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" />
2525
  </ItemGroup>
2626

2727
  <Target Name="CreateManifestResourceNames" />

src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<MlDotNetPackageVersion>1.0.0*</MlDotNetPackageVersion>
13+
<MlDotNetPackageVersion>1.0.0</MlDotNetPackageVersion>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)