From 814ad9c731567e1130e9e749290d77b833d206dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Barrera?= Date: Fri, 13 May 2022 14:39:54 +0200 Subject: [PATCH] fix cd podcast maui --- .github/workflows/podcast-dotnet-maui-blazor-cd.yml | 2 +- src/Lib/SharedMauiLib/SharedMauiLib.csproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/podcast-dotnet-maui-blazor-cd.yml b/.github/workflows/podcast-dotnet-maui-blazor-cd.yml index 013d27b..f8a3044 100644 --- a/.github/workflows/podcast-dotnet-maui-blazor-cd.yml +++ b/.github/workflows/podcast-dotnet-maui-blazor-cd.yml @@ -6,7 +6,7 @@ on: paths: - 'src/MobileBlazor/**' - '**/*build.props' - - '.github/workflows/podcast-mobile-cd.yml' + - '.github/workflows/podcast-dotnet-maui-blazor-cd.yml' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/src/Lib/SharedMauiLib/SharedMauiLib.csproj b/src/Lib/SharedMauiLib/SharedMauiLib.csproj index a30d7a0..65814df 100644 --- a/src/Lib/SharedMauiLib/SharedMauiLib.csproj +++ b/src/Lib/SharedMauiLib/SharedMauiLib.csproj @@ -1,7 +1,8 @@  - net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-windows10.0.19041 + net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst + $(TargetFrameworks);net6.0-windows10.0.19041.0 true true enable