12345678910111213141516171819 |
- {
- "runtimeOptions": {
- "tfm": "net8.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "8.0.0-preview.7.23375.6"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "8.0.0-preview.7.23376.1"
- }
- ],
- "configProperties": {
- "System.Reflection.NullabilityInfoContext.IsSupported": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
- }
- }
- }
|