fix cd podcast maui

pull/130/head
Miguel Ángel Barrera 2022-05-13 14:39:54 +02:00
parent 82dd354db5
commit 814ad9c731
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-windows10.0.19041</TargetFrameworks>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041.0</TargetFrameworks>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>