Skip to content

Commit

Permalink
Merge pull request #17843 from abpframework/Microsoft.CodeAnalysis
Browse files Browse the repository at this point in the history
Use `4.5.0` as the version of `Microsoft.CodeAnalysis`.
  • Loading branch information
EngincanV authored Oct 11, 2023
2 parents c15a217 + 076d65b commit fc77ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Mongo2GoPackageVersion>3.1.3</Mongo2GoPackageVersion>

<!-- Microsoft.CodeAnalysis https://www.nuget.org/packages/Microsoft.CodeAnalysis -->
<MicrosoftCodeAnalysisPackageVersion>4.7.0</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.5.0</MicrosoftCodeAnalysisPackageVersion>

<!-- NUglify https://www.nuget.org/packages/NUglify -->
<NUglifyPackageVersion>1.21.0</NUglifyPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Migration-Guides/Abp-8_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following NuGet libraries have been upgraded:
| Package | Old Version | New Version |
| ------------------- | ----------- | ----------- |
| All Microsoft packages | 7.x | 8.x |
| Microsoft.CodeAnalysis | 4.2.0 | 4.7.0 |
| Microsoft.CodeAnalysis | 4.2.0 | 4.5.0 |
| NUglify | 1.20.0 | 1.21.0 |
| Polly | 7.2.3 | 8.0.0 |
| aliyun-net-sdk-sts | 3.1.0 | 3.1.1 |
Expand Down

0 comments on commit fc77ef9

Please sign in to comment.