Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Aug 16, 2019
1 parent ca783fb commit a847f05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestNamespace.Model\TestNamespace.Model.csproj" />
<ProjectReference Include="..\MyNamespace.Model\MyNamespace.Model.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="1.3.1" />
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.3.1" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MyNamespace.Model\MyNamespace.Model.csproj" />
</ItemGroup>
</Project>

0 comments on commit a847f05

Please sign in to comment.