!fixup! Correct earlier commits
- remove dangling System.Data.SqlClient dependency - revert accidental change to a ref/ project
This commit is contained in:
parent
794365b340
commit
5bf88699bf
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue