Allow mobile redirect url

main
Hugo Prata 3 years ago
parent 5d22a48875
commit 79845f4471

File diff suppressed because it is too large Load Diff

@ -4,15 +4,16 @@
"includedFrameworks": [ "includedFrameworks": [
{ {
"name": "Microsoft.NETCore.App", "name": "Microsoft.NETCore.App",
"version": "5.0.14" "version": "5.0.17"
}, },
{ {
"name": "Microsoft.AspNetCore.App", "name": "Microsoft.AspNetCore.App",
"version": "5.0.14" "version": "5.0.17"
} }
], ],
"configProperties": { "configProperties": {
"System.GC.Server": true, "System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
} }
} }

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save