Skip to content

Commit a565385

Browse files
authored
Merge pull request #12 from antoniocampos/master
Bump NuGet dependencies to the last supported version in each .net core version
2 parents 9b8fa05 + fcd00f4 commit a565385

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/netcore2.0/DynamicRoleBasedAuthorization/DynamicRoleBasedAuthorization.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
<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" />
1313
</ItemGroup>
1414

1515
<!--<ItemGroup>

samples/netcore3.0/DynamicRoleBasedAuthorization/DynamicRoleBasedAuthorization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<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" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)