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.Text.RegularExpressions;
|
||||
using System.IO;
|
||||
using System.Web;
|
||||
using System.Linq;
|
||||
{{^supportsUWP}}
|
||||
using System.Net;
|
||||
using System.Web;
|
||||
{{/supportsUWP}}
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using Newtonsoft.Json;
|
||||
using RestSharp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user