Skip to content

Commit a763059

Browse files
committed
Kept only the most recent unit tests which are sufficient for both netcoreapp and netstandard
1 parent 75e4cde commit a763059

File tree

3 files changed

+5
-620
lines changed

3 files changed

+5
-620
lines changed

test/Microsoft.ML.CpuMath.UnitTests.netstandard/Microsoft.ML.CpuMath.UnitTests.netstandard.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
<ItemGroup>
1313
<NativeAssemblyReference Include="CpuMathNative" />
1414
</ItemGroup>
15+
16+
<ItemGroup>
17+
<Compile Include="..\Microsoft.ML.CpuMath.UnitTests.netcoreapp\UnitTests.cs" />
18+
</ItemGroup>
1519

16-
</Project>
20+
</Project>

0 commit comments

Comments
 (0)