File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/Microsoft.ML.CpuMath.UnitTests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <Import Project =" $(RepoRoot)eng/pkg/Pack.props" />
2
+ <Import Project =" $(RepoRoot)eng/pkg/Pack.props" />
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net8.0</TargetFrameworks >
5
5
<IncludeInPackage >Microsoft.ML.CpuMath</IncludeInPackage >
11
11
<Compile Include =" ..\Microsoft.ML.Core\Utilities\Contracts.cs" />
12
12
<Compile Include =" ..\Microsoft.ML.Core\BestFriendAttribute.cs" />
13
13
<Compile Include =" ..\Microsoft.ML.Core\PublicKey.cs" />
14
- <!-- Workaround https://github.com/dotnet/project-system/issues/935 -->
15
- <None Include =" **/*.cs" />
14
+ </ItemGroup >
15
+ <ItemGroup >
16
+ <Content Include =" build\**\*" Pack =" true" PackagePath =" build" />
16
17
</ItemGroup >
17
18
</Project >
Original file line number Diff line number Diff line change 5
5
<ProjectReference Include =" ..\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj" />
6
6
</ItemGroup >
7
7
8
- <!-- Still Needed?
9
8
<ItemGroup Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
10
9
<NativeAssemblyReference Include =" CpuMathNative" />
11
10
</ItemGroup >
12
- -->
11
+
13
12
<ItemGroup >
14
13
<NativeAssemblyReference Include =" MklImports" />
15
14
<NativeAssemblyReference Condition =" '$(OS)' == 'Windows_NT'" Include =" libiomp5md" />
You can’t perform that action at this time.
0 commit comments