Skip to content

Commit 5f42b9e

Browse files
authored
Add ProjectReference for crossgen2 in tests project (#128414)
To make sure the latest changes for crossgen2 are picked up when building and running the test project locally.
1 parent a36215e commit 5f42b9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/ILCompiler.ReadyToRun.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
<ItemGroup>
2323
<ProjectReference Include="../ILCompiler.Reflection.ReadyToRun/ILCompiler.Reflection.ReadyToRun.csproj" />
24+
<ProjectReference Include="../crossgen2/crossgen2_inbuild.csproj" ReferenceOutputAssembly="false" />
2425
</ItemGroup>
2526

2627
<!-- Test case source files are embedded as resources so we can compile them with Roslyn at test time.

0 commit comments

Comments
 (0)