Update TFM for Http.Connections (#3323)
This commit is contained in:
parent
86787f1c28
commit
2c3ebd1648
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Description>Components for providing real-time bi-directional communication across the Web.</Description>
|
<Description>Components for providing real-time bi-directional communication across the Web.</Description>
|
||||||
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue