File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp2.2</TargetFramework >
5
5
</PropertyGroup >
6
6
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
-
22
7
<ItemGroup >
23
8
<Folder Include =" Services\Contracts\" />
24
9
</ItemGroup >
25
10
26
11
<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" />
27
15
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.2.3" />
16
+ <PackageReference Include =" Microsoft.Extensions.Identity.Stores" Version =" 2.2.0" />
28
17
</ItemGroup >
29
18
30
19
</Project >
You can’t perform that action at this time.
0 commit comments