This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#@ template debug="false" hostspecific="true" language="C#" #> | |
<#@ output extension=".cs" #> | |
<#@ assembly name="System.Net.Http" #> | |
<#@ assembly name="System.Core" #> | |
<#@ assembly name="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" #> | |
<#@ assembly name="Newtonsoft.Json" #> | |
<#@ assembly name="Microsoft.CSharp" #> | |
<#@ import namespace="System.Collections.Generic" #> | |
<#@ import namespace="System.Net.Http" #> | |
<#@ import namespace="Newtonsoft.Json.Linq" #> |