Skip to content

Commit

Permalink
switch to nuget.org for tasks.extensions package
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimkim committed Apr 11, 2018
1 parent 686c751 commit afa606f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
1 change: 0 additions & 1 deletion .nuget/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
</solution>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet.myget.org" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion src/DotNetty.Buffers/DotNetty.Buffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0-preview2-26406-04" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/DotNetty.Codecs/DotNetty.Codecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26406-04" />
</ItemGroup>
</Project>
9 changes: 2 additions & 7 deletions src/DotNetty.Common/DotNetty.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0-preview2-26406-04" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26406-04" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.Diagnostics.Contracts" Version="4.3.0" />
Expand All @@ -42,9 +42,4 @@
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>C:\Users\mkim\.nuget\packages\system.valuetuple\4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions src/DotNetty.Handlers/DotNetty.Handlers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26406-04" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/DotNetty.Transport/DotNetty.Transport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26312-02" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26406-04" />
</ItemGroup>
</Project>

0 comments on commit afa606f

Please sign in to comment.