<%= dotnet.targetFramework %>
<% if(dotnet.targetFramework === 'netcoreapp1.1'){ %>
true
<% } %>
<% if(dotnet.targetFramework !== 'netcoreapp1.1'){ %>
<% if(includeApplicationInsights){ %>
<% } %>
<% } %>
<% if(dotnet.targetFramework === 'netcoreapp1.1'){ %>
<% if(includeApplicationInsights){ %>
<% } %>
<
<% } %>