Skip to content

Commit 779c40f

Browse files
authored
Bake NuGet sources into MSBuild instead (#51)
1 parent 248d1f8 commit 779c40f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Directory.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<RestoreAdditionalProjectSources>https://www.myget.org/F/quahu/api/v3/index.json;https://www.myget.org/F/discord-net/api/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
4+
</PropertyGroup>
5+
</Project>

nuget.config

-8
This file was deleted.

0 commit comments

Comments
 (0)