WpfApp1.designer.runtimeconfig.json 498 B

123456789101112131415161718
  1. {
  2. "runtimeOptions": {
  3. "tfm": "netcoreapp3.1",
  4. "framework": {
  5. "name": "Microsoft.WindowsDesktop.App",
  6. "version": "3.1.0"
  7. },
  8. "additionalProbingPaths": [
  9. "C:\\Users\\gr604_buami\\.dotnet\\store\\|arch|\\|tfm|",
  10. "C:\\Users\\gr604_buami\\.nuget\\packages",
  11. "C:\\Microsoft\\Xamarin\\NuGet",
  12. "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
  13. ],
  14. "configProperties": {
  15. "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
  16. }
  17. }
  18. }