BankOperationsUpdate.WorkerService.runtimeconfig.json 239 B

123456789101112
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net6.0",
  4. "framework": {
  5. "name": "Microsoft.NETCore.App",
  6. "version": "6.0.0"
  7. },
  8. "configProperties": {
  9. "System.Reflection.NullabilityInfoContext.IsSupported": true
  10. }
  11. }
  12. }