We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075b9ab commit 64db129Copy full SHA for 64db129
1 file changed
source/FFImageLoading.Svg.Mac/FFImageLoading.Svg.Mac.csproj
@@ -30,6 +30,7 @@
30
<LinkMode>None</LinkMode>
31
<XamMacArch></XamMacArch>
32
<AOTMode>None</AOTMode>
33
+ <LangVersion>latest</LangVersion>
34
</PropertyGroup>
35
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36
<DebugSymbols>true</DebugSymbols>
@@ -50,6 +51,7 @@
50
51
52
53
<DefineConstants>__MACOS__</DefineConstants>
54
55
56
<ItemGroup>
57
<Reference Include="System" />
0 commit comments