Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotnet monorepo to v9 (major) #811

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,13 @@
</PackageVersion>
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3">
</PackageVersion>
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.11">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.0">
</PackageVersion>
<PackageVersion Include="Google.Protobuf" Version="$(Version_Google_Protobuf)">
</PackageVersion>
<PackageVersion Include="Google.Protobuf.Tools" Version="$(Version_Google_Protobuf)">
</PackageVersion>
<PackageVersion Include="Microsoft.XmlSerializer.Generator" Version="8.0.0">
<PackageVersion Include="Microsoft.XmlSerializer.Generator" Version="9.0.0">
</PackageVersion>
</ItemGroup>
<!-- 👇 Resilience & Transient Fault Handling(重试) -->
Expand Down Expand Up @@ -756,7 +756,7 @@
</ItemGroup>
<!-- 👇 Maui -->
<ItemGroup>
<PackageVersion Include="Microsoft.Maui.Essentials" Version="8.0.100">
<PackageVersion Include="Microsoft.Maui.Essentials" Version="9.0.10">
</PackageVersion>
</ItemGroup>
<!-- 👇 Humanizer(格式化和呈现数据) -->
Expand Down Expand Up @@ -788,7 +788,7 @@
</ItemGroup>
<!-- 👇 Composition(组件扩展业务插件) -->
<ItemGroup>
<PackageVersion Include="System.Composition" Version="8.0.0">
<PackageVersion Include="System.Composition" Version="9.0.0">
</PackageVersion>
</ItemGroup>
<!-- 👇 Markdown -->
Expand Down