Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASP.NET Core updates in .NET 5 Preview 5

#1
ASP.NET Core updates in .NET 5 Preview 5

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/asp-net-core-updates-in-net-5-preview-5.png" width="58" height="58" title="" alt="" /></div><div><div class="row justify-content-center">
<div class="col-md-4">
<div><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/asp-net-core-updates-in-net-5-preview-5.png" width="58" height="58" alt="Avatar" class="avatar avatar-58 wp-user-avatar wp-user-avatar-58 photo avatar-default"></p>
<p>Sourabh</p>
</div>
</div>
</div>
<div class="entry-meta">
<p>June 10th, 2020</p>
</p></div>
<p><!-- .entry-meta --> </p>
<p><a href="https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-5/">.NET 5 Preview 5 is now available</a> and is ready for evaluation! .NET 5 will be a <a href="https://dotnet.microsoft.com/platform/support/policy/dotnet-core">current release</a>.</p>
<h2>Get started</h2>
<p>To get started with ASP.NET Core in .NET 5.0 Preview5 <a href="https://dotnet.microsoft.com/download/dotnet-core/5.0">install the .NET 5.0 SDK</a>.</p>
<p>If you’re on Windows using Visual Studio, we recommend <a href="https://visualstudio.microsoft.com/vs/preview/">installing the latest preview of Visual Studio 2019 16.7</a>.</p>
<p>If you’re on macOS, we recommend <a href="https://docs.microsoft.com/visualstudio/releasenotes/vs2019-mac-preview-relnotes">installing the latest preview of Visual Studio 2019 for Mac 8.7</a>.</p>
<h2>Upgrade an existing project</h2>
<p>To upgrade an existing ASP.NET Core 5.0 preview4 app to ASP.NET Core 5.0 preview5:</p>
<ul>
<li>Update all Microsoft.AspNetCore.* package references to <code>5.0.0-preview.5.*</code>.</li>
<li>Update all Microsoft.Extensions.* package references to <code>5.0.0-preview.5.*</code>.</li>
</ul>
<p>See the full list of <a href="https://github.com/aspnet/announcements/issues?q=is%3Aopen+is%3Aissue+milestone%3A5.0+label%3A%22Breaking+change%22">breaking changes</a> in ASP.NET Core 5.0.</p>
<p>That’s it! You should now be all set to use .NET 5 Preview 5.</p>
<h2>What’s new?</h2>
<h3>Reloadable endpoints via configuration for Kestrel</h3>
<p>Kestrel now has the ability to observe changes to configuration passed to <code>KestrelServerOptions.Configure</code> and unbind from existing endpoints and bind to new endpoints without requiring you to restart your application.</p>
<p>See the <a href="https://github.com/dotnet/core/blob/master/release-notes/5.0">release notes</a> for additional details and known issues.</p>
<h2>Give feedback</h2>
<p>We hope you enjoy this release of ASP.NET Core in .NET 5! We are eager to hear about your experiences with this latest .NET 5 release. Let us know what you think by filing issues on <a href="https://github.com/dotnet/aspnetcore/issues">GitHub</a>.</p>
<p>Thanks for trying out ASP.NET Core!</p>
</div>


https://www.sickgaming.net/blog/2020/06/...preview-5/
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016