Skip to content

Commit

Permalink
Package Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Dec 19, 2020
1 parent 06435cf commit afebbe2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.9" />
<PackageReference Include="MongoFramework" Version="0.23.1" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.1.0.1" />
<PackageReference Include="MongoFramework" Version="0.25.0" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Finbuckle.MultiTenant.MongoFramework\Finbuckle.MultiTenant.MongoFramework.csproj" />
<ProjectReference Include="..\..\..\tests\Finbuckle.MultiTenant.MongoFramework.Tests\Finbuckle.MultiTenant.MongoFramework.Tests.csproj" />
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions samples/ASP.NET Core 3/AuthenticationSample/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Microsoft.AspNetCore.Identity.UI;
using Microsoft.AspNetCore.Mvc.ApplicationModels;
using Microsoft.AspNetCore.Routing;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down Expand Up @@ -63,7 +62,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
app.UseDatabaseErrorPage();
}
else
{
Expand Down
6 changes: 3 additions & 3 deletions samples/ASP.NET Core 3/CombinedSample/CombinedSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.0.0" />
<PackageReference Include="MongoFramework" Version="0.23.1" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.1.0.1" />
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.1.0" />
<PackageReference Include="MongoFramework" Version="0.25.0" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.0.0" />
<PackageReference Include="MongoFramework" Version="0.23.1" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.1.0.1" />
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.1.0" />
<PackageReference Include="MongoFramework" Version="0.25.0" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.0.0" />
<PackageReference Include="MongoFramework" Version="0.23.1" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.1.0.1" />
<PackageReference Include="Finbuckle.MultiTenant.AspNetCore" Version="6.1.0" />
<PackageReference Include="MongoFramework" Version="0.25.0" />
<PackageReference Include="MongoFramework.AspNetCore.Identity" Version="0.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="6.0.0" />
<PackageReference Include="MongoFramework" Version="0.23.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="6.1.0" />
<PackageReference Include="MongoFramework" Version="0.25.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit afebbe2

Please sign in to comment.