Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'music'
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev committed Feb 6, 2018
2 parents 4392a71 + 44c07c7 commit f398702
Show file tree
Hide file tree
Showing 36 changed files with 181 additions and 553 deletions.
98 changes: 0 additions & 98 deletions apps/music/Music.PCL/Music.PCL.csproj

This file was deleted.

30 changes: 0 additions & 30 deletions apps/music/Music.PCL/Properties/AssemblyInfo.cs

This file was deleted.

15 changes: 0 additions & 15 deletions apps/music/Music.PCL/app.config

This file was deleted.

8 changes: 0 additions & 8 deletions apps/music/Music.PCL/packages.config

This file was deleted.

120 changes: 0 additions & 120 deletions apps/music/Music.Shared.tvOS/Music.Shared.tvOS.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions apps/music/Music.Shared.tvOS/Properties/AssemblyInfo.cs

This file was deleted.

27 changes: 0 additions & 27 deletions apps/music/Music.Shared.tvOS/app.config

This file was deleted.

5 changes: 0 additions & 5 deletions apps/music/Music.Shared.tvOS/packages.config

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions apps/music/Music.Shared/Music.Shared.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.SignalR.Client" Version="2.2.2" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>

</Project>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
using System.Threading.Tasks;
using Music.PCL.Models;
using System.Diagnostics;
using System.ServiceModel;
using System.Collections.ObjectModel;
using System.Runtime.CompilerServices;

namespace Music.PCL.Services
Expand Down
Loading

0 comments on commit f398702

Please sign in to comment.