This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 12
12
<PackageTags >OrmLite;RDBMS;SQL;POCO;Code-First;ORM;Schema-less;Blobs</PackageTags >
13
13
<DefineConstants >$(DefineConstants);ASYNC</DefineConstants >
14
14
</PropertyGroup >
15
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
16
+ <DefineConstants >$(DefineConstants);NETCORE;NETSTANDARD2_0</DefineConstants >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
19
+ <DefineConstants >$(DefineConstants);NETCORE;NET6_0</DefineConstants >
20
+ </PropertyGroup >
15
21
16
22
<ItemGroup >
17
23
<PackageReference Include =" System.Memory" Version =" 4.5.4" />
Original file line number Diff line number Diff line change 14
14
<GenerateDocumentationFile >false</GenerateDocumentationFile >
15
15
<DefineConstants >$(DefineConstants);ASYNC</DefineConstants >
16
16
</PropertyGroup >
17
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
18
+ <DefineConstants >$(DefineConstants);NETCORE;NETSTANDARD2_0</DefineConstants >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
21
+ <DefineConstants >$(DefineConstants);NETCORE;NET6_0</DefineConstants >
22
+ </PropertyGroup >
17
23
18
24
<ItemGroup >
19
25
<PackageReference Include =" System.Memory" Version =" 4.5.4" />
You can’t perform that action at this time.
0 commit comments