Skip to content

Commit

Permalink
Remove Rx-Main dependency from samples
Browse files Browse the repository at this point in the history
This resolves octokit#1592 - LINQPad doesn't understand how to restore this unlisted package and it's not actually needed in the samples.
  • Loading branch information
Nick Craver committed Apr 26, 2017
1 parent 0a9a31d commit ad49dfb
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion samples/linqpad-samples/1-introducing-octokit.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>System.Reactive.Linq</Namespace>
<Namespace>System.Threading.Tasks</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/10-search-issues.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>Octokit.Reactive</Namespace>
<Namespace>System</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/2-releases.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>System.Net</Namespace>
<Namespace>System.Threading.Tasks</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/3-browse-repositories.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>System.Threading.Tasks</Namespace>
</Query>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>System</Namespace>
<Namespace>System.Reactive.Linq</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/5-interact-with-git-database.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>System.Threading.Tasks</Namespace>
</Query>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/6-create-repository.linq
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<Reference>&lt;RuntimeDirectory&gt;\System.Runtime.dll</Reference>
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>System.Net.Http.Headers</Namespace>
<Namespace>System.Reactive.Linq</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/7-search-for-repos.linq
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<Reference>&lt;RuntimeDirectory&gt;\System.Runtime.dll</Reference>
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>System.Reactive.Linq</Namespace>
<Namespace>System.Net.Http.Headers</Namespace>
<Namespace>Octokit</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/8-gists.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>Octokit.Reactive</Namespace>
<Namespace>System</Namespace>
Expand Down
1 change: 0 additions & 1 deletion samples/linqpad-samples/9-issues.linq
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Query Kind="Program">
<NuGetReference>Octokit</NuGetReference>
<NuGetReference>Octokit.Reactive</NuGetReference>
<NuGetReference>Rx-Main</NuGetReference>
<Namespace>Octokit</Namespace>
<Namespace>Octokit.Reactive</Namespace>
<Namespace>System</Namespace>
Expand Down

0 comments on commit ad49dfb

Please sign in to comment.