File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 10
10
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
11
11
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
12
12
<add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
13
- <add key =" dotnet5" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
14
- <add key =" dotnet5-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
15
13
<add key =" dotnet6" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
16
14
<add key =" dotnet6-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
17
- <add key =" dotnet-experimental" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
18
15
<add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
19
- <!-- Used for the SiteExtension 3.1 bits that are included in the 5 .0 build -->
16
+ <!-- Used for the SiteExtension bits that are included in the 6 .0 build -->
20
17
<add key =" dotnet31-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
18
+ <add key =" dotnet5-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
21
19
<!-- Used for the Rich Navigation indexing task -->
22
20
<add key =" richnav" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
23
21
</packageSources >
Original file line number Diff line number Diff line change 151
151
<MicrosoftNETCoreAppRuntimeVersion >$(MicrosoftNETCoreAppRuntimewinx64Version)</MicrosoftNETCoreAppRuntimeVersion >
152
152
</PropertyGroup >
153
153
<PropertyGroup Label =" Manual" >
154
- <!-- DiagnosticAdapter package pinned temporarily until migrated/deprecated -->
155
- <MicrosoftExtensionsDiagnosticAdapterVersion >5.0.0-preview.4.20180.4</MicrosoftExtensionsDiagnosticAdapterVersion >
154
+ <!-- DiagnosticAdapter package pinned temporarily (??) until migrated/deprecated -->
155
+ <!-- This is the latest version found in dotnet-public. -->
156
+ <MicrosoftExtensionsDiagnosticAdapterVersion >5.0.0-preview.3.20215.2</MicrosoftExtensionsDiagnosticAdapterVersion >
156
157
<!-- Build tool dependencies -->
157
158
<MicrosoftVSSDKBuildToolsVersion >15.9.3032</MicrosoftVSSDKBuildToolsVersion >
158
159
<!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
214
215
<!-- Packages from 2.1, 3.1, and 5.0 branches used for site extension build. -->
215
216
<MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version >2.1.1</MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version >
216
217
<MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version >2.2.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version >
217
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version >3.1.29 -servicing-22418-8 </MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version >
218
+ <MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version >3.1.30 -servicing-22476-24 </MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version >
218
219
<MicrosoftAspNetCoreAzureAppServicesSiteExtension31x64Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension31x64Version >
219
220
<MicrosoftAspNetCoreAzureAppServicesSiteExtension31x86Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension31x86Version >
220
221
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version >5.0.17-servicing-22215-7</MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version >
You can’t perform that action at this time.
0 commit comments