summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/nuget.config
blob: 4d736c19ec5ff475609182bf1152633c566d1458 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  </packageSources>
</configuration>