123456789101112131415161718192021222324 |
- {
- "runtimeOptions": {
- "tfm": "net8.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "8.0.0"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "8.0.0"
- }
- ],
- "additionalProbingPaths": [
- "C:\\Users\\boooo\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\boooo\\.nuget\\packages",
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configProperties": {
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
- "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
- }
- }
- }
|