From e952e4435e64f915d13c7d45e47e404ad21c3a3f Mon Sep 17 00:00:00 2001 From: wing328 Date: Tue, 5 Apr 2016 11:07:10 +0800 Subject: [PATCH] fix system.web import --- .../src/main/resources/csharp/ApiClient.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache b/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache index b47581357fb..ba1b5da1d3c 100644 --- a/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache +++ b/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache @@ -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;