1234567891011121314 |
- {
- "runtimeOptions": {
- "tfm": "netcoreapp2.1",
- "framework": {
- "name": "Microsoft.NETCore.App",
- "version": "2.1.0"
- },
- "applyPatches": true,
- "rollForwardOnNoCandidateFx": 2,
- "configProperties": {
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
- }
- }
- }
|