Skip to content

Commit 8ec2fd5

Browse files
committed
update for code review
1 parent fb536fd commit 8ec2fd5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

test/Microsoft.ML.FSharp.Tests/Microsoft.ML.FSharp.Tests.fsproj

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
5-
<NoWarn>2003;$(NoWarn)</NoWarn>
65
<TargetFrameworks Condition="'$(OS)' != 'Unix'">$(TargetFrameworks); net461</TargetFrameworks>
6+
<NoWarn>2003;$(NoWarn)</NoWarn>
77
<PublicSign>false</PublicSign>
8+
<SourceLink></SourceLink>
89
</PropertyGroup>
910

1011
<ItemGroup>
1112
<Compile Include="SmokeTests.fs" />
1213
</ItemGroup>
1314

1415
<ItemGroup>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
16-
<PackageReference Include="xunit" Version="2.3.1" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
18-
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
1916
<!-- Future updates to this test will check use with F# type providers, so -->
2017
<!-- leaving this here for now. -->
2118
<!-- <PackageReference Include="FSharp.Data" Version="3.0.0-beta4" /> -->

test/run-tests.proj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<ItemGroup>
55
<Project Include="$(MSBuildThisFileDirectory)**\*.csproj" />
6+
<Project Include="$(MSBuildThisFileDirectory)**\*.fsproj" />
67
</ItemGroup>
78

89
<Target Name="RunTests">

0 commit comments

Comments
 (0)