File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2727 dotnet-version : 8.0.100
2828
2929 - name : Test
30- run : dotnet test EntityFrameworkCore.SqlServer.SimpleBulks.Tests/EntityFrameworkCore.SqlServer.SimpleBulks.Tests.csproj
30+ run : dotnet test EntityFrameworkCore.SqlServer.SimpleBulks.Tests/EntityFrameworkCore.SqlServer.SimpleBulks.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
3131
3232 - name : Build
3333 run : dotnet build EntityFrameworkCore.SqlServer.SimpleBulks/EntityFrameworkCore.SqlServer.SimpleBulks.csproj --configuration Release
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools " Version =" 8 .0.0 " >
13+ <PackageReference Include =" coverlet.msbuild " Version =" 6 .0.4 " >
1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
18- <PackageReference Include =" Testcontainers.MsSql" Version =" 4.6.0" />
19- <PackageReference Include =" xunit" Version =" 2.4.2" />
20- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
17+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
2118 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2219 <PrivateAssets >all</PrivateAssets >
2320 </PackageReference >
24- <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
21+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.0" >
22+ <PrivateAssets >all</PrivateAssets >
23+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24+ </PackageReference >
25+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
26+ <PackageReference Include =" Testcontainers.MsSql" Version =" 4.6.0" />
27+ <PackageReference Include =" xunit" Version =" 2.9.3" />
28+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.1" >
2529 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2630 <PrivateAssets >all</PrivateAssets >
2731 </PackageReference >
You can’t perform that action at this time.
0 commit comments