Remove SQLitePCLRaw workaround

This commit is contained in:
Nate McMaster 2017-06-28 15:02:42 -07:00
parent f3ed8129f3
commit 812495f32d
2 changed files with 0 additions and 6 deletions

View File

@ -147,11 +147,6 @@
<FullMetaPackagePackageReference Include="Microsoft.CodeAnalysis.Razor" />
<FullMetaPackagePackageReference Include="Microsoft.Data.Sqlite" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="Microsoft.Data.Sqlite.Core" />
<!-- workaround for https://github.com/dotnet/sdk/issues/1166 and https://github.com/ericsink/SQLitePCL.raw/issues/157 -->
<FullMetaPackagePackageReference Include="SQLitePCLRaw.bundle_green" Version="$(SQLitePCLRawVersion)" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="SQLitePCLRaw.lib.e_sqlite3.v110_xp" Version="$(SQLitePCLRawVersion)" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="SQLitePCLRaw.lib.e_sqlite3.linux" Version="$(SQLitePCLRawVersion)" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="SQLitePCLRaw.lib.e_sqlite3.osx" Version="$(SQLitePCLRawVersion)" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.Design" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />

View File

@ -9,7 +9,6 @@
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
<NewtonsoftJsonVersion>10.0.1</NewtonsoftJsonVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<SQLitePCLRawVersion>1.1.3</SQLitePCLRawVersion>
<TestSdkVersion>15.3.0-*</TestSdkVersion>
<XunitVersion>2.3.0-beta2-*</XunitVersion>
</PropertyGroup>