File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1484,7 +1484,9 @@ protected override Expression VisitUnary(UnaryExpression node)
14841484 return node . Update ( operand ) ;
14851485 }
14861486
1487+ #if ! NETSTANDARD1_3
14871488 static ModuleBuilder mod ;
1489+ #endif
14881490 public Delegate Compile ( LambdaExpression node , AssemblyName an = null )
14891491 {
14901492#if NETSTANDARD1_3
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net45</TargetFrameworks >
4+ <TargetFrameworks >net40; net45;netstandard1.3 </TargetFrameworks >
55 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
66 <Authors >Chaowlert Chaisrichalermpol</Authors >
77 <Description >Step into debugging and generate readable script from linq expressions</Description >
1212 <SignAssembly >True</SignAssembly >
1313 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1414 <AssemblyOriginatorKeyFile >ExpressionDebugger.snk</AssemblyOriginatorKeyFile >
15- <Version >1.0.1 </Version >
15+ <Version >1.0.2 </Version >
1616 </PropertyGroup >
1717
1818 <ItemGroup Condition =" '$(TargetFramework)' == 'net40' " >
2727 <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.3.0" />
2828 </ItemGroup >
2929
30- <ItemGroup >
31- <None Remove =" mock.keys" />
32- </ItemGroup >
33-
3430 <ItemGroup >
3531 <EmbeddedResource Include =" mock.keys" />
3632 </ItemGroup >
You can’t perform that action at this time.
0 commit comments