mirror of
https://github.com/Ryubing/RyujinxHelper.git
synced 2025-05-12 18:20:36 +01:00
Bake NuGet sources into MSBuild instead (#51)
This commit is contained in:
parent
248d1f8198
commit
779c40fc0a
2 changed files with 5 additions and 8 deletions
5
Directory.Build.props
Normal file
5
Directory.Build.props
Normal file
|
@ -0,0 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<RestoreAdditionalProjectSources>https://www.myget.org/F/quahu/api/v3/index.json;https://www.myget.org/F/discord-net/api/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<!-- Nightly builds -->
|
||||
<packageSources>
|
||||
<add key="Qmmands Nightly" value="https://www.myget.org/F/quahu/api/v3/index.json" />
|
||||
<add key="Discord.Net Nightly" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
Loading…
Reference in a new issue