Skip to content

Commit 101303e

Browse files
Fix RepositoryUrls
1 parent 94e1afa commit 101303e

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

src/AADIntegration/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core AAD Integration</Product>
12-
<RepositoryUrl>https://github.com/aspnet/AADIntegration</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>

src/Antiforgery/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/Antiforgery</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>

src/AuthSamples/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<Product>Microsoft ASP.NET Core</Product>
8-
<RepositoryUrl>https://github.com/aspnet/AuthSamples</RepositoryUrl>
8+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1111
</PropertyGroup>

src/AzureIntegration/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/AzureIntegration</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>

src/CORS/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/CORS</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>

src/HttpSysServer/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/HttpSysServer</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>

src/IISIntegration/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/IISIntegration</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>

src/JavaScriptServices/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<Product>Microsoft ASP.NET Core</Product>
8-
<RepositoryUrl>https://github.com/aspnet/javascriptservices</RepositoryUrl>
8+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1111
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>

src/MetaPackages/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/MetaPackages</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspnetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>

src/ResponseCaching/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
12-
<RepositoryUrl>https://github.com/aspnet/ResponseCaching</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)