Skip to content

Commit d0bfd28

Browse files
committed
Update Supermarket.Core.csproj
nuget reference added
1 parent 030aa72 commit d0bfd28

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

Supermarket.Core/Supermarket.Core.csproj

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,16 @@
44
<TargetFramework>netcoreapp2.2</TargetFramework>
55
</PropertyGroup>
66

7-
<ItemGroup>
8-
<Reference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore">
9-
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.identity.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll</HintPath>
10-
</Reference>
11-
<Reference Include="Microsoft.EntityFrameworkCore">
12-
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
13-
</Reference>
14-
<Reference Include="Microsoft.EntityFrameworkCore.Relational">
15-
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.relational\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
16-
</Reference>
17-
<Reference Include="Microsoft.Extensions.Identity.Stores">
18-
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.identity.stores\2.2.0\lib\netstandard2.0\Microsoft.Extensions.Identity.Stores.dll</HintPath>
19-
</Reference>
20-
</ItemGroup>
21-
227
<ItemGroup>
238
<Folder Include="Services\Contracts\" />
249
</ItemGroup>
2510

2611
<ItemGroup>
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="2.2.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.3" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.3" />
2715
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.3" />
16+
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="2.2.0" />
2817
</ItemGroup>
2918

3019
</Project>

0 commit comments

Comments
 (0)