Fix compiler warning

This commit is contained in:
SteveSandersonMS 2016-02-10 09:25:39 -08:00
parent a84688d65c
commit 558aa31542
1 changed files with 3 additions and 1 deletions

View File

@ -65,9 +65,11 @@ namespace Microsoft.AspNet.Builder
});
}
#pragma warning disable CS0649
class WebpackDevServerInfo {
public int Port;
public string PublicPath;
}
#pragma warning restore CS0649
}
}
}