File tree 2 files changed +3
-5
lines changed
Microsoft.ML.FSharp.Tests
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp2.0</TargetFrameworks >
5
- <NoWarn >2003;$(NoWarn)</NoWarn >
6
5
<TargetFrameworks Condition =" '$(OS)' != 'Unix'" >$(TargetFrameworks); net461</TargetFrameworks >
6
+ <NoWarn >2003;$(NoWarn)</NoWarn >
7
7
<PublicSign >false</PublicSign >
8
+ <SourceLink ></SourceLink >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
11
12
<Compile Include =" SmokeTests.fs" />
12
13
</ItemGroup >
13
14
14
15
<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" />
19
16
<!-- Future updates to this test will check use with F# type providers, so -->
20
17
<!-- leaving this here for now. -->
21
18
<!-- <PackageReference Include="FSharp.Data" Version="3.0.0-beta4" /> -->
Original file line number Diff line number Diff line change 3
3
4
4
<ItemGroup >
5
5
<Project Include =" $(MSBuildThisFileDirectory)**\*.csproj" />
6
+ <Project Include =" $(MSBuildThisFileDirectory)**\*.fsproj" />
6
7
</ItemGroup >
7
8
8
9
<Target Name =" RunTests" >
You can’t perform that action at this time.
0 commit comments