|
34 | 34 | </ItemGroup>
|
35 | 35 | <PropertyGroup>
|
36 | 36 | <!-- dotnet/roslyn-analyzers dependencies -->
|
37 |
| - <MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24225.1</MicrosoftCodeAnalysisAnalyzersVersion> |
38 |
| - <MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24225.1</MicrosoftCodeAnalysisNetAnalyzersVersion> |
| 37 | + <MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24306.2</MicrosoftCodeAnalysisAnalyzersVersion> |
| 38 | + <MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24306.2</MicrosoftCodeAnalysisNetAnalyzersVersion> |
39 | 39 | <!-- dotnet/roslyn dependencies -->
|
40 | 40 | <!--
|
41 | 41 | These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
|
42 | 42 | Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
|
43 | 43 | they do not break the local dev experience.
|
44 | 44 | -->
|
45 |
| - <MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24301.1</MicrosoftCodeAnalysisCSharpVersion> |
46 |
| - <MicrosoftCodeAnalysisVersion>4.11.0-3.24301.1</MicrosoftCodeAnalysisVersion> |
47 |
| - <MicrosoftNetCompilersToolsetVersion>4.11.0-3.24301.1</MicrosoftNetCompilersToolsetVersion> |
| 45 | + <MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24310.10</MicrosoftCodeAnalysisCSharpVersion> |
| 46 | + <MicrosoftCodeAnalysisVersion>4.11.0-3.24310.10</MicrosoftCodeAnalysisVersion> |
| 47 | + <MicrosoftNetCompilersToolsetVersion>4.11.0-3.24310.10</MicrosoftNetCompilersToolsetVersion> |
48 | 48 | </PropertyGroup>
|
49 | 49 | <!--
|
50 | 50 | For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
|
|
81 | 81 | <PropertyGroup>
|
82 | 82 | <StaticCsVersion>0.2.0</StaticCsVersion>
|
83 | 83 | <!-- SDK dependencies (also used in wasm build tests -->
|
84 |
| - <MicrosoftDotNetApiCompatTaskVersion>9.0.100-preview.5.24272.19</MicrosoftDotNetApiCompatTaskVersion> |
| 84 | + <MicrosoftDotNetApiCompatTaskVersion>9.0.100-preview.6.24277.1</MicrosoftDotNetApiCompatTaskVersion> |
85 | 85 | <!-- Arcade dependencies -->
|
86 |
| - <MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksFeedVersion> |
87 |
| - <MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24281.1</MicrosoftDotNetCodeAnalysisVersion> |
88 |
| - <MicrosoftDotNetGenAPIVersion>9.0.0-beta.24281.1</MicrosoftDotNetGenAPIVersion> |
89 |
| - <MicrosoftDotNetGenFacadesVersion>9.0.0-beta.24281.1</MicrosoftDotNetGenFacadesVersion> |
90 |
| - <MicrosoftDotNetXUnitAssertVersion>2.6.7-beta.24281.1</MicrosoftDotNetXUnitAssertVersion> |
91 |
| - <MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24281.1</MicrosoftDotNetXUnitExtensionsVersion> |
92 |
| - <MicrosoftDotNetXUnitConsoleRunnerVersion>2.6.7-beta.24281.1</MicrosoftDotNetXUnitConsoleRunnerVersion> |
93 |
| - <MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksArchivesVersion> |
94 |
| - <MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksInstallersVersion> |
95 |
| - <MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksPackagingVersion> |
96 |
| - <MicrosoftDotNetBuildTasksTargetFrameworkVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksTargetFrameworkVersion> |
97 |
| - <MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksTemplatingVersion> |
98 |
| - <MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksWorkloadsPackageVersion> |
99 |
| - <MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24281.1</MicrosoftDotNetRemoteExecutorVersion> |
100 |
| - <MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24281.1</MicrosoftDotNetVersionToolsTasksVersion> |
101 |
| - <MicrosoftDotNetPackageTestingVersion>9.0.0-beta.24281.1</MicrosoftDotNetPackageTestingVersion> |
| 86 | + <MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksFeedVersion> |
| 87 | + <MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24306.4</MicrosoftDotNetCodeAnalysisVersion> |
| 88 | + <MicrosoftDotNetGenAPIVersion>9.0.0-beta.24306.4</MicrosoftDotNetGenAPIVersion> |
| 89 | + <MicrosoftDotNetGenFacadesVersion>9.0.0-beta.24306.4</MicrosoftDotNetGenFacadesVersion> |
| 90 | + <MicrosoftDotNetXUnitAssertVersion>2.6.7-beta.24306.4</MicrosoftDotNetXUnitAssertVersion> |
| 91 | + <MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24306.4</MicrosoftDotNetXUnitExtensionsVersion> |
| 92 | + <MicrosoftDotNetXUnitConsoleRunnerVersion>2.6.7-beta.24306.4</MicrosoftDotNetXUnitConsoleRunnerVersion> |
| 93 | + <MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksArchivesVersion> |
| 94 | + <MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksInstallersVersion> |
| 95 | + <MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksPackagingVersion> |
| 96 | + <MicrosoftDotNetBuildTasksTargetFrameworkVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksTargetFrameworkVersion> |
| 97 | + <MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksTemplatingVersion> |
| 98 | + <MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.24306.4</MicrosoftDotNetBuildTasksWorkloadsPackageVersion> |
| 99 | + <MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24306.4</MicrosoftDotNetRemoteExecutorVersion> |
| 100 | + <MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24306.4</MicrosoftDotNetVersionToolsTasksVersion> |
| 101 | + <MicrosoftDotNetPackageTestingVersion>9.0.0-beta.24306.4</MicrosoftDotNetPackageTestingVersion> |
102 | 102 | <!-- TODO: Remove pinned xunit.analyzers version: https://github.com/dotnet/runtime/issues/97088 -->
|
103 | 103 | <XUnitAnalyzersVersion>1.4.0</XUnitAnalyzersVersion>
|
104 | 104 | <!-- NuGet dependencies -->
|
105 | 105 | <NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
|
106 | 106 | <!-- Installer dependencies -->
|
107 |
| - <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.5.24272.3</MicrosoftNETCoreAppRuntimewinx64Version> |
| 107 | + <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.5.24275.1</MicrosoftNETCoreAppRuntimewinx64Version> |
108 | 108 | <MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
|
109 | 109 | <!-- ILAsm dependencies -->
|
110 |
| - <MicrosoftNETCoreILAsmVersion>9.0.0-preview.5.24272.3</MicrosoftNETCoreILAsmVersion> |
| 110 | + <MicrosoftNETCoreILAsmVersion>9.0.0-preview.5.24275.1</MicrosoftNETCoreILAsmVersion> |
111 | 111 | <!-- Libraries dependencies -->
|
112 | 112 | <MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
|
113 | 113 | <MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
|
|
119 | 119 | <SystemDrawingCommonVersion>8.0.0</SystemDrawingCommonVersion>
|
120 | 120 | <SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
|
121 | 121 | <SystemMemoryVersion>4.5.5</SystemMemoryVersion>
|
122 |
| - <SystemReflectionMetadataVersion>9.0.0-preview.5.24272.3</SystemReflectionMetadataVersion> |
123 |
| - <SystemReflectionMetadataLoadContextVersion>9.0.0-preview.5.24272.3</SystemReflectionMetadataLoadContextVersion> |
| 122 | + <SystemReflectionMetadataVersion>9.0.0-preview.5.24275.1</SystemReflectionMetadataVersion> |
| 123 | + <SystemReflectionMetadataLoadContextVersion>9.0.0-preview.5.24275.1</SystemReflectionMetadataLoadContextVersion> |
124 | 124 | <SystemSecurityAccessControlVersion>6.0.0</SystemSecurityAccessControlVersion>
|
125 | 125 | <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
|
126 | 126 | <SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
|
127 | 127 | <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
|
128 | 128 | <SystemSecurityPermissionsVersion>7.0.0</SystemSecurityPermissionsVersion>
|
129 |
| - <SystemTextJsonVersion>9.0.0-preview.5.24272.3</SystemTextJsonVersion> |
| 129 | + <SystemTextJsonVersion>9.0.0-preview.5.24275.1</SystemTextJsonVersion> |
130 | 130 | <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
|
131 | 131 | <SystemThreadingAccessControlVersion>7.0.0</SystemThreadingAccessControlVersion>
|
132 | 132 | <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
|
133 | 133 | <SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
|
134 |
| - <runtimenativeSystemIOPortsVersion>9.0.0-preview.5.24272.3</runtimenativeSystemIOPortsVersion> |
| 134 | + <runtimenativeSystemIOPortsVersion>9.0.0-preview.5.24275.1</runtimenativeSystemIOPortsVersion> |
135 | 135 | <!-- Keep toolset versions in sync with dotnet/msbuild and dotnet/sdk -->
|
136 | 136 | <SystemCollectionsImmutableToolsetVersion>8.0.0</SystemCollectionsImmutableToolsetVersion>
|
137 | 137 | <SystemTextJsonToolsetVersion>8.0.0</SystemTextJsonToolsetVersion>
|
138 | 138 | <SystemReflectionMetadataToolsetVersion>8.0.0</SystemReflectionMetadataToolsetVersion>
|
139 | 139 | <SystemReflectionMetadataLoadContextToolsetVersion>8.0.0</SystemReflectionMetadataLoadContextToolsetVersion>
|
140 | 140 | <!-- Runtime-Assets dependencies -->
|
141 |
| - <SystemRuntimeNumericsTestDataVersion>9.0.0-beta.24271.1</SystemRuntimeNumericsTestDataVersion> |
142 |
| - <SystemComponentModelTypeConverterTestDataVersion>9.0.0-beta.24271.1</SystemComponentModelTypeConverterTestDataVersion> |
143 |
| - <SystemDataCommonTestDataVersion>9.0.0-beta.24271.1</SystemDataCommonTestDataVersion> |
144 |
| - <SystemDrawingCommonTestDataVersion>9.0.0-beta.24271.1</SystemDrawingCommonTestDataVersion> |
145 |
| - <SystemFormatsTarTestDataVersion>9.0.0-beta.24271.1</SystemFormatsTarTestDataVersion> |
146 |
| - <SystemIOCompressionTestDataVersion>9.0.0-beta.24271.1</SystemIOCompressionTestDataVersion> |
147 |
| - <SystemIOPackagingTestDataVersion>9.0.0-beta.24271.1</SystemIOPackagingTestDataVersion> |
148 |
| - <SystemNetTestDataVersion>9.0.0-beta.24271.1</SystemNetTestDataVersion> |
149 |
| - <SystemPrivateRuntimeUnicodeDataVersion>9.0.0-beta.24271.1</SystemPrivateRuntimeUnicodeDataVersion> |
150 |
| - <SystemRuntimeTimeZoneDataVersion>9.0.0-beta.24271.1</SystemRuntimeTimeZoneDataVersion> |
151 |
| - <SystemSecurityCryptographyX509CertificatesTestDataVersion>9.0.0-beta.24271.1</SystemSecurityCryptographyX509CertificatesTestDataVersion> |
152 |
| - <SystemTextRegularExpressionsTestDataVersion>9.0.0-beta.24271.1</SystemTextRegularExpressionsTestDataVersion> |
153 |
| - <SystemWindowsExtensionsTestDataVersion>9.0.0-beta.24271.1</SystemWindowsExtensionsTestDataVersion> |
154 |
| - <MicrosoftDotNetCilStripSourcesVersion>9.0.0-beta.24271.1</MicrosoftDotNetCilStripSourcesVersion> |
| 141 | + <SystemRuntimeNumericsTestDataVersion>9.0.0-beta.24277.1</SystemRuntimeNumericsTestDataVersion> |
| 142 | + <SystemComponentModelTypeConverterTestDataVersion>9.0.0-beta.24277.1</SystemComponentModelTypeConverterTestDataVersion> |
| 143 | + <SystemDataCommonTestDataVersion>9.0.0-beta.24277.1</SystemDataCommonTestDataVersion> |
| 144 | + <SystemDrawingCommonTestDataVersion>9.0.0-beta.24277.1</SystemDrawingCommonTestDataVersion> |
| 145 | + <SystemFormatsTarTestDataVersion>9.0.0-beta.24277.1</SystemFormatsTarTestDataVersion> |
| 146 | + <SystemIOCompressionTestDataVersion>9.0.0-beta.24277.1</SystemIOCompressionTestDataVersion> |
| 147 | + <SystemIOPackagingTestDataVersion>9.0.0-beta.24277.1</SystemIOPackagingTestDataVersion> |
| 148 | + <SystemNetTestDataVersion>9.0.0-beta.24277.1</SystemNetTestDataVersion> |
| 149 | + <SystemPrivateRuntimeUnicodeDataVersion>9.0.0-beta.24277.1</SystemPrivateRuntimeUnicodeDataVersion> |
| 150 | + <SystemRuntimeTimeZoneDataVersion>9.0.0-beta.24277.1</SystemRuntimeTimeZoneDataVersion> |
| 151 | + <SystemSecurityCryptographyX509CertificatesTestDataVersion>9.0.0-beta.24277.1</SystemSecurityCryptographyX509CertificatesTestDataVersion> |
| 152 | + <SystemTextRegularExpressionsTestDataVersion>9.0.0-beta.24277.1</SystemTextRegularExpressionsTestDataVersion> |
| 153 | + <SystemWindowsExtensionsTestDataVersion>9.0.0-beta.24277.1</SystemWindowsExtensionsTestDataVersion> |
| 154 | + <MicrosoftDotNetCilStripSourcesVersion>9.0.0-beta.24277.1</MicrosoftDotNetCilStripSourcesVersion> |
155 | 155 | <!-- dotnet-optimization dependencies -->
|
156 | 156 | <optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.24223.3</optimizationwindows_ntx64MIBCRuntimeVersion>
|
157 | 157 | <optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.24223.3</optimizationwindows_ntx86MIBCRuntimeVersion>
|
|
179 | 179 | <!-- Testing -->
|
180 | 180 | <MicrosoftNETCoreCoreDisToolsVersion>1.4.0</MicrosoftNETCoreCoreDisToolsVersion>
|
181 | 181 | <MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
|
182 |
| - <MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.24270.4</MicrosoftDotNetXHarnessTestRunnersCommonVersion> |
183 |
| - <MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.24270.4</MicrosoftDotNetXHarnessTestRunnersXunitVersion> |
184 |
| - <MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24270.4</MicrosoftDotNetXHarnessCLIVersion> |
185 |
| - <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.24271.3</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion> |
| 182 | + <MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion> |
| 183 | + <MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion> |
| 184 | + <MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessCLIVersion> |
| 185 | + <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.24277.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion> |
186 | 186 | <NUnitVersion>3.12.0</NUnitVersion>
|
187 | 187 | <NUnit3TestAdapterVersion>4.5.0</NUnit3TestAdapterVersion>
|
188 | 188 | <CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
|
|
210 | 210 | <!-- Mono Cecil -->
|
211 | 211 | <MicrosoftDotNetCecilVersion>0.11.4-alpha.24230.1</MicrosoftDotNetCecilVersion>
|
212 | 212 | <!-- ILCompiler -->
|
213 |
| - <MicrosoftDotNetILCompilerVersion>9.0.0-preview.5.24272.3</MicrosoftDotNetILCompilerVersion> |
| 213 | + <MicrosoftDotNetILCompilerVersion>9.0.0-preview.5.24275.1</MicrosoftDotNetILCompilerVersion> |
214 | 214 | <!-- ICU -->
|
215 |
| - <MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-preview.6.24272.2</MicrosoftNETCoreRuntimeICUTransportVersion> |
| 215 | + <MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-preview.6.24277.1</MicrosoftNETCoreRuntimeICUTransportVersion> |
216 | 216 | <!-- MsQuic -->
|
217 | 217 | <MicrosoftNativeQuicMsQuicSchannelVersion>2.3.5</MicrosoftNativeQuicMsQuicSchannelVersion>
|
218 | 218 | <SystemNetMsQuicTransportVersion>9.0.0-alpha.1.24167.3</SystemNetMsQuicTransportVersion>
|
|
0 commit comments