Mark the same for the aot minimal version
This commit is contained in:
parent
5f089fb01f
commit
7d5b2a7aac
|
|
@ -14,7 +14,7 @@ namespace AS1024.GeoFeed.MinimalAPI
|
|||
{
|
||||
}
|
||||
|
||||
protected override NetboxData? DeserializeJsonData(string stringResult)
|
||||
protected override NetboxData? DeserializeJsonData(Stream stringResult)
|
||||
{
|
||||
return JsonSerializer.Deserialize(stringResult, AppJsonSerializerContext.Default.NetboxData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue