Fix the links to be lowercase in the correct place but uppercase within the tablegenerator so it doesn't conflict with main.

This commit is contained in:
Marc Paine 2021-03-25 16:06:50 -07:00
parent 4ffebc1dac
commit 3b597936c3
5 changed files with 199 additions and 189 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources />
</configuration>