You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the vNext, we will need to target and add tests for the latest LTS of .NET, net8.0.
This task involves the following:
Add net8.0 target to the J2N and J2N.TestFramework projects. Also, the TestTargetFramework.props file (including documentation).
Review and add net8.0 API features in the root Directory.Build.targets file. Note that most (if not all) features of net6.0 will carry over to net8.0. This should make it possible to compile and run the tests for net8.0.
Update the publish-test-results-for-target-frameworks.yml file to include an entry for net8.0.
Update the run-tests-on-os.yml file to include the x86 installation code for each target framework (example for net6.0). We will need this for all versions of .NET Core, since the .NET 8 SDK no longer includes x86 support by default.
The text was updated successfully, but these errors were encountered:
For the vNext, we will need to target and add tests for the latest LTS of .NET,
net8.0
.This task involves the following:
net8.0
target to theJ2N
andJ2N.TestFramework
projects. Also, theTestTargetFramework.props
file (including documentation).net8.0
API features in the rootDirectory.Build.targets
file. Note that most (if not all) features ofnet6.0
will carry over tonet8.0
. This should make it possible to compile and run the tests fornet8.0
.publish-test-results-for-target-frameworks.yml
file to include an entry fornet8.0
.run-tests-on-os.yml
file to include the x86 installation code for each target framework (example for net6.0). We will need this for all versions of .NET Core, since the .NET 8 SDK no longer includes x86 support by default.The text was updated successfully, but these errors were encountered: