File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;$(tfm_net) </TargetFrameworks >
55 <LangVersion >7.3</LangVersion >
66 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
77 <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
3535 <Compile Include =" IGetFunctionPointer.cs" />
3636 </ItemGroup >
3737
38- <ItemGroup >
38+ <ItemGroup Condition = " '$(TargetFramework)' == 'netstandard2.0' " >
3939 <PackageReference Include =" System.Memory" Version =" 4.6.3" />
4040 </ItemGroup >
4141
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ investigate GC.AddMemoryPressure()
106106
107107investigate new utf8 things in System.Memory pkg
108108
109- multi-target to avoid dep on System.Memory for netcore2.1+ ?
110-
111109need some tests for sqlite-ish case insensitivity of
112110collation names
113111
You can’t perform that action at this time.
0 commit comments