3
3
<PackageId >ServiceStack.Text.Core</PackageId >
4
4
<AssemblyName >ServiceStack.Text</AssemblyName >
5
5
<RootNamespace >ServiceStack.Text</RootNamespace >
6
- <TargetFrameworks >netstandard2.0;netcoreapp2.1</TargetFrameworks >
6
+ <TargetFrameworks >netstandard2.0;netcoreapp2.1;netstandard2.1 </TargetFrameworks >
7
7
<Title >ServiceStack.Text .NET Standard 2.0</Title >
8
8
<PackageDescription >
9
9
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
13
13
<PackageTags >JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
16
- <DefineConstants >$(DefineConstants);NETSTANDARD2_0 ;NETCORE2_1</DefineConstants >
16
+ <DefineConstants >$(DefineConstants);NETSTANDARD ;NETCORE2_1</DefineConstants >
17
17
</PropertyGroup >
18
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
19
+ <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_1</DefineConstants >
20
+ </PropertyGroup >
21
+ <ItemGroup >
22
+ <PackageReference Include =" System.Memory" Version =" 4.5.3" />
23
+ </ItemGroup >
18
24
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
19
25
<PackageReference Include =" System.Runtime" Version =" 4.3.1" />
20
26
<PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
21
- <PackageReference Include =" System.Memory" Version =" 4.5.3" />
22
27
</ItemGroup >
23
28
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
24
29
<PackageReference Include =" System.Runtime" Version =" 4.3.1" />
25
30
<PackageReference Include =" System.Reflection.Emit" Version =" 4.3.0" />
26
31
<PackageReference Include =" System.Reflection.Emit.LightWeight" Version =" 4.3.0" />
27
32
<PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
28
- <PackageReference Include =" System.Memory" Version =" 4.5.3" />
33
+ </ItemGroup >
34
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
35
+ <PackageReference Include =" System.Runtime" Version =" 4.3.1" />
36
+ <PackageReference Include =" System.Reflection.Emit" Version =" 4.3.0" />
37
+ <PackageReference Include =" System.Reflection.Emit.LightWeight" Version =" 4.3.0" />
38
+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
29
39
</ItemGroup >
30
40
</Project >
0 commit comments