Skip to content

Commit b2bd445

Browse files
author
David Scheidt
committed
Allow unit testing of XCalendarMauiSample
1 parent d4f734a commit b2bd445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XCalendarMauiSample/XCalendarMauiSample.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
55
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
66
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
8-
<OutputType>Exe</OutputType>
8+
<OutputType Condition="'$(TargetFramework)' != 'net8.0'">Exe</OutputType>
99
<RootNamespace>XCalendarMauiSample</RootNamespace>
1010
<UseMaui>true</UseMaui>
1111
<SingleProject>true</SingleProject>

0 commit comments

Comments
 (0)