Welcome to mirror list, hosted at ThFree Co, Russian Federation.

after.illink.sln.targets - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ab887274210a96017d274b3117778de3ef3f345 (plain)
1
2
3
4
5
6
<Project>
  <!-- Workaround for https://github.com/dotnet/corefx/issues/16322 -->
  <Target Name="VSTest">
    <MSBuild Projects="@(ProjectReference)" Targets="VSTestIfTestProject" />
  </Target>
</Project>