File tree Expand file tree Collapse file tree
OpusSharp.Core/SafeHandlers
OpusSharp.Natives/buildTransitive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <OpusSharpVersion >1.6.4 </OpusSharpVersion >
4- <OpusSharpCoreVersion >1.6.1.0 </OpusSharpCoreVersion >
5- <OpusSharpNativesVersion >1.6.1.0 </OpusSharpNativesVersion >
3+ <OpusSharpVersion >1.6.5 </OpusSharpVersion >
4+ <OpusSharpCoreVersion >1.6.1.1 </OpusSharpCoreVersion >
5+ <OpusSharpNativesVersion >1.6.1.1 </OpusSharpNativesVersion >
66 <PackageProjectUrl >https://avionblock.github.io/OpusSharp/index.html</PackageProjectUrl >
77 <RepositoryUrl >https://github.com/AvionBlock/OpusSharp</RepositoryUrl >
88 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ protected override bool ReleaseHandle()
3232 /// <summary>
3333 /// Managed wrapper over the OpusDREDDecoder state (statically linked).
3434 /// </summary>
35- public class StaticOpusDREDDecoderSafeHandle : OpusDecoderSafeHandle
35+ public class StaticOpusDREDDecoderSafeHandle : OpusDREDDecoderSafeHandle
3636 {
3737 /// <inheritdoc/>
3838 protected override bool ReleaseHandle ( )
Original file line number Diff line number Diff line change 55 <_OpusSharpIosFramework >$(_OpusSharpNativesRoot)runtimes\ios\native\libopus.xcframework</_OpusSharpIosFramework >
66 </PropertyGroup >
77
8- <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == 'ios' and Exists('$(_OpusSharpIosFramework)')" >
8+ <ItemGroup Condition =" (
9+ '$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'ios'
10+ or '$(TargetFrameworkIdentifier)' == 'ios'
11+ ) and Exists('$(_OpusSharpIosFramework)')" >
912 <NativeReference Include =" $(_OpusSharpIosFramework)" >
1013 <Kind >Framework</Kind >
1114 <SmartLink >False</SmartLink >
You can’t perform that action at this time.
0 commit comments