-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
chore: update internal dependencies #3039
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3039 +/- ##
==========================================
- Coverage 76.39% 76.38% -0.02%
==========================================
Files 351 351
Lines 13257 13257
Branches 2645 2645
==========================================
- Hits 10128 10126 -2
- Misses 2450 2452 +2
Partials 679 679 ☔ View full report in Codecov by Sentry. |
@@ -23,7 +23,7 @@ | |||
</ItemGroup> | |||
|
|||
<ItemGroup Condition="'$(TargetFramework)' != 'net48'"> | |||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" /> |
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.
Now that's a proper bump.
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.
Thanks!
* update internal dependencies * roll back verify.xunit * roll back xunit.runner.visualstudio
#skip-changelog
While trying to make .NET8 device tests work, I've noticed we have some outdated test dependencies.
This makes the changes in a self-contained PR.