Skip to content

Commit

Permalink
Update OpenAL.NETCore version to 1.0.3 and project to .NET core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scemino committed Jul 17, 2020
1 parent 3d4cd7a commit e5770a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NScumm.Audio.Player/NScumm.Audio.ALPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -12,7 +12,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenAL.NETCore" Version="1.0.1" />
<PackageReference Include="OpenAL.NETCore" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NScumm.Audio.Players\NScumm.Audio.Players.csproj" />
Expand Down

0 comments on commit e5770a1

Please sign in to comment.