Skip to content

Commit 3cb56a6

Browse files
author
maximv
committed
fixed: #289
1 parent 643d097 commit 3cb56a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[![latest release](https://img.shields.io/badge/latest%20release-v3.0.0-blue)](https://www.nuget.org/packages/FastExpressionCompiler.LightExpression/3.0.0-preview-05)
2020
[![Windows build](https://ci.appveyor.com/api/projects/status/4iyhed69l3k0k37o/branch/master?svg=true)](https://ci.appveyor.com/project/MaksimVolkau/fastexpressioncompiler/branch/master)[![license](https://img.shields.io/github/license/dadhi/FastExpressionCompiler.svg)](http://opensource.org/licenses/MIT)
21-
Targets .NET Standard 2.0 and .NET 4.5
21+
Targets .NET Standard 2.0, 2.1 and .NET 4.5
2222
NuGet packages:
2323

2424
- FastExpressionCompiler [![NuGet Badge](https://buildstats.info/nuget/FastExpressionCompiler)](https://www.nuget.org/packages/FastExpressionCompiler/3.0.0-preview-05)[![fuget.org package api diff](https://www.fuget.org/packages/FastExpressionCompiler/badge.svg?v=3.0.0-preview-05)](https://www.fuget.org/packages/FastExpressionCompiler/3.0.0-preview-05)

src/FastExpressionCompiler.LightExpression/FastExpressionCompiler.LightExpression.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
44

55
<VersionPrefix>3.0.0</VersionPrefix>
66
<VersionSuffix>preview-07</VersionSuffix>

src/FastExpressionCompiler/FastExpressionCompiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
44
<VersionPrefix>3.0.0</VersionPrefix>
55
<VersionSuffix>preview-07</VersionSuffix>
66
<Product>FastExpressionCompiler</Product>

0 commit comments

Comments
 (0)