File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
tests/Store.IntegrationTests Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6.0.0 " />
9+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6.0.1 " />
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6.0.0 " >
9+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6.0.1 " >
1010 <PrivateAssets >all</PrivateAssets >
1111 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1212 </PackageReference >
13- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.0 " >
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.1 " >
1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ public void DeleteProductById_EnsuresProductIsDeleted()
155155 using ( var context = Fixture . CreateContext ( transaction ) )
156156 {
157157 var repository = new ProductRepository ( context , _mapper ) ;
158- var products = repository . GetProducts ( ) ;
159158
160159 repository . DeleteProductById ( productId ) ;
161160 }
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Bogus" Version =" 33.1 .1" />
12- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.0 " />
11+ <PackageReference Include =" Bogus" Version =" 34.0 .1" />
12+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.1 " />
1313 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
1414 <PackageReference Include =" xunit" Version =" 2.4.1" />
1515 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
You can’t perform that action at this time.
0 commit comments