mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix compiler warning
This commit is contained in:
@@ -65,9 +65,11 @@ namespace Microsoft.AspNet.Builder
|
||||
});
|
||||
}
|
||||
|
||||
#pragma warning disable CS0649
|
||||
class WebpackDevServerInfo {
|
||||
public int Port;
|
||||
public string PublicPath;
|
||||
}
|
||||
#pragma warning restore CS0649
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user