WindowsFormsApp1.designer.runtimeconfig.json 521 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\\hp\\.dotnet\\store\\|arch|\\|tfm|",
  10. "D:\\.nuget\\packages",
  11. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  12. ],
  13. "configProperties": {
  14. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
  15. "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
  16. }
  17. }
  18. }