1234567891011121314151617 |
- {
- "runtimeOptions": {
- "tfm": "netcoreapp3.1",
- "framework": {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "3.1.0"
- },
- "additionalProbingPaths": [
- "C:\\Users\\hp\\.dotnet\\store\\|arch|\\|tfm|",
- "D:\\.nuget\\packages",
- "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configProperties": {
- "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
- }
- }
- }
|