ReposTest.designer.runtimeconfig.json 491 B

12345678910111213141516171819202122
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net6.0",
  4. "frameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "6.0.0"
  8. },
  9. {
  10. "name": "Microsoft.WindowsDesktop.App",
  11. "version": "6.0.0"
  12. }
  13. ],
  14. "additionalProbingPaths": [
  15. "C:\\Users\\Vladimir\\.dotnet\\store\\|arch|\\|tfm|",
  16. "C:\\Users\\Vladimir\\.nuget\\packages"
  17. ],
  18. "configProperties": {
  19. "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
  20. }
  21. }
  22. }