Upgrade packages.
This commit is contained in:
@@ -26,7 +26,7 @@ public class BasicTests
|
||||
[TestInitialize]
|
||||
public async Task CreateServer()
|
||||
{
|
||||
_server = App<Startup>(Array.Empty<string>(), port: _port);
|
||||
_server = await AppAsync<Startup>(Array.Empty<string>(), port: _port);
|
||||
await _server.StartAsync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user