Skip to content

Commit 8a37389

Browse files
Fix RepositoryUrl for some repos
1 parent f077da5 commit 8a37389

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Mvc/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 MVC</Product>
12-
<RepositoryUrl>https://github.com/aspnet/Mvc</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/MvcPrecompilation/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/MvcPrecompilation</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/Razor/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/Razor</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/SignalR/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/SignalR</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)