File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 55 <RootNamespace >Microsoft.ML.Auto</RootNamespace >
66 </PropertyGroup >
77
8- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
9- <PlatformTarget >x64</PlatformTarget >
10- <NoWarn >1701;1702;0649;</NoWarn >
11- </PropertyGroup >
12-
13- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
14- <NoWarn >1701;1702;0649</NoWarn >
15- </PropertyGroup >
16-
178 <ItemGroup >
189 <PackageReference Include =" Microsoft.ML" Version =" 0.10.0" />
1910 <PackageReference Include =" Microsoft.ML.HalLearners" Version =" 0.10.0" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp2.1</TargetFramework >
66 </PropertyGroup >
77
8- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
9- <NoWarn >1701;1702;0649</NoWarn >
10- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11- </PropertyGroup >
12-
13- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
14- <NoWarn >1701;1702;;0649</NoWarn >
15- </PropertyGroup >
16-
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release-netfx|AnyCPU'" >
18- <NoWarn >1701;1702;;0649</NoWarn >
19- </PropertyGroup >
20-
218 <ItemGroup >
229 <ProjectReference Include =" ..\Microsoft.ML.Auto\Microsoft.ML.Auto.csproj" />
2310 </ItemGroup >
You can’t perform that action at this time.
0 commit comments