File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/JavaScriptEngineSwitcher.Core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<Product >JS Engine Switcher: Core</Product >
5
5
<VersionPrefix >3.0.0</VersionPrefix >
6
6
<VersionSuffix >beta3</VersionSuffix >
7
- <TargetFrameworks >net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks >
7
+ <TargetFrameworks >net40-client;net45;net471; netstandard1.3;netstandard2.0</TargetFrameworks >
8
8
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
9
9
<OutputType >Library</OutputType >
10
10
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . ComponentModel ;
3
3
using System . Globalization ;
4
- #if NET45 || NETSTANDARD
4
+ #if NET45 || NET471 || NETSTANDARD
5
5
using System . Reflection ;
6
6
#endif
7
7
using OriginalTypeConverter = System . ComponentModel . TypeConverter ;
You can’t perform that action at this time.
0 commit comments