Skip to content

Commit b2b5ca1

Browse files
authored
Fixed 404 in Nuget repository link (#464)
Fixed Source repository link in nuget package metadata
1 parent e43cdd9 commit b2b5ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Copyright>Copyright (c) .NET Foundation and Contributors</Copyright>
77
<PackageTags>Docker Container C# .NET</PackageTags>
88
<RepositoryType>git</RepositoryType>
9-
<RepositoryUrl>https://github.com/Microsoft/Docker.DotNet/tree/master/Docker.DotNet</RepositoryUrl>
9+
<RepositoryUrl>https://github.com/dotnet/Docker.DotNet/</RepositoryUrl>
1010
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1111
<IncludeSymbols>true</IncludeSymbols>
1212
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -35,4 +35,4 @@
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3636
</PackageReference>
3737
</ItemGroup>
38-
</Project>
38+
</Project>

0 commit comments

Comments
 (0)