-
Notifications
You must be signed in to change notification settings - Fork 456
upgrade chapter 3 to .net 9 #178
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
Conversation
…om/evolutionary-architecture/evolutionary-architecture-by-example into feature/upgrade-chapter-3-to-net-9
6eadfd5 to
14f3389
Compare
| <ItemGroup> | ||
| <PackageReference Include="MassTransit.RabbitMQ" Version="8.2.2" /> | ||
| <PackageReference Include="MassTransit.RabbitMQ" Version="8.3.2"/> | ||
| <PackageReference Include="System.Net.Http" Version="4.3.4"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code failed to compile because the existing package contains vulnerabilities, and no updated version is available to address them. To resolve this, I had to manually install packages with updated versions that fix the vulnerabilities. Given that warnings are treated as errors in our setup, this was the only viable solution to eliminate the errors and proceed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…om/evolutionary-architecture/evolutionary-architecture-by-example into feature/upgrade-chapter-3-to-net-9
📋 Description
📦 PR Includes
💡 Additional Notes
Not included upgrade internal packages