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 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" $(RepoRoot)eng/pkg/Pack.props" />
2+ <Import Project =" $(RepoRoot)eng/pkg/Pack.props" />
33 <PropertyGroup >
44 <TargetFrameworks >net8.0</TargetFrameworks >
55 <IncludeInPackage >Microsoft.ML.CpuMath</IncludeInPackage >
1111 <Compile Include =" ..\Microsoft.ML.Core\Utilities\Contracts.cs" />
1212 <Compile Include =" ..\Microsoft.ML.Core\BestFriendAttribute.cs" />
1313 <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" />
1617 </ItemGroup >
1718</Project >
Original file line number Diff line number Diff line change 55 <ProjectReference Include =" ..\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj" />
66 </ItemGroup >
77
8- <!-- Still Needed?
98 <ItemGroup Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
109 <NativeAssemblyReference Include =" CpuMathNative" />
1110 </ItemGroup >
12- -->
11+
1312 <ItemGroup >
1413 <NativeAssemblyReference Include =" MklImports" />
1514 <NativeAssemblyReference Condition =" '$(OS)' == 'Windows_NT'" Include =" libiomp5md" />
You can’t perform that action at this time.
0 commit comments