File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 7
7
<add key =" darc-int-dotnet-efcore-f9c7b65" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-f9c7b658/nuget/v3/index.json" />
8
8
<!-- End: Package sources from dotnet-efcore -->
9
9
<!-- Begin: Package sources from dotnet-runtime -->
10
+ <add key =" darc-int-dotnet-runtime-b3afe99" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b3afe992/nuget/v3/index.json" />
10
11
<!-- End: Package sources from dotnet-runtime -->
11
12
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
12
13
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
24
25
<add key =" darc-int-dotnet-efcore-f9c7b65" value =" true" />
25
26
<!-- End: Package sources from dotnet-efcore -->
26
27
<!-- Begin: Package sources from dotnet-runtime -->
28
+ <add key =" darc-int-dotnet-runtime-b3afe99" value =" true" />
27
29
<!-- End: Package sources from dotnet-runtime -->
28
30
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
29
31
</disabledPackageSources >
Original file line number Diff line number Diff line change 207
207
</Dependency >
208
208
<Dependency Name =" System.Drawing.Common" Version =" 5.0.3" >
209
209
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
210
- <Sha >7211aa01b34bb55ca67bdddd6e80ce23ee201bd2 </Sha >
210
+ <Sha >dcdf74cbb0b398d843ae25921cf8491e733cc2bd </Sha >
211
211
</Dependency >
212
212
<Dependency Name =" System.IO.Pipelines" Version =" 5.0.1" >
213
213
<Uri >https://github.com/dotnet/runtime</Uri >
294
294
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
295
295
All Runtime.$rid packages should have the same version.
296
296
-->
297
- <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64" Version =" 5.0.12 " >
297
+ <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64" Version =" 5.0.13 " >
298
298
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
299
- <Sha >7211aa01b34bb55ca67bdddd6e80ce23ee201bd2 </Sha >
299
+ <Sha >b3afe992253738208ccaaa058e726553889928de </Sha >
300
300
</Dependency >
301
- <Dependency Name =" Microsoft.NETCore.App.Internal" Version =" 5.0.12 -servicing.21522.7 " >
301
+ <Dependency Name =" Microsoft.NETCore.App.Internal" Version =" 5.0.13 -servicing.21565.16 " >
302
302
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
303
- <Sha >7211aa01b34bb55ca67bdddd6e80ce23ee201bd2 </Sha >
303
+ <Sha >b3afe992253738208ccaaa058e726553889928de </Sha >
304
304
</Dependency >
305
- <Dependency Name =" Microsoft.NETCore.BrowserDebugHost.Transport" Version =" 5.0.12 -servicing.21522.7 " >
305
+ <Dependency Name =" Microsoft.NETCore.BrowserDebugHost.Transport" Version =" 5.0.13 -servicing.21565.16 " >
306
306
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
307
- <Sha >7211aa01b34bb55ca67bdddd6e80ce23ee201bd2 </Sha >
307
+ <Sha >b3afe992253738208ccaaa058e726553889928de </Sha >
308
308
</Dependency >
309
309
</ProductDependencies >
310
310
<ToolsetDependencies >
Original file line number Diff line number Diff line change 59
59
<PropertyGroup Label =" Automated" >
60
60
<!-- Packages from dotnet/runtime -->
61
61
<MicrosoftExtensionsDependencyModelPackageVersion >5.0.0</MicrosoftExtensionsDependencyModelPackageVersion >
62
- <MicrosoftNETCoreAppInternalPackageVersion >5.0.12 -servicing.21522.7 </MicrosoftNETCoreAppInternalPackageVersion >
62
+ <MicrosoftNETCoreAppInternalPackageVersion >5.0.13 -servicing.21565.16 </MicrosoftNETCoreAppInternalPackageVersion >
63
63
<MicrosoftNETCoreAppRefPackageVersion >5.0.0</MicrosoftNETCoreAppRefPackageVersion >
64
- <MicrosoftNETCoreAppRuntimewinx64PackageVersion >5.0.12 </MicrosoftNETCoreAppRuntimewinx64PackageVersion >
65
- <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion >5.0.12 -servicing.21522.7 </MicrosoftNETCoreBrowserDebugHostTransportPackageVersion >
64
+ <MicrosoftNETCoreAppRuntimewinx64PackageVersion >5.0.13 </MicrosoftNETCoreAppRuntimewinx64PackageVersion >
65
+ <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion >5.0.13 -servicing.21565.16 </MicrosoftNETCoreBrowserDebugHostTransportPackageVersion >
66
66
<MicrosoftWin32RegistryPackageVersion >5.0.0</MicrosoftWin32RegistryPackageVersion >
67
67
<MicrosoftWin32SystemEventsPackageVersion >5.0.0</MicrosoftWin32SystemEventsPackageVersion >
68
68
<MicrosoftExtensionsCachingAbstractionsPackageVersion >5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion >
Original file line number Diff line number Diff line change 166
166
When the targeting pack builds, it has exactly the same version as the shared framework. Passing
167
167
SharedFxVersion because that's needed even when the targeting pack isn't building.
168
168
-->
169
- <Command Condition =" $(IsWindowsHelixQueue)" >call runtests.cmd $(TargetFileName) $(NETCoreSdkVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(SharedFxVersion) $(_HelixFriendlyNameTargetQueue) $(TargetArchitecture) $(RunQuarantinedTests) $(DotnetEfPackageVersion) $(HelixTimeout) $(DotNetRuntimeSourceFeedKey)</Command >
169
+ <Command Condition =" $(IsWindowsHelixQueue)" >call runtests.cmd $(TargetFileName) $(NETCoreSdkVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(SharedFxVersion) $(_HelixFriendlyNameTargetQueue) $(TargetArchitecture) $(RunQuarantinedTests) $(DotnetEfPackageVersion) $(HelixTimeout) " $(DotNetRuntimeSourceFeedKey)" </Command >
170
170
<Command Condition =" !$(IsWindowsHelixQueue)" >./runtests.sh $(TargetFileName) $(NETCoreSdkVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(SharedFxVersion) $(_HelixFriendlyNameTargetQueue) $(TargetArchitecture) $(RunQuarantinedTests) $(DotnetEfPackageVersion) $(HelixTimeout) $(DotNetRuntimeSourceFeedKey)</Command >
171
171
<Command Condition =" $(HelixCommand) != ''" >$(HelixCommand)</Command >
172
172
<Timeout >$(HelixTimeout)</Timeout >
You can’t perform that action at this time.
0 commit comments