-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update test runner to 2.4.3 #24685
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 test runner to 2.4.3 #24685
Changes from all commits
a240ccf
3f3a4e4
8acff15
7430d9f
29553a5
4abdd38
5268462
adac08d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -279,6 +279,7 @@ | |
| <XunitAssertPackageVersion>$(XunitVersion)</XunitAssertPackageVersion> | ||
| <XunitExtensibilityCorePackageVersion>$(XunitVersion)</XunitExtensibilityCorePackageVersion> | ||
| <XunitExtensibilityExecutionPackageVersion>$(XunitVersion)</XunitExtensibilityExecutionPackageVersion> | ||
| <XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Teensy nit: Should we have a comment reminding us to remove this line once we pick up Arcade bits containing the dotnet/arcade#5908 fix❔
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done: #24750 |
||
| <MicrosoftDataSqlClientPackageVersion>1.0.19249.1</MicrosoftDataSqlClientPackageVersion> | ||
| </PropertyGroup> | ||
| <!-- Restore feeds --> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,6 @@ | |
|
|
||
| <ItemGroup> | ||
| <Reference Include="Microsoft.AspNetCore.Http.Features" /> | ||
| <Reference Include="System.IO.Pipelines" /> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice cleanup. This was brought in transitively through Microsoft.AspNetCore.Http.Features since forever |
||
|
|
||
| <Compile Include="$(SharedSourceRoot)ActivatorUtilities\*.cs" /> | ||
| <Compile Include="$(SharedSourceRoot)ParameterDefaultValue\*.cs" /> | ||
|
|
||
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.
This removal and the test fixes should close #24392 Thanx❕