Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

project.json 318 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
  4. "Xamarin.Forms": "2.3.3.180"
  5. },
  6. "frameworks": {
  7. "uap10.0": {}
  8. },
  9. "runtimes": {
  10. "win10-arm": {},
  11. "win10-arm-aot": {},
  12. "win10-x86": {},
  13. "win10-x86-aot": {},
  14. "win10-x64": {},
  15. "win10-x64-aot": {}
  16. }
  17. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...