Skip to content

Commit

Permalink
Merged PR 495: Bump Microsoft.Extensions.Http from 3.1.9 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 3.1.9 to 5.0.0.

#Release notes

*Sourced from [Microsoft.Extensions.Http's releases](https://github.com/dotnet/runtime/releases).*

> ## .NET 5
> [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0.md)
> [Install Instructions](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0-install-instructions.md)
>
> # Repo
>
> * [Core](https://github.com/dotnet/core/releases/tag/v5.0.0)
>
> ## .NET 5 RC 2
> [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2.md)
> [Install Instructions](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md)
>
> # Repos
>
> * [Core](https://github.com/dotnet/core/releases/tag/v5.0.0-rc.2)
> * [Installer](https://github.com/dotnet/installer/releases/tag/v5.0.100-rc.2.20479.15)
> * [Windowsdesktop](https://github.com/dotnet/windowsdesktop/releases/tag/v5.0.0-rc.2.20475.6)
> * [Runtime](https://github.com/dotnet/runtime/releases/tag/v5.0.0-rc.2.20475.5)
> * [Aspnetcore](https://github.com/dotnet/aspnetcore/releases/tag/v5.0.0-rc.2.20475.17)
> * [templating](https://github.com/dotnet/templating/releases/tag/v5.0.0-rc.2.20474.2)
> * [SDK](https://github.com/dotnet/sdk/releases/tag/v5.0.100-rc.2.20477.7)
> * [winforms](https://github.com/dotnet/winforms/releases/tag/v5.0.0-rc.2.20475.11)
> * [WPF](https://github.com/dotnet/wpf/releases/tag/v5.0.0-rc.2.20475.5)
> * [WCF](https://github.com/dotnet/wcf/releases/tag/v1.2.0-preview1.20474.1)
> * [EF Core](https://github.com/dotnet/efcore/releases/tag/v5.0.0-rc.2.20475.6)
> * [Fsharp](https://github.com/dotnet/fsharp/releases/tag/v11.0.0-beta.20471.5)
> * [MSBuild](https://github.com/dotnet/msbuild/releases/tag/v16.8.0-preview-20475-05)
>
> ## .NET 5.0 RC 1
> [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md)
> [Install Instructions](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md)
>
> # Repos
>
> * [Core](https://github.com/dotnet/core/releases/tag/v5.0.0-rc.1)
> * [Installer](https://github.com/dotnet/installer/releases/tag/v5.0.100-rc.1.20452.10)
> * [Windowsdesktop](https://github.com/dotnet/windowsdesktop/releases/tag/v5.0.0-rc.1.20452.2)
> * [Runtime](https://github.com/dotnet/runtime/releases/tag/v5.0.0-rc.1.20451.14)
> * [Aspnetcore](https://github.com/dotnet/aspnetcore/releases/tag/v5.0.0-rc.1.20451.17)
> * [templating](https://github.com/dotnet/templating/releases/tag/v5.0.0-rc.1.20431.3)
> * [SDK](https://github.com/dotnet/sdk/releases/tag/v5.0.100-rc.1.20452.20)
> * [winforms](https://github.com/dotnet/winforms/releases/tag/v5.0.0-rc.1.20451.14)
> * [WPF](https://github.com/dotnet/wpf/releases/tag/v5.0.0-rc.1.20451.6)
> * [EF Core](https://github.com/dotnet/efcore/releases/tag/v5.0.0-rc.1.20451.13)
> * [...
  • Loading branch information
Maxwell Weru committed Dec 4, 2020
2 parents 70182f4 + 0626a40 commit cd64ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Falu/Falu.csproj
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.9" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Tingle.Extensions.JsonPatch" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit cd64ce3

Please sign in to comment.