Skip to content

Commit

Permalink
Removed reference to System.Runtime and System.Threading.Tasks in Rx.…
Browse files Browse the repository at this point in the history
…nuspec
  • Loading branch information
Kralizek committed Sep 20, 2015
1 parent f57b976 commit 4e21db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions samples/RxSample/RxSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="System.Runtime" />
<Reference Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
Expand Down
4 changes: 0 additions & 4 deletions src/Rx/Rx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@
<dependencies>
<dependency id="Rx-Linq" version="2.2.5" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Runtime" />
<frameworkAssembly assemblyName="System.Threading.Tasks" />
</frameworkAssemblies>
</metadata>
</package>

0 comments on commit 4e21db4

Please sign in to comment.