Skip to content

Commit 5cd282e

Browse files
authored
[release/9.0.3xx] Update dependencies from dotnet/scenario-tests (#48710)
2 parents 838b2f8 + ccb9ae6 commit 5cd282e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

NuGet.config

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
<!-- End: Package sources from dotnet-runtime -->
3737
<!-- Begin: Package sources from dotnet-templating -->
3838
<add key="darc-pub-dotnet-templating-bb74178" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780/nuget/v3/index.json" />
39+
<add key="darc-pub-dotnet-templating-bb74178-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-8/nuget/v3/index.json" />
40+
<add key="darc-pub-dotnet-templating-bb74178-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-7/nuget/v3/index.json" />
41+
<add key="darc-pub-dotnet-templating-bb74178-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-6/nuget/v3/index.json" />
42+
<add key="darc-pub-dotnet-templating-bb74178-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-5/nuget/v3/index.json" />
3943
<add key="darc-pub-dotnet-templating-bb74178-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-4/nuget/v3/index.json" />
4044
<add key="darc-pub-dotnet-templating-bb74178-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-3/nuget/v3/index.json" />
4145
<add key="darc-pub-dotnet-templating-bb74178-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-bb741780-2/nuget/v3/index.json" />

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,14 @@
597597
<Uri>https://github.com/dotnet/arcade-services</Uri>
598598
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.25163.1">
600+
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.25257.1">
601601
<Uri>https://github.com/dotnet/scenario-tests</Uri>
602-
<Sha>75f784a5484a2d4e00905069160954f686dcc8e3</Sha>
602+
<Sha>db1f9548f1e32819b3d546faf1ba7d3fa6880ae7</Sha>
603603
</Dependency>
604604
<!-- Intermediate is necessary for source build. -->
605-
<Dependency Name="Microsoft.SourceBuild.Intermediate.scenario-tests" Version="9.0.0-preview.25163.1">
605+
<Dependency Name="Microsoft.SourceBuild.Intermediate.scenario-tests" Version="9.0.0-preview.25257.1">
606606
<Uri>https://github.com/dotnet/scenario-tests</Uri>
607-
<Sha>75f784a5484a2d4e00905069160954f686dcc8e3</Sha>
607+
<Sha>db1f9548f1e32819b3d546faf1ba7d3fa6880ae7</Sha>
608608
<SourceBuild RepoName="scenario-tests" ManagedOnly="true" />
609609
</Dependency>
610610
<!--

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<PropertyGroup Label="Infrastructure and test only dependencies">
264264
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
265265
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
266-
<MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>9.0.0-preview.25163.1</MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>
266+
<MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>9.0.0-preview.25257.1</MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>
267267
</PropertyGroup>
268268
<PropertyGroup Label="Manually updated">
269269
<!-- Dependencies from https://github.com/microsoft/MSBuildLocator -->

0 commit comments

Comments
 (0)