- Created project.nuget.cache to store NuGet package cache information. - Added project.packagespec.json to define project restore settings and dependencies. - Included rider.project.restore.info for Rider IDE integration.
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"runtimeOptions": {
|
|
"tfm": "net8.0",
|
|
"framework": {
|
|
"name": "Microsoft.NETCore.App",
|
|
"version": "8.0.0"
|
|
},
|
|
"configProperties": {
|
|
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
|
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
}
|
|
}
|
|
} |