Support .Net framework 2.0 (#1062)
This commit is contained in:
@@ -77,7 +77,7 @@ namespace SherpaOnnx
|
||||
}
|
||||
else
|
||||
{
|
||||
_timestamps = Array.Empty<float>();
|
||||
_timestamps = new float[] {};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user