A Software Developer's notes along the way
.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>
Post a Comment
No comments:
Post a Comment