Skip to content

Commit 554e4c0

Browse files
committed
Remove NETSTANDARD define
1 parent 7d6359d commit 554e4c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nuget/SQLite-net-base/SQLite-net-base.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13-
<DefineConstants>USE_SQLITEPCL_RAW;NO_SQLITEPCL_RAW_BATTERIES;DEBUG;NETSTANDARD1_1</DefineConstants>
13+
<DefineConstants>USE_SQLITEPCL_RAW;NO_SQLITEPCL_RAW_BATTERIES;DEBUG</DefineConstants>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1515
<DocumentationFile>bin\Debug\netstandard2.0\SQLite-net.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1818
<DebugSymbols>false</DebugSymbols>
1919
<DebugType></DebugType>
20-
<DefineConstants>USE_SQLITEPCL_RAW;NO_SQLITEPCL_RAW_BATTERIES;RELEASE;NETSTANDARD1_1</DefineConstants>
20+
<DefineConstants>USE_SQLITEPCL_RAW;NO_SQLITEPCL_RAW_BATTERIES;RELEASE</DefineConstants>
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
<DocumentationFile>bin\Release\netstandard2.0\SQLite-net.xml</DocumentationFile>
2323
</PropertyGroup>

nuget/SQLite-net-sqlcipher/SQLite-net-sqlcipher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1313
<DebugSymbols>false</DebugSymbols>
1414
<DebugType></DebugType>
15-
<DefineConstants>USE_SQLITEPCL_RAW;RELEASE;NETSTANDARD1_1</DefineConstants>
15+
<DefineConstants>USE_SQLITEPCL_RAW;RELEASE</DefineConstants>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1717
<DocumentationFile>bin\Release\netstandard2.0\SQLite-net.xml</DocumentationFile>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<DefineConstants>USE_SQLITEPCL_RAW;DEBUG;NETSTANDARD1_1</DefineConstants>
20+
<DefineConstants>USE_SQLITEPCL_RAW;DEBUG</DefineConstants>
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
<DocumentationFile>bin\Debug\netstandard2.0\SQLite-net.xml</DocumentationFile>
2323
</PropertyGroup>

nuget/SQLite-net-std/SQLite-net-std.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1313
<DebugSymbols>false</DebugSymbols>
1414
<DebugType></DebugType>
15-
<DefineConstants>USE_SQLITEPCL_RAW;RELEASE;NETSTANDARD1_1</DefineConstants>
15+
<DefineConstants>USE_SQLITEPCL_RAW;RELEASE</DefineConstants>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1717
<DocumentationFile>bin\Release\netstandard2.0\SQLite-net.xml</DocumentationFile>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<DefineConstants>USE_SQLITEPCL_RAW;DEBUG;NETSTANDARD1_1</DefineConstants>
20+
<DefineConstants>USE_SQLITEPCL_RAW;DEBUG</DefineConstants>
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
<DocumentationFile>bin\Debug\netstandard2.0\SQLite-net.xml</DocumentationFile>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)