File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Cnblogs.DashScope.Sdk.UnitTests
Cnblogs.DashScope.Tests.Shared Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net8.0</TargetFramework >
4
4
<Product >Cnblogs.DashScope.AI</Product >
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" JsonSchema.Net.Generation" Version =" 5.0.2 " />
14
+ <PackageReference Include =" JsonSchema.Net.Generation" Version =" 5.0.3 " />
15
15
<PackageReference Include =" Microsoft.Extensions.AI.Abstractions" Version =" 9.5.0" />
16
16
</ItemGroup >
17
17
Original file line number Diff line number Diff line change 11
11
<PrivateAssets >all</PrivateAssets >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
13
</PackageReference >
14
- <PackageReference Include =" FluentAssertions" Version =" 8.2 .0" />
14
+ <PackageReference Include =" FluentAssertions" Version =" 8.3 .0" />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
16
16
<PackageReference Include =" NSubstitute" Version =" 5.3.0" />
17
17
<PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" FluentAssertions" Version =" 7.2 .0" />
11
+ <PackageReference Include =" FluentAssertions" Version =" 8.3 .0" />
12
12
<PackageReference Include =" NSubstitute" Version =" 5.3.0" />
13
13
<PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
14
- <PackageReference Include =" JsonSchema.Net.Generation" Version =" 4.6.0 " />
14
+ <PackageReference Include =" JsonSchema.Net.Generation" Version =" 5.0.3 " />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments