Add RepositoryUrl property to the project .csproj file <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> <RepositoryUrl>https://github.com/PATH/TO/REPOSITORY</RepositoryUrl> </PropertyGroup> </Project>