Skip to content

Commit 541291e

Browse files
committed
Passed tests and NuGets consolidated
1 parent ea883b7 commit 541291e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

AuthPermissions.BaseCode/AuthPermissions.BaseCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="6.0.3" />
1111
<PackageReference Include="EntityFrameworkCore.Exceptions.Sqlite" Version="6.0.3" />
12-
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="6.0.3.1" />
12+
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.0.0.2" />
1313
<PackageReference Include="GenericServices.StatusGeneric" Version="1.2.0" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />

Example3.InvoiceCode/Example3.InvoiceCode.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="6.0.3.1" />
8+
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.0.0.2" />
99
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
1111
<PrivateAssets>all</PrivateAssets>

Example5.MvcWebApp.AzureAdB2C/Example5.MvcWebApp.AzureAdB2C.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.11" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" NoWarn="NU1605" />
1212
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" NoWarn="NU1605" />
1313
<PackageReference Include="Microsoft.Graph" Version="4.54.0" />

Example6.SingleLevelSharding/Example6.SingleLevelSharding.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="EfCore.GenericServices" Version="5.2.0" />
11-
<PackageReference Include="EfCore.TestSupport" Version="6.0.0" />
10+
<PackageReference Include="EfCore.GenericServices" Version="6.0.0" />
11+
<PackageReference Include="EfCore.TestSupport" Version="6.0.2" />
1212
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.0.0.2" />
1313
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />

Example7.SingleLevelShardingOnly/Example7.SingleLevelShardingOnly.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="EfCore.GenericServices" Version="5.2.0" />
10+
<PackageReference Include="EfCore.GenericServices" Version="6.0.0" />
1111
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.0.0.2" />
1212
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />

0 commit comments

Comments
 (0)