remove Microsoft.EntityFrameworkCore.Relational from Oqtane.Shared as it is no longer needed

This commit is contained in:
Shaun Walker 2021-05-24 16:43:17 -04:00
parent 72b06b16cf
commit 723002968a

View File

@ -25,10 +25,4 @@
<PackageReference Include="System.Text.Json" Version="5.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.EntityFrameworkCore.Relational, Version=5.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<HintPath>C:\Users\charl\.nuget\packages\microsoft.entityframeworkcore.relational\5.0.2\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
</Reference>
</ItemGroup>
</Project>