Skip to content

Commit 76dc553

Browse files
committed
Fixed versions for new EmbedIO release, closes #359
1 parent 71ee3ca commit 76dc553

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="EmbedIO" Version="2.9.0" />
18+
<PackageReference Include="EmbedIO" Version="2.9.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup>
@@ -30,9 +30,4 @@
3030
<Folder Include="Properties\" />
3131
</ItemGroup>
3232

33-
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
34-
<Reference Include="System.Net" />
35-
<Reference Include="System.Net.Http" />
36-
</ItemGroup>
37-
3833
</Project>

SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@
2525
<files>
2626
<file src="bin\Release\netstandard2.0\SpotifyAPI.Web.Auth.dll" target="lib\netstandard2.0\SpotifyAPI.Web.Auth.dll" />
2727
<file src="bin\Release\netstandard2.0\SpotifyAPI.Web.Auth.xml" target="lib\netstandard2.0\SpotifyAPI.Web.Auth.xml" />
28-
<file src="bin\Release\net462\SpotifyAPI.Web.Auth.dll" target="lib\net46\SpotifyAPI.Web.Auth.dll" />
29-
<file src="bin\Release\net462\SpotifyAPI.Web.Auth.xml" target="lib\net46\SpotifyAPI.Web.Auth.xml" />
3028
</files>
3129
</package>

0 commit comments

Comments
 (0)