ConnectedService.json 430 B

12345678910111213141516171819
  1. {
  2. "ProviderId": "Microsoft.VisualStudio.ConnectedService.Wcf",
  3. "Version": "15.0.40203.910",
  4. "ExtendedData": {
  5. "inputs": [
  6. "http://shvber.com:5032/WebService.asmx"
  7. ],
  8. "collectionTypes": [
  9. "System.Array",
  10. "System.Collections.Generic.Dictionary`2"
  11. ],
  12. "namespaceMappings": [
  13. "*, Ws"
  14. ],
  15. "sync": true,
  16. "targetFramework": "netcoreapp3.1",
  17. "typeReuseMode": "None"
  18. }
  19. }