🔖 Removes RepositoryUrl since it is now autodiscovered by Source Link

This commit is contained in:
2023-11-14 23:03:00 +02:00
parent 266a795b32
commit 8d4fe61f36
2 changed files with 0 additions and 5 deletions

View File

@ -10,10 +10,6 @@
<PackageVersion Include="FluentAssertions.Analyzers" Version="0.26.0" />
<PackageVersion Include="GitVersion.MSBuild" Version="5.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.Bitbucket.Git" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.GitLab" Version="1.1.1" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.16" />
<PackageVersion Include="SerilogAnalyzer" Version="0.15.0" />

View File

@ -5,6 +5,5 @@
<PropertyGroup Label="Package">
<PackageProjectUrl>http://localhost</PackageProjectUrl>
<RepositoryUrl>http://localhost</RepositoryUrl>
</PropertyGroup>
</Project>