Support .Net framework 2.0 (#1062)

This commit is contained in:
Fangjun Kuang
2024-06-28 11:27:19 +08:00
committed by GitHub
parent 598c12c4e5
commit 8c4f576f1b
10 changed files with 90 additions and 79 deletions

View File

@@ -77,7 +77,7 @@ namespace SherpaOnnx
}
else
{
_timestamps = Array.Empty<float>();
_timestamps = new float[] {};
}
}
}