Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyarmstrong committed Mar 10, 2022
1 parent 85f4dc6 commit a5219ac
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- This should really be net6.0-macos. See notes on Microsoft.macOS.Ref below. -->
<!-- This should really be net6.0-macos. See notes on Microsoft.macOS.Ref
below, and https://github.com/dotnet/roslyn/issues/60078 . -->
<TargetFramework>net6.0</TargetFramework>
<DefineConstants>$(DefineConstants);COCOA</DefineConstants>
<!-- https://github.com/dotnet/roslyn/pull/59429#issuecomment-1043195174 -->
<!-- https://github.com/xamarin/xamarin-macios/issues/14331 -->
<EnableDefaultmacOSItems>false</EnableDefaultmacOSItems>

<!-- CA1416 can go away when we target net6.0-macos -->
Expand Down

0 comments on commit a5219ac

Please sign in to comment.