Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add the XUnit wrapper generator to the list of ambient project depend…
…encies for package restoration
  • Loading branch information
trylek committed Nov 4, 2021
commit 23697b285a7a4892a1d1844fba92fd3507301bfd
1 change: 1 addition & 0 deletions src/tests/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<RestoreProjects Include="Common\test_dependencies_fs\test_dependencies.fsproj" />
<RestoreProjects Include="Common\test_dependencies\test_dependencies.csproj" />
<RestoreProjects Include="Common\CoreCLRTestLibrary\CoreCLRTestLibrary.csproj" />
<RestoreProjects Include="Common\XUnitWrapperGenerator\XUnitWrapperGenerator.csproj" />
<RestoreProjects Include="Common\external\external.csproj" />
<RestoreProjects Include="Common\ilasm\ilasm.ilproj" />
</ItemGroup>
Expand Down