Skip to content

Commit 6a170ab

Browse files
authored
Update net7.0 packages (#1071)
1 parent 652fcc9 commit 6a170ab

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/SimplCommerce.WebHost/Migrations/20230930154048_InitDb.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SimplCommerce.WebHost/Migrations/SimplDbContextModelSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
1717
{
1818
#pragma warning disable 612, 618
1919
modelBuilder
20-
.HasAnnotation("ProductVersion", "7.0.10")
20+
.HasAnnotation("ProductVersion", "8.0.0")
2121
.HasAnnotation("Relational:MaxIdentifierLength", 128);
2222

2323
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);

src/SimplCommerce.WebHost/SimplCommerce.WebHost.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.2" />
5959
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
6060
<PackageReference Include="Microsoft.AspNetCore.Antiforgery" Version="2.2.0" />
61-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.10" />
62-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.10" />
63-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.10" />
64-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.10" />
65-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.10">
61+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.0" />
62+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.0" />
63+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0" />
64+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
65+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
6666
<PrivateAssets>all</PrivateAssets>
6767
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6868
</PackageReference>
69-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
69+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
7070
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
7171
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
7272
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.1-dev-00771" />

test/SimplCommerce.Module.Inventory.Tests/SimplCommerce.Module.Inventory.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1111
<PackageReference Include="Moq" Version="4.20.69" />
1212
<PackageReference Include="xunit" Version="2.5.3" />

0 commit comments

Comments
 (0)