forked from loafle/openapi-generator-original
fix system.web import
This commit is contained in:
parent
a6a88decfd
commit
e952e4435e
@ -4,11 +4,11 @@ using System.Collections.Generic;
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Web;
|
|
||||||
using System.Linq;
|
|
||||||
{{^supportsUWP}}
|
{{^supportsUWP}}
|
||||||
using System.Net;
|
using System.Web;
|
||||||
{{/supportsUWP}}
|
{{/supportsUWP}}
|
||||||
|
using System.Linq;
|
||||||
|
using System.Net;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using RestSharp;
|
using RestSharp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user