Skip to content

Commit bb59721

Browse files
committed
Attempt to fix incorrect PackageLicenseExpression
1 parent 2b67545 commit bb59721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/OpenAL/Soft.Native/Silk.NET.OpenAL.Soft.Native.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SilkNativeHasAndroidJars>true</SilkNativeHasAndroidJars>
99
<SilkNativeiOSLinkerFlags>-framework CoreAudio -framework CoreFoundation -framework AudioUnit -framework ApplicationServices -framework AudioToolbox</SilkNativeiOSLinkerFlags>
1010
<EnableDefaultAndroidItems>false</EnableDefaultAndroidItems>
11-
<PackageLicenseExpression>LGPL-2.1+</PackageLicenseExpression>
11+
<PackageLicenseExpression>LGPL-2.0-or-later</PackageLicenseExpression>
1212
</PropertyGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)