From fbab3fe294b8b8f1725c8a9402d262acc230a244 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Fri, 14 Apr 2023 21:11:33 -0400 Subject: [PATCH] ci: Adjust remote control target frameworks --- build/Uno.UI.Build.csproj | 8 ++++---- build/Uno.WinUI.RemoteControl.nuspec | 4 +--- build/ci/.azure-devops-package-net6-win.yml | 2 +- .../Uno.UI.RemoteControl.Host.csproj | 10 ++-------- .../Uno.UI.RemoteControl.Server.Processors.csproj | 9 +-------- .../Uno.UI.RemoteControl.Server.csproj | 2 +- 6 files changed, 10 insertions(+), 25 deletions(-) diff --git a/build/Uno.UI.Build.csproj b/build/Uno.UI.Build.csproj index 6979ae0de5..3c31de70d9 100644 --- a/build/Uno.UI.Build.csproj +++ b/build/Uno.UI.Build.csproj @@ -180,9 +180,9 @@ - + - - - - - @@ -193,9 +191,9 @@ - + diff --git a/build/ci/.azure-devops-package-net6-win.yml b/build/ci/.azure-devops-package-net6-win.yml index 2bde277100..3a632b3cd0 100644 --- a/build/ci/.azure-devops-package-net6-win.yml +++ b/build/ci/.azure-devops-package-net6-win.yml @@ -91,7 +91,7 @@ jobs: - task: DotNetCoreCLI@2 inputs: workingDirectory: Build - arguments: Uno.UI.Build.csproj /r /m /t:BuildCINet6 "/p:CombinedConfiguration=$(CombinedConfiguration)" /detailedsummary /bl:$(build.artifactstagingdirectory)\build-$(GitVersion.FullSemVer)-netcoremobile-$(ZipFileTargetFramework)-$(XAML_FLAVOR_BUILD).binlog + arguments: Uno.UI.Build.csproj /r /m /t:BuildCIMobile "/p:CombinedConfiguration=$(CombinedConfiguration)" /detailedsummary /bl:$(build.artifactstagingdirectory)\build-$(GitVersion.FullSemVer)-netcoremobile-$(ZipFileTargetFramework)-$(XAML_FLAVOR_BUILD).binlog displayName: Building package binaries - task: MSBuild@1 diff --git a/src/Uno.UI.RemoteControl.Host/Uno.UI.RemoteControl.Host.csproj b/src/Uno.UI.RemoteControl.Host/Uno.UI.RemoteControl.Host.csproj index 55fd98c19d..d0ee53f31a 100644 --- a/src/Uno.UI.RemoteControl.Host/Uno.UI.RemoteControl.Host.csproj +++ b/src/Uno.UI.RemoteControl.Host/Uno.UI.RemoteControl.Host.csproj @@ -1,19 +1,13 @@ - + Exe - netcoreapp3.1;net6.0;net7.0 + net7.0;net8.0 true Major enable - - netcoreapp3.1 - net6.0 - net6.0;net7.0 - - diff --git a/src/Uno.UI.RemoteControl.Server.Processors/Uno.UI.RemoteControl.Server.Processors.csproj b/src/Uno.UI.RemoteControl.Server.Processors/Uno.UI.RemoteControl.Server.Processors.csproj index 027ec2402f..4986025b26 100644 --- a/src/Uno.UI.RemoteControl.Server.Processors/Uno.UI.RemoteControl.Server.Processors.csproj +++ b/src/Uno.UI.RemoteControl.Server.Processors/Uno.UI.RemoteControl.Server.Processors.csproj @@ -1,18 +1,11 @@  - netcoreapp3.1;net6.0;net7.0 + net7.0;net8.0 true enable - - - netcoreapp3.1 - net6.0 - net6.0;net7.0 - - diff --git a/src/Uno.UI.RemoteControl.Server/Uno.UI.RemoteControl.Server.csproj b/src/Uno.UI.RemoteControl.Server/Uno.UI.RemoteControl.Server.csproj index 11a0702d32..a96abba782 100644 --- a/src/Uno.UI.RemoteControl.Server/Uno.UI.RemoteControl.Server.csproj +++ b/src/Uno.UI.RemoteControl.Server/Uno.UI.RemoteControl.Server.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net7.0 true enable