Ae.Dns.Tests needs now unsupported .Net Core 2.1?
SamLowryMOI opened this issue · 1 comments
SamLowryMOI commented
My Visual Studio wanted to install the .Net Core 2.1 because the file Ae.Dns.Tests.csproj
says:
<TargetFrameworks>net6.0;netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
Is this intentional?
alanedwardes commented
Yes, otherwise there is no way to validate that the netstandard2.0 code is working as expected (and it wasn’t after my initial port, these tests identified bugs which needed fixing).