Skip to content

Commit 1e00891

Browse files
Update dependencies from https://github.com/dotnet/test-templates build 20241025.1
Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rtm.24523.2 -> To Version 1.1.0-rtm.24525.1
1 parent 42c0b80 commit 1e00891

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-aspire -->
7-
<add key="darc-pub-dotnet-aspire-5fa9337" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspire-5fa9337a/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-aspire-5fa9337-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspire-5fa9337a-1/nuget/v3/index.json" />
97
<!-- End: Package sources from dotnet-aspire -->
108
<!-- Begin: Package sources from dotnet-emsdk -->
119
<add key="darc-pub-dotnet-emsdk-8be5676" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-8be5676a/nuget/v3/index.json" />
@@ -23,6 +21,7 @@
2321
<!-- End: Package sources from dotnet-runtime -->
2422
<!-- Begin: Package sources from dotnet-templating -->
2523
<add key="darc-pub-dotnet-templating-e07a90b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4/nuget/v3/index.json" />
24+
<add key="darc-pub-dotnet-templating-e07a90b-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-3/nuget/v3/index.json" />
2625
<add key="darc-pub-dotnet-templating-e07a90b-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-2/nuget/v3/index.json" />
2726
<add key="darc-pub-dotnet-templating-e07a90b-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-1/nuget/v3/index.json" />
2827
<!-- End: Package sources from dotnet-templating -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@
379379
<Uri>https://github.com/dotnet/test-templates</Uri>
380380
<Sha>49c9ad01f057b3c6352bbec12b117acc2224493c</Sha>
381381
</Dependency>
382-
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24523.2">
382+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24525.1">
383383
<Uri>https://github.com/dotnet/test-templates</Uri>
384-
<Sha>6be1945e663153cd1db4ccd31f6ca38e7f35330d</Sha>
384+
<Sha>66b263ffecee032b2d5071076b42b9614fcf7013</Sha>
385385
</Dependency>
386386
<!-- Intermediate is necessary for source build. -->
387-
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24523.2">
387+
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24525.1">
388388
<Uri>https://github.com/dotnet/test-templates</Uri>
389-
<Sha>6be1945e663153cd1db4ccd31f6ca38e7f35330d</Sha>
389+
<Sha>66b263ffecee032b2d5071076b42b9614fcf7013</Sha>
390390
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
391391
</Dependency>
392392
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PropertyGroup>
9999
<!-- Dependency from https://github.com/dotnet/test-templates -->
100100
<!-- Supported versions -->
101-
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24523.2</MicrosoftDotNetTestProjectTemplates90PackageVersion>
101+
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24525.1</MicrosoftDotNetTestProjectTemplates90PackageVersion>
102102
</PropertyGroup>
103103
<PropertyGroup>
104104
<!-- Dependencies from https://github.com/dotnet/runtime -->

0 commit comments

Comments
 (0)