File tree 4 files changed +8
-8
lines changed
src/ArwynFr.IntegrationTesting
ArwynFr.IntegrationTesting.Tests
ArwynFr.IntegrationTesting.Tests.Target
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.402 "
3
+ "version" : " 8.0.403 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 23
23
</PropertyGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.8 " />
27
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.8 " />
26
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.10 " />
27
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.10 " />
28
28
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
29
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0 " />
30
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.0 " />
29
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1 " />
30
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.1 " />
31
31
<PackageReference Include =" OpenTelemetry.Exporter.InMemory" Version =" 1.9.0" />
32
32
<PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.9.0" />
33
33
<PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.9.0" />
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.8 " >
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.10 " >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
</PackageReference >
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.8 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.10 " />
16
16
<PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.9.0" />
17
17
</ItemGroup >
18
18
Original file line number Diff line number Diff line change 12
12
<PrivateAssets >all</PrivateAssets >
13
13
</PackageReference >
14
14
<PackageReference Include =" FluentAssertions" Version =" 6.12.1" />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.8 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.10 " />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments