|
162 | 162 | <!-- Bumping the Roslyn version used in order to ingest the new runtime source generators -->
|
163 | 163 | <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
|
164 | 164 | <MicrosoftNetCompilersToolsetVersion>4.5.0-1.22517.9</MicrosoftNetCompilersToolsetVersion>
|
165 |
| - <!-- DiagnosticAdapter package pinned temporarily until migrated/deprecated --> |
166 |
| - <MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.4.20180.4</MicrosoftExtensionsDiagnosticAdapterVersion> |
| 165 | + <!-- DiagnosticAdapter package pinned temporarily (??) until migrated/deprecated --> |
| 166 | + <!-- This is the latest version found in dotnet-public. --> |
| 167 | + <MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.3.20215.2</MicrosoftExtensionsDiagnosticAdapterVersion> |
167 | 168 | <!-- Build tool dependencies -->
|
168 | 169 | <MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
|
169 | 170 | <!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
|
|
201 | 202 | framework in current .NET SDKs.
|
202 | 203 | -->
|
203 | 204 | <MicrosoftNETTestSdkVersion>17.1.0-preview-20211109-03</MicrosoftNETTestSdkVersion>
|
| 205 | + <!-- |
| 206 | + Also use a newer, publicly-released version of the templating engine than the Arcade default. |
| 207 | + https://github.com/dotnet/templating/blob/main/docs/Localization.md recommends updating the version when |
| 208 | + preview or stable versions are released to NuGet.org. |
| 209 | + --> |
| 210 | + <MicrosoftTemplateEngineTasksVersion>7.0.100-rc.2.22473.1</MicrosoftTemplateEngineTasksVersion> |
204 | 211 | <!--
|
205 | 212 | Versions of Microsoft.CodeAnalysis packages referenced by analyzers shipped in the SDK.
|
206 | 213 | This need to be pinned since they're used in 3.1 apps and need to be loadable in VS 2019.
|
|
230 | 237 | <SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
|
231 | 238 | <SystemNetExperimentalMsQuicVersion>5.0.0-alpha.20560.6</SystemNetExperimentalMsQuicVersion>
|
232 | 239 | <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
|
233 |
| - <!-- Packages from 2.1, 3.1, and 5.0 branches used for site extension build. --> |
| 240 | + <!-- Packages from downlevel branches used for site extension build. --> |
234 | 241 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version>2.1.1</MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version>
|
235 | 242 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version>2.2.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version>
|
236 |
| - <MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version>3.1.28-servicing-22364-2</MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version> |
| 243 | + <MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version>3.1.30-servicing-22476-24</MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version> |
237 | 244 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension31x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension31x64Version>
|
238 | 245 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension31x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension31x86Version>
|
239 | 246 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version>5.0.17-servicing-22215-7</MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version>
|
240 | 247 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension50x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x64Version>
|
241 | 248 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version>
|
242 |
| - <MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version>6.0.8-servicing-22363-16</MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version> |
| 249 | + <MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version>6.0.10-servicing-22476-17</MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version> |
243 | 250 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>
|
244 | 251 | <MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>
|
| 252 | + <!-- Should be 7.0.0-rtm-22518-19 soon. --> |
| 253 | + <MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version>7.0.0-rtm-22517-17</MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version> |
| 254 | + <MicrosoftAspNetCoreAzureAppServicesSiteExtension70x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension70x64Version> |
| 255 | + <MicrosoftAspNetCoreAzureAppServicesSiteExtension70x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension70x86Version> |
245 | 256 | <!-- 3rd party dependencies -->
|
246 | 257 | <AngleSharpVersion>0.9.9</AngleSharpVersion>
|
247 | 258 | <BenchmarkDotNetVersion>0.13.0</BenchmarkDotNetVersion>
|
|
0 commit comments