Skip to content

Commit 0f7515c

Browse files
Bump FluentAssertions and JsonSchema.Net.Generation
Bumps FluentAssertions to 8.3.0, 8.3.0 Bumps JsonSchema.Net.Generation to 5.0.3, 5.0.3 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: FluentAssertions dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: JsonSchema.Net.Generation dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: JsonSchema.Net.Generation dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f2f8a1 commit 0f7515c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Cnblogs.DashScope.AI/Cnblogs.DashScope.AI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<Product>Cnblogs.DashScope.AI</Product>
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="JsonSchema.Net.Generation" Version="5.0.2" />
14+
<PackageReference Include="JsonSchema.Net.Generation" Version="5.0.3" />
1515
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.5.0" />
1616
</ItemGroup>
1717

test/Cnblogs.DashScope.Sdk.UnitTests/Cnblogs.DashScope.Sdk.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="FluentAssertions" Version="8.2.0"/>
14+
<PackageReference Include="FluentAssertions" Version="8.3.0"/>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
1616
<PackageReference Include="NSubstitute" Version="5.3.0"/>
1717
<PackageReference Include="xunit" Version="2.9.3"/>

test/Cnblogs.DashScope.Tests.Shared/Cnblogs.DashScope.Tests.Shared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="FluentAssertions" Version="7.2.0"/>
11+
<PackageReference Include="FluentAssertions" Version="8.3.0"/>
1212
<PackageReference Include="NSubstitute" Version="5.3.0"/>
1313
<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" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)