From 4e4d225ba0f19eb52cd07bec5e19d9237cf29e2b Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Thu, 21 Mar 2024 11:29:30 -0400 Subject: [PATCH] Fix StructuredLogViewer.Avalonia to work on source-build SDKs - Move to .NET 8, since the code uses language features that do not work against .NET 7.0.1xx SDKs. - Move to recommended portable runtime identifers instead of non-portable/OS-specific ones like ubuntu-14.04, or win7. .NET - Take a dependency on SkiaSharp.NativeAssets.Linux for any Linux-based OS, even when using a source-build SDK. --- .../StructuredLogViewer.Avalonia.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/StructuredLogViewer.Avalonia/StructuredLogViewer.Avalonia.csproj b/src/StructuredLogViewer.Avalonia/StructuredLogViewer.Avalonia.csproj index 2fad35d75..12a0277df 100644 --- a/src/StructuredLogViewer.Avalonia/StructuredLogViewer.Avalonia.csproj +++ b/src/StructuredLogViewer.Avalonia/StructuredLogViewer.Avalonia.csproj @@ -2,8 +2,8 @@ WinExe - net7.0 - win7-x64;ubuntu.14.04-x64;osx.10.12-x64;osx-arm64 + net8.0 + win-x64;linux-x64;osx-x64;osx-arm64 StructuredLogger.ico https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json; @@ -41,7 +41,7 @@ - +