Sick Gaming
ASP.NET Core updates in .NET 5 Preview 1 - Printable Version

+- Sick Gaming (https://www.sickgaming.net)
+-- Forum: Programming (https://www.sickgaming.net/forum-76.html)
+--- Forum: C#, Visual Basic, & .Net Frameworks (https://www.sickgaming.net/forum-79.html)
+--- Thread: ASP.NET Core updates in .NET 5 Preview 1 (/thread-94101.html)



ASP.NET Core updates in .NET 5 Preview 1 - xSicKxBot - 03-18-2020

ASP.NET Core updates in .NET 5 Preview 1

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/03/asp-net-core-updates-in-net-5-preview-1.png" width="58" height="58" title="" alt="" /></div><div><div class="row justify-content-center">
<div class="col-md-4">
<div><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/03/asp-net-core-updates-in-net-5-preview-1.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>March 16th, 2020</p>
</p></div>
<p><!-- .entry-meta --> </p>
<p><a href="https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-1/">.NET 5 Preview1 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 <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.6</a>.</p>
<h2>Upgrade an existing project</h2>
<p>To upgrade an existing ASP.NET Core 3.1 app to .NET 5:</p>
<ul>
<li>Update the TargetFramework property to <code>netcoreapp5.0</code> </li>
<li>Update all Microsoft.AspNetCore.* package references to <code>5.0.0-preview.1.20124.5</code>.</li>
<li>Update all Microsoft.Extensions.* package references to <code>5.0.0-preview.1.20120.4</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.</p>
<h2>What’s new?</h2>
<p>ASP.NET Core in .NET 5 Preview 1 doesn’t include any major new features just yet, but it does include plenty of minor bug fixes. We expect to announce new features in upcoming preview releases.</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/03/16/asp-net-core-updates-in-net-5-preview-1/