We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd1ce8 commit 89f0329Copy full SHA for 89f0329
MumbleSharp/MumbleSharp.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net4.7.2-windows</TargetFramework>
+ <TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
5
<Version>2.0.1</Version>
6
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
7
<Description>MumbleSharp is a mumble protocol implementation in C#.
0 commit comments