Skip to content

Commit 0900b58

Browse files
authored
Merge pull request #8497 from dotnet/darc-release/8.0.1xx-20edb29d-8cd1-41ec-b762-4bfff8898053
2 parents c0d435a + b4c78aa commit 0900b58

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

NuGet.config

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +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-runtime -->
7-
<add key="darc-int-dotnet-runtime-2aade6b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be/nuget/v3/index.json" />
8-
<add key="darc-int-dotnet-runtime-2aade6b-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-5/nuget/v3/index.json" />
9-
<add key="darc-int-dotnet-runtime-2aade6b-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-3/nuget/v3/index.json" />
10-
<add key="darc-int-dotnet-runtime-2aade6b-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-2/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-runtime-2aade6b-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-1/nuget/v3/index.json" />
127
<!-- End: Package sources from dotnet-runtime -->
138
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
149
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -24,11 +19,6 @@
2419
<disabledPackageSources>
2520
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2621
<!-- Begin: Package sources from dotnet-runtime -->
27-
<add key="darc-int-dotnet-runtime-2aade6b-1" value="true" />
28-
<add key="darc-int-dotnet-runtime-2aade6b-2" value="true" />
29-
<add key="darc-int-dotnet-runtime-2aade6b-3" value="true" />
30-
<add key="darc-int-dotnet-runtime-2aade6b-5" value="true" />
31-
<add key="darc-int-dotnet-runtime-2aade6b" value="true" />
3222
<!-- End: Package sources from dotnet-runtime -->
3323
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3424
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
</Dependency>
1818
</ProductDependencies>
1919
<ToolsetDependencies>
20-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24516.1">
20+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24525.2">
2121
<Uri>https://github.com/dotnet/arcade</Uri>
22-
<Sha>f7fb1fec01b91be69e4dcc5290a0bff3f28e214f</Sha>
22+
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
2323
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2424
</Dependency>
2525
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "8.0.110"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24516.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24525.2"
77
}
88
}

0 commit comments

Comments
 (0)