Skip to content

Commit

Permalink
simplify PackageRef
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Aug 15, 2019
1 parent 091a1a9 commit da9fce2
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/log4net.ElasticSearch.Tests/log4net.ElasticSearch.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,13 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<PackageReference Include="xunit">
<Version>2.3.1</Version>
</PackageReference>
<PackageReference Include="xunit" Version="2.3.1" />
<Reference Include="System.Configuration" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
<PackageReference Include="System.Configuration.ConfigurationManager">
<Version>4.4.1</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.3.1</Version>
</PackageReference>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />
<PackageReference Include="xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
Expand All @@ -37,10 +32,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="System.Configuration" />
</ItemGroup>

<ItemGroup>
<None Update="logConfig.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit da9fce2

Please sign in to comment.