File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
src/libraries/Common/tests/TestUtilities Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 158
158
<MicrosoftDotNetXHarnessTestRunnersXunitVersion >1.0.0-prerelease.21404.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion >
159
159
<MicrosoftDotNetXHarnessCLIVersion >1.0.0-prerelease.21404.1</MicrosoftDotNetXHarnessCLIVersion >
160
160
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion >1.0.2-alpha.0.21413.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion >
161
- <XUnitVersion >2.4.1 </XUnitVersion >
161
+ <XUnitVersion >2.4.2-pre.9 </XUnitVersion >
162
162
<XUnitRunnerVisualStudioVersion >2.4.2</XUnitRunnerVisualStudioVersion >
163
163
<CoverletCollectorVersion >1.3.0</CoverletCollectorVersion >
164
164
<NewtonsoftJsonVersion >12.0.3</NewtonsoftJsonVersion >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
3
<!-- Upgrade the NETStandard.Library transitive xunit dependency to avoid transitive 1.x NS dependencies. -->
4
- <PackageReference Include =" NETStandard.Library"
5
- Version =" $(NetStandardLibraryVersion)"
6
- Condition =" '$(TargetFrameworkIdentifier)' == '.NETCoreApp'" />
4
+ <PackageReference Include =" NETStandard.Library" Version =" $(NetStandardLibraryVersion)" />
7
5
</ItemGroup >
8
6
9
7
<!-- Run target (F5) support. -->
Original file line number Diff line number Diff line change 83
83
</ItemGroup >
84
84
<ItemGroup >
85
85
<PackageReference Include =" Microsoft.DotNet.XUnitExtensions" Version =" $(MicrosoftDotNetXUnitExtensionsVersion)" />
86
+ <!-- Upgrade the NetStandard.Library transitive xunit dependency to avoid 1.x NS dependencies. -->
87
+ <PackageReference Include =" NETStandard.Library" Version =" $(NetStandardLibraryVersion)" />
86
88
<PackageReference Include =" xunit.core" Version =" $(XUnitVersion)" ExcludeAssets =" build" />
87
89
<PackageReference Include =" xunit.assert" Version =" $(XUnitVersion)" />
88
90
</ItemGroup >
89
91
<ItemGroup Condition =" '$(TargetFramework)' == '$(NetCoreAppCurrent)'" >
90
- <!-- Upgrade the NetStandard.Library transitive xunit dependency to avoid 1.x NS dependencies. -->
91
- <PackageReference Include =" NETStandard.Library" Version =" $(NetStandardLibraryVersion)" />
92
92
<ProjectReference Include =" $(LibrariesProjectRoot)Microsoft.Win32.Registry\ref\Microsoft.Win32.Registry.csproj" PrivateAssets =" all" />
93
93
<ProjectReference Include =" $(LibrariesProjectRoot)System.Security.Principal.Windows\ref\System.Security.Principal.Windows.csproj" PrivateAssets =" all" />
94
94
</ItemGroup >
You can’t perform that action at this time.
0 commit comments