Closed Jericho closed 6 years ago
As far as I know, netstandard2 is an incorrect target, the correct target should be netstandard2.0.
netstandard2
netstandard2.0
Also, since you are targeting a single framework, you can use the singular TargetFramework.
TargetFramework
It works ok as it is, these changes aren't necessary.
As far as I know,
netstandard2
is an incorrect target, the correct target should benetstandard2.0
.Also, since you are targeting a single framework, you can use the singular
TargetFramework
.