Skip to content

Commit ea6cbc8

Browse files
committed
Update internal feeds
1 parent 72bdfae commit ea6cbc8

File tree

7 files changed

+5
-42
lines changed

7 files changed

+5
-42
lines changed

NuGet.config

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<!-- Begin: Package sources from dotnet-msbuild -->
7-
<add key="darc-pub-dotnet-msbuild-39993bd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-39993bd9/nuget/v3/index.json" />
8-
<!-- End: Package sources from dotnet-msbuild -->
9-
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-int-dotnet-runtime-c636bbd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-c636bbdc/nuget/v3/index.json" />
11-
<!-- End: Package sources from dotnet-runtime -->
12-
<!-- Begin: Package sources from dotnet-templating -->
13-
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
14-
<!-- End: Package sources from dotnet-templating -->
15-
<add key="darc-int-dotnet-aspnetcore-d827c653" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-d827c653/nuget/v3/index.json" />
16-
<add key="darc-int-dotnet-installer-72dec52d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-72dec52d/nuget/v3/index.json" />
17-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
185
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
196
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
207
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<RepoName>linker</RepoName>
2929
</Dependency>
3030
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
31-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
31+
<Uri>https://github.com/dotnet/runtime</Uri>
3232
<Sha>c636bbdc8a2d393d07c0e9407a4f8923ba1a21cb</Sha>
3333
<RepoName>runtime</RepoName>
3434
<RepoName>runtime-portable</RepoName>
@@ -64,7 +64,7 @@
6464
<RepoName>nuget-client</RepoName>
6565
</Dependency>
6666
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.103-servicing.21073.8" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
67-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
67+
<Uri>https://github.com/dotnet/sdk</Uri>
6868
<Sha>0c81a4876c3f22f6753ae6fec6e74d1c20bc55f7</Sha>
6969
<RepoName>sdk</RepoName>
7070
</Dependency>
@@ -84,7 +84,7 @@
8484
<Sha>a52f3d7fb58470749ee4035fbbcb7e63c78b0459</Sha>
8585
</Dependency>
8686
<Dependency Name="dotnet-watch" Version="5.0.3-servicing.21073.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
87-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
87+
<Uri>https://github.com/dotnet/aspnetcore</Uri>
8888
<Sha>d827c653b787c07de908240b7746ce34d3e6271e</Sha>
8989
<RepoName>aspnetcore</RepoName>
9090
</Dependency>
@@ -97,7 +97,7 @@
9797
<Sha>212656d7b384a506aa714999f678b3ace82d114e</Sha>
9898
</Dependency>
9999
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="5.0.103-servicing.21073.8">
100-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-installer</Uri>
100+
<Uri>https://github.com/dotnet/installer</Uri>
101101
<Sha>72dec52dbda7611ff3b2a39c96ef40942bedc4f0</Sha>
102102
<RepoName>installer</RepoName>
103103
</Dependency>

repos/aspnetcore.proj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<Project>
2-
<PropertyGroup>
3-
<SourceDirectory>dotnet-aspnetcore</SourceDirectory>
4-
</PropertyGroup>
52

63
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
74

repos/installer.proj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<Project>
2-
<PropertyGroup>
3-
<SourceDirectory>dotnet-installer</SourceDirectory>
4-
</PropertyGroup>
52

63
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
74

repos/runtime.common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>dotnet-runtime</SourceDirectory>
3+
<SourceDirectory>runtime</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

repos/sdk.proj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<Project>
2-
<PropertyGroup>
3-
<SourceDirectory>dotnet-sdk</SourceDirectory>
4-
</PropertyGroup>
52

63
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
74

smoke-testNuGet.Config

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5-
<clear />
6-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7-
<!-- Begin: Package sources from dotnet-msbuild -->
8-
<add key="darc-pub-dotnet-msbuild-39993bd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-39993bd9/nuget/v3/index.json" />
9-
<!-- End: Package sources from dotnet-msbuild -->
10-
<!-- Begin: Package sources from dotnet-runtime -->
11-
<add key="darc-int-dotnet-runtime-c636bbd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-c636bbdc/nuget/v3/index.json" />
12-
<!-- End: Package sources from dotnet-runtime -->
13-
<!-- Begin: Package sources from dotnet-templating -->
14-
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
15-
<!-- End: Package sources from dotnet-templating -->
16-
<add key="darc-int-dotnet-aspnetcore-d827c653" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-d827c653/nuget/v3/index.json" />
17-
<add key="darc-int-dotnet-installer-72dec52d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-72dec52d/nuget/v3/index.json" />
18-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
194
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
205
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
216
<add key="dotnet.myget.org/feed/dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />

0 commit comments

Comments
 (0)