Skip to content

Commit b31cac6

Browse files
committed
Added .NET 6 target.
1 parent 7c8750a commit b31cac6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BasicAudio/BasicAudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<PackageId>BasicAudio</PackageId>
5-
<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>
6-
<Version>2021.5.3.1</Version>
5+
<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>
6+
<Version>2021.11.9.1</Version>
77
<Authors>Blake Pell</Authors>
88
<Company>http://www.blakepell.com</Company>
99
<Description>Basic audio recording for Windows desktop applications. Although .NET Standard compliant requires Windows API's for audio recording and playback.</Description>

0 commit comments

Comments
 (0)