App.Gateway.runtimeconfig.json 234 B

123456789101112
  1. {
  2. "runtimeOptions": {
  3. "tfm": "netcoreapp2.1",
  4. "framework": {
  5. "name": "Microsoft.NETCore.App",
  6. "version": "2.1.0"
  7. },
  8. "configProperties": {
  9. "System.Globalization.Invariant": true
  10. }
  11. }
  12. }