WpfAppUI.runtimeconfig.json 473 B

12345678910111213141516171819
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net8.0",
  4. "frameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "8.0.0-preview.7.23375.6"
  8. },
  9. {
  10. "name": "Microsoft.WindowsDesktop.App",
  11. "version": "8.0.0-preview.7.23376.1"
  12. }
  13. ],
  14. "configProperties": {
  15. "System.Reflection.NullabilityInfoContext.IsSupported": true,
  16. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
  17. }
  18. }
  19. }