Skip to content

Commit 3480096

Browse files
authored
Fix v0.1 repo url (#134)
fix repo url in generated package
1 parent 3f7bbfb commit 3480096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.NET.Build.Containers/Microsoft.NET.Build.Containers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<Description>Tasks and targets to natively publish .NET applications as containers.</Description>
2525
<Copyright></Copyright>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27-
<PackageProjectUrl>https://github.com/rainersigwald/containers</PackageProjectUrl>
28-
<RepositoryUrl>https://github.com/rainersigwald/containers</RepositoryUrl>
27+
<PackageProjectUrl>https://github.com/dotnet/sdk-container-builds</PackageProjectUrl>
28+
<RepositoryUrl>https://github.com/dotnet/sdk-container-builds</RepositoryUrl>
2929
<RepositoryType>git</RepositoryType>
3030
<PackageTags>containers;docker;Microsoft.NET.Build.Containers</PackageTags>
3131
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)