Skip to content

Commit

Permalink
Fix build of BoDi.Tests on linux (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin authored Jun 17, 2022
1 parent 3be68ef commit 7d1a1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoDi.Tests/BoDi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
</ItemGroup>

<Target Name="CopyCustomContent" AfterTargets="AfterBuild" Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
<Copy SourceFiles="app.config" DestinationFiles="$(OutDir)\testhost.dll.config" />
<Copy SourceFiles="App.config" DestinationFiles="$(OutDir)\testhost.dll.config" />
</Target>
</Project>
</Project>

0 comments on commit 7d1a1c6

Please sign in to comment.