File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <TargetFrameworks >net$(DotNet_Version)</TargetFrameworks >
4+ <!-- <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net$(DotNet_Version)-android;net$(DotNet_Version)-ios;net$(DotNet_Version)-macos;net$(DotNet_Version)-maccatalyst;net$(DotNet_Version)-windows$(WinSDK_Version)</TargetFrameworks>-->
5+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net$(DotNet_Version)-macos;net$(DotNet_Version)-windows$(WinSDK_Version)</TargetFrameworks >
6+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('osx'))" >$(TargetFrameworks);net$(DotNet_Version)-android;net$(DotNet_Version)-ios;net$(DotNet_Version)-macos;net$(DotNet_Version)-maccatalyst</TargetFrameworks >
7+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('linux'))" >$(TargetFrameworks)</TargetFrameworks >
8+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2</SupportedOSPlatformVersion >
9+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >14.0</SupportedOSPlatformVersion >
10+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'macos'" >10.15</SupportedOSPlatformVersion >
11+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
12+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
13+ <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
14+ <DefineConstants Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == ''" >LINUX;$(DefineConstants)</DefineConstants >
15+ <DefineConstants Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'macos' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >DISABLE_ASPNET_CORE;$(DefineConstants)</DefineConstants >
16+ </PropertyGroup >
17+
18+ <ItemGroup >
19+ <PackageReference Include =" StyleCop.Analyzers" PrivateAssets =" All" />
20+ </ItemGroup >
21+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <!-- <TargetFrameworks>net$(DotNet_Version);net$(DotNet_Version)-android</TargetFrameworks>-->
4+ <TargetFrameworks >net$(DotNet_Version)</TargetFrameworks >
5+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
6+ </PropertyGroup >
7+ </Project >
You can’t perform that action at this time.
0 commit comments