Skip to content

Commit 3f6fa57

Browse files
committed
Convert internal URIs to public
1 parent 3a0d4ca commit 3f6fa57

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.5" 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>2f740adc1457e8a28c1c072993b66f515977eb51</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.202-servicing.21201.17" 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>51369266643769f9f0c1184e89715cd1045126d0</Sha>
6969
<RepoName>sdk</RepoName>
7070
</Dependency>
@@ -84,7 +84,7 @@
8484
<Sha>a52f3d7fb58470749ee4035fbbcb7e63c78b0459</Sha>
8585
</Dependency>
8686
<Dependency Name="dotnet-dev-certs" Version="5.0.5-servicing.21167.8" 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>b7a2ec8c7ed6b48857af0a69688a73e8c14fe6cb</Sha>
8989
<RepoName>aspnetcore</RepoName>
9090
</Dependency>
@@ -97,7 +97,7 @@
9797
<Sha>99b911a57a02fc5d2eeef23e9ab8cbea4505678b</Sha>
9898
</Dependency>
9999
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="5.0.202-servicing.21201.18">
100-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-installer</Uri>
100+
<Uri>https://github.com/dotnet/installer</Uri>
101101
<Sha>db7cc87d512335808e3806067f2bf9b31379e1db</Sha>
102102
<RepoName>installer</RepoName>
103103
</Dependency>

repos/aspnetcore.proj

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-aspnetcore</SourceDirectory>
3+
<SourceDirectory>aspnetcore</SourceDirectory>
44
</PropertyGroup>
55

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

repos/installer.proj

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-installer</SourceDirectory>
3+
<SourceDirectory>installer</SourceDirectory>
44
</PropertyGroup>
55

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

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>dotnet-sdk</SourceDirectory>
3+
<SourceDirectory>sdk</SourceDirectory>
44
</PropertyGroup>
55

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

0 commit comments

Comments
 (0)