Ropin.Inspection.Model.runtimeconfig.json 142 B

123456789
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net5.0",
  4. "framework": {
  5. "name": "Microsoft.AspNetCore.App",
  6. "version": "5.0.0"
  7. }
  8. }
  9. }