|
7 | 7 | <VersionPrefix>35.10.0</VersionPrefix>
|
8 | 8 | <Version>35.10.0</Version>
|
9 | 9 | <Authors>Stripe, Jayme Davis</Authors>
|
10 |
| - <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> |
| 10 | + <TargetFrameworks>netstandard2.0;net461;net45</TargetFrameworks> |
11 | 11 | <AssemblyName>Stripe.net</AssemblyName>
|
12 | 12 | <PackageId>Stripe.net</PackageId>
|
13 | 13 | <PackageTags>stripe;payment;credit;cards;money;gateway;paypal;braintree</PackageTags>
|
|
38 | 38 | <CodeAnalysisRuleSet>..\_stylecop\StyleCopRules.ruleset</CodeAnalysisRuleSet>
|
39 | 39 | </PropertyGroup>
|
40 | 40 |
|
41 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
| 41 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
| 42 | + <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" /> |
| 43 | + </ItemGroup> |
| 44 | + |
| 45 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
42 | 46 | <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
|
43 |
| - <Reference Include="Microsoft.CSharp" /> |
44 |
| - <Reference Include="System" /> |
45 | 47 | <Reference Include="System.Configuration" />
|
46 |
| - <Reference Include="System.Core" /> |
47 |
| - <Reference Include="System.Data" /> |
48 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
49 |
| - <Reference Include="System.Data.Linq" /> |
50 | 48 | <Reference Include="System.Net.Http" />
|
51 |
| - <Reference Include="System.Net.Http.WebRequest" /> |
52 |
| - <Reference Include="System.Web" /> |
53 |
| - <Reference Include="System.Xml" /> |
54 |
| - <Reference Include="System.Xml.Linq" /> |
55 | 49 | </ItemGroup>
|
56 | 50 |
|
57 |
| - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
58 |
| - <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" /> |
| 51 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
| 52 | + <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> |
| 53 | + <Reference Include="System.Configuration" /> |
| 54 | + <Reference Include="System.Net.Http" /> |
59 | 55 | </ItemGroup>
|
60 | 56 |
|
61 | 57 | </Project>
|
0 commit comments