pr13.runtimeconfig.json 315 B

12345678910111213
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net7.0",
  4. "framework": {
  5. "name": "Microsoft.NETCore.App",
  6. "version": "7.0.0"
  7. },
  8. "configProperties": {
  9. "System.Reflection.NullabilityInfoContext.IsSupported": true,
  10. "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true
  11. }
  12. }
  13. }