!fixup! Correct earlier commits

- remove dangling System.Data.SqlClient dependency
- revert accidental change to a ref/ project
This commit is contained in:
Doug Bunting 2019-09-19 10:16:30 -07:00
parent 794365b340
commit 5bf88699bf
No known key found for this signature in database
GPG Key ID: EE41520987982C03
2 changed files with 1 additions and 5 deletions

View File

@ -313,10 +313,6 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>be3d4bad4576eecda116d3e9a368cd6959ecf5ce</Sha>
</Dependency>
<Dependency Name="System.Data.SqlClient" Version="4.7.0-preview6.19264.9" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64" Pinned="true">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>a28176b5ec68b6da1472934fe9493790d1665cae</Sha>
</Dependency>
<Dependency Name="System.Diagnostics.EventLog" Version="5.0.0-alpha1.19462.7" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>be3d4bad4576eecda116d3e9a368cd6959ecf5ce</Sha>

View File

@ -8,7 +8,7 @@
<Reference Include="Microsoft.Extensions.Identity.Stores" />
<Reference Include="Microsoft.EntityFrameworkCore.Relational" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
<Compile Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore.netcoreapp.cs" />
<Reference Include="Microsoft.Extensions.Identity.Stores" />
<Reference Include="Microsoft.EntityFrameworkCore.Relational" />