Skip to content

Commit

Permalink
Fix wrong directory after target framework change.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Jan 6, 2024
1 parent a82e2aa commit 887a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Coverlet.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Configuration>
<Format>opencover</Format>
<ExcludeByAttribute>GeneratedCodeAttribute,TestSDKAutoGeneratedCode</ExcludeByAttribute>
<IncludeDirectory>bin\Debug\netcoreapp3.1\deps,bin\Release\netcoreapp3.1\deps,bin/Debug/netcoreapp3.1/deps,bin/Release/netcoreapp3.1/deps</IncludeDirectory>
<IncludeDirectory>bin\Debug\net6.0\deps,bin\Release\net6.0\deps,bin/Debug/net6.0/deps,bin/Release/net6.0/deps</IncludeDirectory>
</Configuration>
</DataCollector>
</DataCollectors>
Expand Down

0 comments on commit 887a1bd

Please sign in to comment.