Skip to content

Commit

Permalink
workaround LPRun bug
Browse files Browse the repository at this point in the history
  • Loading branch information
romfir committed Sep 12, 2023
1 parent b7baeb8 commit b772a09
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down Expand Up @@ -48,4 +47,9 @@
</None>
</ItemGroup>

<!--workaround-->
<!--<Target Name="TestTarget" AfterTargets="Build">
<Copy SourceFiles="$(OutputPath)\LPRun\Bin\LINQPad.Runtime.dll" DestinationFiles="$(OutputPath)\LINQPad.Runtime.dll" UseHardlinksIfPossible="true"/>
</Target>-->

</Project>

0 comments on commit b772a09

Please sign in to comment.