Thursday, August 27, 2020

Angular with VS2017 : Framework vs Core

 


.NET Core gives you:


.NET Framework (with the necessary ASP.NET Core 2.1 selected) gives you extra stuff:

app.config is this:

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

  <runtime>

    <gcServer enabled="true"/>

  </runtime>

</configuration>


No comments: