owml/nuget.config
Ricardo d9fde43285
2.3.0 (#419)
* Use public nuget for game libraries

* net40 -> net48

* Add support for Windows Store build (#417)

* Better game vendor detection (#421)
2022-01-06 23:50:32 +01:00

8 lines
212 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>