forked from dotnet/machinelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to retarget tests to .NET 6.0 (dotnet#6367)
* Attempt to retarget tests to .NET 6.0 * Fix places where tests had hardcoded framework versions * Update build naming Ideally we should just remove the knowledge of TargetFramework from the build, but that can happen in a follow up change. * Update test data for rounding differences on net6.0 * Fix condition on CPUMathNative reference in tests It should only be included when TargetFramework is not compatible with netcoreapp3.1. * Ensure we generate runtimeconfig.dev.json We need this file to tell the runtime where the NuGet package cache is. It uses that location when we disable copying of NuGet dependencies. * Rename test baseline output directory. Also fix a couple places where ifdefs were hardcoded to the version of .NETCore.
- Loading branch information
Showing
83 changed files
with
1,779 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.