Update vcpkg.json - lock flatbuffer version (#23046)

### Description
Locking version introduced in:

03ea5dc495/onnxruntime/core/flatbuffers/schema/ort_training_checkpoint.fbs.h (L11-L13)

### Motivation and Context
Resolve issue for version `>=1.20.` 
https://github.com/microsoft/onnxruntime/issues/22666
This commit is contained in:
Misha Chornyi 2024-12-10 11:23:01 -08:00 committed by GitHub
parent 5f7b9d0245
commit bf4d3e1a5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,12 @@
"platform": "windows"
}
],
"overrides": [
{
"name": "flatbuffers",
"version": "23.5.26"
}
],
"features": {
"tests": {
"description": "Build ONNXRuntime unit tests",