Merge pull request #1396 from sbwalker/dev

remove Microsoft.EntityFrameworkCore.Relational from Oqtane.Shared as it is no longer needed
This commit is contained in:
Shaun Walker 2021-05-24 16:39:33 -04:00 committed by GitHub
commit 6283fc9abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>