Browse Source

Minor .csproj tweak

Charlie Kindel 3 years ago
parent
commit
63d50ccf68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Terminal.Gui/Terminal.Gui.csproj

+ 2 - 2
Terminal.Gui/Terminal.Gui.csproj

@@ -61,8 +61,8 @@
     <PackageId>Terminal.Gui</PackageId>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
-    <!--<RepositoryUrl>https://github.com/migueldeicaza/gui.cs.git</RepositoryUrl>
-    <RepositoryType>git</RepositoryType>-->
+    <RepositoryUrl>https://github.com/migueldeicaza/gui.cs.git</RepositoryUrl>
+    <RepositoryType>git</RepositoryType>
     <IncludeSymbols>true</IncludeSymbols>
     <SymbolPackageFormat>snupkg</SymbolPackageFormat>
     <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->