Skip to content

Commit ab7f26d

Browse files
committed
Copy App.config to correct file for net8
1 parent 00c0ac1 commit ab7f26d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/NetTopologySuite.IO.Oracle.Test/NetTopologySuite.IO.Oracle.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
<PackageReference Update="NUnit3TestAdapter" Version="5.0.0" />
2626
</ItemGroup>
2727

28+
<Target Name="CopyCustomContent" AfterTargets="AfterBuild" Condition=" '$(TargetFramework)' == 'net8' ">
29+
<Copy SourceFiles="App.config" DestinationFiles="$(OutDir)\testhost.dll.config" />
30+
</Target>
31+
2832
</Project>

0 commit comments

Comments
 (0)