portable-devtools / dotnet /shared /Microsoft.WindowsDesktop.App /9.0.15 /Microsoft.WindowsDesktop.App.runtimeconfig.json
codekingpro's picture
Add files using upload-large-folder tool
a48938a verified
Raw
History Blame Contribute Delete
183 Bytes
{
"runtimeOptions": {
"tfm": "net9.0",
"rollForward": "LatestPatch",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.15"
}
}
}