summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Move less valuable tests to priority 1.Pat Gavlin1-7/+5
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-4/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1-4/+0
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy1-4/+0
Unifying the way project referring mscorlib facade builds
2016-03-02Remove RestorePackages = true from all test csproj's.Davis Goodin1-1/+0
Restore is performed once as a batch. csproj's share project.jsons, so restoring for each one was a race to update the lockfile.
2015-12-10Import missing JIT tests.Pat Gavlin1-2/+2
These tests were thought to have been ported earlier.
2015-12-04Import jit/jit64/valuetype/nullable tests.Pat Gavlin1-0/+50
This includes box/unbox and cast tests. There is also a small change to jit/config/minimal/project.json to include the System.Runtime.InteropServices package.