Skip to content

Commit d5bd3ef

Browse files
authored
[release/2.1] nit: Update $(RepositoryUrl) (#44994)
- backport of #44891; doesn't affect assembly attributes here - this shows up in all package .nuspec files - `<repository type="git" url="$repositoryUrl$" commit="$repositoryCommit$" />` - bit confusing though redirects to our new location **do** work
1 parent 52488e2 commit d5bd3ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Product>Microsoft ASP.NET Core</Product>
66
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
7-
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
7+
<RepositoryUrl>https://github.com/dotnet/aspnetcore</RepositoryUrl>
88
<RepositoryType>git</RepositoryType>
99
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
1010
<SignAssembly>true</SignAssembly>

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/AspNetCore</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/dotnet/aspnetcore</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1515
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>

src/Templating/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<Product>Microsoft ASP.NET Core</Product>
1212
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
13-
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
13+
<RepositoryUrl>https://github.com/dotnet/aspnetcore</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1616
<SharedSourceRoot>$(MSBuildThisFileDirectory)..\Shared\</SharedSourceRoot>

0 commit comments

Comments
 (0)