wpf_data_csv.runtimeconfig.json 369 B

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