You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
632 B
18 lines
632 B
{
|
|
"AppSettings": {
|
|
"ApplicationName": "My Avalonia App",
|
|
"Version": "1.0.0",
|
|
"Environment": "Development",
|
|
"Features": {
|
|
"EnableLogging": true,
|
|
"EnableMetrics": false,
|
|
"EnableTelemetry": false
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=app.db"
|
|
}
|
|
/*
|
|
虽然项目显式引用了 SkiaSharp.NativeAssets.Linux.NoDependencies 3.119.0,但依赖树中存在传递依赖 SkiaSharp.NativeAssets.Linux 2.88.9(旧版本)。dotnet build 时可能优先使用了传递依赖的旧版本,导致构建出来的 libSkiaSharp.so 与引用的包版本不一致。
|
|
*/
|
|
}
|
|
|