Skip to content

Commit

Permalink
Added .NET 6 target.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakepell committed Nov 9, 2021
1 parent 7c8750a commit b31cac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BasicAudio/BasicAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<PackageId>BasicAudio</PackageId>
<TargetFrameworks>.net5.0;netstandard2.1;netstandard2.0;netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;net48;net472;net471;net47;net462;net461;net46;net452;net451;net45;net4;net35</TargetFrameworks>
<Version>2021.5.3.1</Version>
<TargetFrameworks>net6.0;net5.0;netstandard2.1;netstandard2.0;netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;net48;net472;net471;net47;net462;net461;net46;net452;net451;net45;net4;net35</TargetFrameworks>
<Version>2021.11.9.1</Version>
<Authors>Blake Pell</Authors>
<Company>http://www.blakepell.com</Company>
<Description>Basic audio recording for Windows desktop applications. Although .NET Standard compliant requires Windows API's for audio recording and playback.</Description>
Expand Down

0 comments on commit b31cac6

Please sign in to comment.