Skip to content

Commit b3f1a67

Browse files
Stef Käsercococonscious
authored andcommitted
fix: add repository url to have it as reference in the nuget package
1 parent fc63665 commit b3f1a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scaffold/template/dotnet/gen/dotnet/api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
If there is a suffix, the NuGet-Package will be treated as pre-release.
1515
-->
1616
<Version>{{ version }}</Version>
17-
17+
<RepositoryUrl>$(repositoryUrl)</RepositoryUrl>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
</PropertyGroup>
2020

@@ -27,4 +27,4 @@
2727
{{/each}}
2828
</ItemGroup>
2929

30-
</Project>
30+
</Project>

0 commit comments

Comments
 (0)