12345678910111213 |
- {
- "runtimeOptions": {
- "tfm": "net7.0",
- "framework": {
- "name": "Microsoft.NETCore.App",
- "version": "7.0.0"
- },
- "configProperties": {
- "System.Reflection.NullabilityInfoContext.IsSupported": true,
- "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true
- }
- }
- }
|