From b879144acee97363bd5d98f21561197d9b28ccc3 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Mon, 29 May 2023 21:48:38 -0400 Subject: [PATCH] Adjust to merge conflicts --- .../MobileSandbox.Desktop.csproj | 21 ------------------- samples/MobileSandbox/MobileSandbox.csproj | 15 ------------- .../SceneGraph/DrawOperationTests.cs | 2 +- 3 files changed, 1 insertion(+), 37 deletions(-) diff --git a/samples/MobileSandbox.Desktop/MobileSandbox.Desktop.csproj b/samples/MobileSandbox.Desktop/MobileSandbox.Desktop.csproj index 31a6b05175..c1d157a2e8 100644 --- a/samples/MobileSandbox.Desktop/MobileSandbox.Desktop.csproj +++ b/samples/MobileSandbox.Desktop/MobileSandbox.Desktop.csproj @@ -4,37 +4,16 @@ WinExe net6.0 true - true - - - - true - https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json - 7.0.0-* - - - - - - - - - - - - - - en diff --git a/samples/MobileSandbox/MobileSandbox.csproj b/samples/MobileSandbox/MobileSandbox.csproj index 0d7c7859f8..7fa364da9b 100644 --- a/samples/MobileSandbox/MobileSandbox.csproj +++ b/samples/MobileSandbox/MobileSandbox.csproj @@ -14,9 +14,6 @@ - - - @@ -34,17 +31,5 @@ - - - MSBuild:Compile - - - - - - %(Filename) - - - diff --git a/tests/Avalonia.Base.UnitTests/Rendering/SceneGraph/DrawOperationTests.cs b/tests/Avalonia.Base.UnitTests/Rendering/SceneGraph/DrawOperationTests.cs index 2be429adf8..d0eb34b509 100644 --- a/tests/Avalonia.Base.UnitTests/Rendering/SceneGraph/DrawOperationTests.cs +++ b/tests/Avalonia.Base.UnitTests/Rendering/SceneGraph/DrawOperationTests.cs @@ -138,7 +138,7 @@ namespace Avalonia.Base.UnitTests.Rendering.SceneGraph { var ctx = new TestContext(_services); using (ctx.Context.PushTransform(Matrix.CreateTranslation(20, 20))) - using (ctx.Context.PushOpacity(1, default)) + using (ctx.Context.PushOpacity(1)) { }