File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
netcore2.0/DynamicRoleBasedAuthorization
netcore3.0/DynamicRoleBasedAuthorization Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.4 " />
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.1.0 " PrivateAssets =" All" />
12
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.0 " PrivateAssets =" All" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.15 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.2.6 " PrivateAssets =" All" />
12
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.10 " PrivateAssets =" All" />
13
13
</ItemGroup >
14
14
15
15
<!-- <ItemGroup>
Original file line number Diff line number Diff line change 14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
</PackageReference >
16
16
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1.1" />
17
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.0 " PrivateAssets =" All" />
17
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.1 " PrivateAssets =" All" />
18
18
</ItemGroup >
19
19
</Project >
You can’t perform that action at this time.
0 commit comments