Skip to content

Commit

Permalink
Merge pull request #998 from App-vNext/remove-redundant-Microsoft.CSharp
Browse files Browse the repository at this point in the history
remove redundant Microsoft.CSharp
  • Loading branch information
SimonCropp authored Jan 7, 2023
2 parents a7ea5be + 72e29b7 commit 22bd1ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Polly.Specs/Polly.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetFrameworkIdentifier('$(TargetFramework)')) == '.NETFramework'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<PropertyGroup Condition="$([MSBuild]::GetTargetFrameworkIdentifier('$(TargetFramework)')) != '.NETFramework'">
<CollectCoverage>true</CollectCoverage>
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
Expand Down

0 comments on commit 22bd1ff

Please sign in to comment.