Skip to content

Commit

Permalink
Allow .NET 4.0 projects to reference FAudio-CS.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Feb 29, 2020
1 parent 9c7d2d1 commit 0cfb499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/FAudio-CS.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 0cfb499

Please sign in to comment.