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 1212 <PackageTags >OrmLite;RDBMS;SQL;POCO;Code-First;ORM;Schema-less;Blobs</PackageTags >
1313 <DefineConstants >$(DefineConstants);ASYNC</DefineConstants >
1414 </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 >
1521
1622 <ItemGroup >
1723 <PackageReference Include =" System.Memory" Version =" 4.5.4" />
Original file line number Diff line number Diff line change 1414 <GenerateDocumentationFile >false</GenerateDocumentationFile >
1515 <DefineConstants >$(DefineConstants);ASYNC</DefineConstants >
1616 </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 >
1723
1824 <ItemGroup >
1925 <PackageReference Include =" System.Memory" Version =" 4.5.4" />
You can’t perform that action at this time.
0 commit comments