Skip to content

Commit

Permalink
multitarget frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Sep 29, 2019
1 parent 8dad83f commit 63fcc30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion Flurl.Http.Xml.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
appveyor.yml = appveyor.yml
codecov.yml = codecov.yml
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Expand Down
6 changes: 0 additions & 6 deletions global.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/Flurl.Http.Xml/Flurl.Http.Xml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'net472'">
<ItemGroup Condition=" '$(TargetFramework)' == 'net45'">
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' Or '$(TargetFramework)' == 'netstandard2.0'">
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4'">
<PackageReference Include="System.Xml.XPath.XDocument" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 63fcc30

Please sign in to comment.