Skip to content

Commit 3f10908

Browse files
authored
[release/3.1] nit: Update $(RepositoryUrl) (#44891)
- this shows up in all package .nuspec files - `<repository type="git" url="$repositoryUrl$" commit="$repositoryCommit$" />` - also part of an `[AssemblyMetadataAttribute]` value (`SourceCommitUrl`) - bit confusing though redirects to our new location **do** work
1 parent 7e37207 commit 3f10908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
4-
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
4+
<RepositoryUrl>https://github.com/dotnet/aspnetcore</RepositoryUrl>
55
<RepositoryType>git</RepositoryType>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)