WindowsFormsApp1.runtimeconfig.json 372 B

123456789101112131415161718
  1. {
  2. "runtimeOptions": {
  3. "tfm": "netcoreapp3.1",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "3.1.32"
  8. },
  9. {
  10. "name": "Microsoft.WindowsDesktop.App",
  11. "version": "3.1.32"
  12. }
  13. ],
  14. "configProperties": {
  15. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
  16. }
  17. }
  18. }