|
8 | 8 | <!-- Tests/infrastructure dependency versions. --> |
9 | 9 | <PropertyGroup> |
10 | 10 | <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview6.19280.1</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
11 | | - <XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion> |
12 | 11 | <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion> |
13 | 12 | <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.43</MicrosoftDiagnosticsTracingTraceEventPackageVersion> |
14 | 13 | <MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion> |
|
42 | 41 | <ElementName>MicrosoftNETCoreRuntimeCoreCLRPackageVersion</ElementName> |
43 | 42 | <PackageId>Microsoft.NETCore.Runtime.CoreCLR</PackageId> |
44 | 43 | </XmlUpdateStep> |
45 | | - <UpdateStep Include="ILAsm"> |
46 | | - <UpdaterType>File</UpdaterType> |
47 | | - <Path>$(MSBuildThisFileDirectory)ILAsmVersion.txt</Path> |
48 | | - <PackageId>Microsoft.NETCore.ILAsm</PackageId> |
49 | | - </UpdateStep> |
50 | | - </ItemGroup> |
51 | | - |
52 | | - <!-- Set up dependencies on packages that aren't found in a BuildInfo. --> |
53 | | - <ItemGroup> |
54 | | - <XUnitDependency Include="xunit"/> |
55 | | - <XUnitDependency Include="xunit.assert"/> |
56 | | - <XUnitDependency Include="xunit.core"/> |
57 | | - <XUnitDependency Include="xunit.extensibility.core" /> |
58 | | - <XUnitDependency Include="xunit.runner.console"/> |
59 | | - <XUnitDependency Include="xunit.runner.msbuild"/> |
60 | | - <XUnitDependency Include="xunit.runner.utility"/> |
61 | | - <StaticDependency Include="@(XUnitDependency)"> |
62 | | - <Version>$(XunitPackageVersion)</Version> |
63 | | - </StaticDependency> |
64 | | - |
65 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance" /> |
66 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance.analysis" /> |
67 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance.analysis.cli" /> |
68 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance.metrics" /> |
69 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance.run.core" /> |
70 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance.runner.cli" /> |
71 | | - <XunitPerformanceDependency Include="Microsoft.DotNet.xunit.performance.runner.Windows" /> |
72 | | - <StaticDependency Include="@(XunitPerformanceDependency)"> |
73 | | - <Version>1.0.0-alpha-build0040</Version> |
74 | | - </StaticDependency> |
75 | | - |
76 | | - <XUnitPerformanceApiDependency Include="xunit.performance.api" /> |
77 | | - <XUnitPerformanceApiDependency Include="xunit.performance.core" /> |
78 | | - <XUnitPerformanceApiDependency Include="xunit.performance.execution" /> |
79 | | - <XUnitPerformanceApiDependency Include="xunit.performance.metrics" /> |
80 | | - <StaticDependency Include="@(XUnitPerformanceApiDependency)"> |
81 | | - <Version>$(XunitPerformanceApiPackageVersion)</Version> |
82 | | - </StaticDependency> |
83 | | - |
84 | | - <DependencyBuildInfo Include="@(StaticDependency)"> |
85 | | - <PackageId>%(Identity)</PackageId> |
86 | | - <UpdateStableVersions>true</UpdateStableVersions> |
87 | | - </DependencyBuildInfo> |
88 | 44 | </ItemGroup> |
89 | 45 |
|
90 | 46 | <!-- Override isolated build dependency versions with versions from Repo API. --> |
|
0 commit comments