File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
test/SmartComponents.E2ETest.Common Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
<PackageVersion Include =" Microsoft.SemanticKernel.Plugins.Memory" Version =" 1.18.0-alpha" />
16
16
<PackageVersion Include =" System.Numerics.Tensors" Version =" 8.0.0" />
17
17
<PackageVersion Include =" System.Runtime.Caching" Version =" 8.0.0" />
18
- <PackageVersion Include =" System.Text.Json" Version =" 8.0.4 " />
18
+ <PackageVersion Include =" System.Text.Json" Version =" 8.0.5 " />
19
19
<!-- Tests -->
20
20
<PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.0" />
21
21
<PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1" />
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" >
13
13
<VersionOverride Condition =" '$(TargetFramework)' != 'net6.0'" >8.0.8</VersionOverride >
14
14
</PackageReference >
15
+ <PackageReference Include =" System.Text.Json" >
16
+ <VersionOverride Condition =" '$(TargetFramework)' == 'net6.0'" >6.0.11</VersionOverride >
17
+ </PackageReference >
15
18
<PackageReference Include =" Microsoft.Playwright" />
16
19
<PackageReference Include =" xunit" />
17
20
<PackageReference Include =" coverlet.collector" >
You can’t perform that action at this time.
0 commit comments