You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
707 B

1 year ago
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net7.0",
  4. "frameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "7.0.0"
  8. },
  9. {
  10. "name": "Microsoft.WindowsDesktop.App",
  11. "version": "7.0.0"
  12. }
  13. ],
  14. "additionalProbingPaths": [
  15. "C:\\Users\\allengb.BYSTORM\\.dotnet\\store\\|arch|\\|tfm|",
  16. "C:\\Users\\allengb.BYSTORM\\.nuget\\packages",
  17. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
  18. "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet",
  19. "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
  20. ],
  21. "configProperties": {
  22. "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
  23. }
  24. }
  25. }