Skip to content

Commit

Permalink
possible fix for Issue 162
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicAndre1981 committed Oct 2, 2020
1 parent 6912da7 commit 09dbc8a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Sprache/Sprache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Globalization" Version="4.3.0" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PackageReference Include="System.Runtime" Version="4.3.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
<PackageReference Include="System.Globalization" Version="4.3.0" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
Expand Down

0 comments on commit 09dbc8a

Please sign in to comment.