Skip to content

Commit

Permalink
Update Nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWise committed Jun 22, 2023
1 parent 93b9828 commit 4df225a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/DkpWeb/DkpWeb.csproj
Expand Up @@ -9,22 +9,22 @@
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="MailKit" Version="2.12.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.16">
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="6.0.18" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="6.0.18" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.18" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.18" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.18" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.18" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.18">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.16">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.18" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.18">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.16" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.18" />
<PackageReference Include="Sakura.AspNetCore.Mvc.PagedList" Version="3.0.2" />
<PackageReference Include="Sakura.AspNetCore.PagedList" Version="2.0.2" />
<PackageReference Include="MSBuildGitHash" Version="2.0.2">
Expand Down
1 change: 1 addition & 0 deletions src/DkpWeb/Program.cs
Expand Up @@ -136,6 +136,7 @@ public static async Task Main(string[] args)
var anthony = GetPerson(108);
var helen = GetPerson(109);
//var john = GetPerson(110);
var kevin = GetPerson(111);


WriteData(db, true, db.Person.Where(p => !p.IsDeleted).ToArray());
Expand Down

0 comments on commit 4df225a

Please sign in to comment.