Skip to content

Commit d5eb648

Browse files
committed
升级部分依赖包版本(SourceLink、NewtonsoftJson)
升级 Microsoft.SourceLink.GitHub 至 10.0.103。分别针对 net10.0、net9.0、net8.0 升级 Microsoft.AspNetCore.Mvc.NewtonsoftJson 至 10.0.3、9.0.13、8.0.24。仅为依赖项常规版本升级,无其他功能变更。
1 parent ab219f7 commit d5eb648

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Pek.AspNetCore/Pek.AspNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</PropertyGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102">
50+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103">
5151
<PrivateAssets>all</PrivateAssets>
5252
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5353
</PackageReference>
@@ -60,19 +60,19 @@
6060

6161
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
6262
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson">
63-
<Version>10.0.2</Version>
63+
<Version>10.0.3</Version>
6464
</PackageReference>
6565
</ItemGroup>
6666

6767
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
6868
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson">
69-
<Version>9.0.12</Version>
69+
<Version>9.0.13</Version>
7070
</PackageReference>
7171
</ItemGroup>
7272

7373
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
7474
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson">
75-
<Version>8.0.22</Version>
75+
<Version>8.0.24</Version>
7676
</PackageReference>
7777
</ItemGroup>
7878

0 commit comments

Comments
 (0)