Skip to content

Commit a62ca2d

Browse files
authored
Use size_t for hostfxr info count members (#48276)
1 parent 6055dfa commit a62ca2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/corehost/hostfxr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ struct hostfxr_dotnet_environment_info
311311
const char_t* hostfxr_version;
312312
const char_t* hostfxr_commit_hash;
313313

314-
int32_t sdk_count;
314+
size_t sdk_count;
315315
const hostfxr_dotnet_environment_sdk_info* sdks;
316316

317-
int32_t framework_count;
317+
size_t framework_count;
318318
const hostfxr_dotnet_environment_framework_info* frameworks;
319319
};
320320

0 commit comments

Comments
 (0)