Upgrade packages.

This commit is contained in:
xuef
2024-03-15 07:42:00 +00:00
parent 770283f73e
commit 73cc40ac5b
4 changed files with 11 additions and 4 deletions
@@ -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();
}