1234567891011121314151617 |
- {
- "runtimeOptions": {
- "tfm": "net5.0",
- "framework": {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "5.0.0"
- },
- "additionalProbingPaths": [
- "C:\\Users\\Александр\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\Александр\\.nuget\\packages",
- "D:\\Visual Studio .net\\SDK\\NuGetPackages"
- ],
- "configProperties": {
- "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
- }
- }
- }
|