summaryrefslogtreecommitdiff
path: root/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 95b7a6ec68..7202143088 100644
--- a/build.proj
+++ b/build.proj
@@ -15,4 +15,9 @@
<Target Name="Clean">
<Delete Files="$(BinDir)mscorlib.*" />
</Target>
+
+ <Target Name="RestoreNETCorePlatforms" AfterTargets="Build">
+ <Exec Command="$(DnuRestoreCommand) $(SourceDir).nuget/init/project.json --source https://www.myget.org/F/dotnet-core/" />
+ </Target>
+
</Project> \ No newline at end of file