File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 5
5
<RootNamespace >Microsoft.ML.Auto</RootNamespace >
6
6
</PropertyGroup >
7
7
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
-
17
8
<ItemGroup >
18
9
<PackageReference Include =" Microsoft.ML" Version =" 0.10.0" />
19
10
<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" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp2.1</TargetFramework >
6
6
</PropertyGroup >
7
7
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
-
21
8
<ItemGroup >
22
9
<ProjectReference Include =" ..\Microsoft.ML.Auto\Microsoft.ML.Auto.csproj" />
23
10
</ItemGroup >
You can’t perform that action at this time.
0 commit comments