WindowsFormsApp1.designer.runtimeconfig.json 450 B

1234567891011121314151617
  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\\hp\\.dotnet\\store\\|arch|\\|tfm|",
  10. "D:\\.nuget\\packages",
  11. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  12. ],
  13. "configProperties": {
  14. "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
  15. }
  16. }
  17. }