Skip to content

Commit ce5cbe5

Browse files
authored
Merge pull request #655 from sebastienros/sebros/tfm
Multi-target SQLitePCLRaw.core
2 parents ca83fcd + 4e9913a commit ce5cbe5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/SQLitePCLRaw.core/SQLitePCLRaw.core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -35,7 +35,7 @@
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

todo.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ investigate GC.AddMemoryPressure()
106106

107107
investigate new utf8 things in System.Memory pkg
108108

109-
multi-target to avoid dep on System.Memory for netcore2.1+ ?
110-
111109
need some tests for sqlite-ish case insensitivity of
112110
collation names
113111

0 commit comments

Comments
 (0)