update dotnet-new-nunit version (#7169)

- replace `netcoreapp5.0` to `net5.0` for preview2 and higher to work (https://github.com/nunit/dotnet-new-nunit/issues/38)
This commit is contained in:
halex2005 2020-04-15 23:52:24 +05:00 committed by nohwnd
parent befcd2f013
commit 45ecab7cf4

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- NUnit3.DotNetNew.Template versions do not 'flow in' -->
<NUnit3DotNetNewTemplatePackageVersion>1.8.0</NUnit3DotNetNewTemplatePackageVersion>
<NUnit3DotNetNewTemplatePackageVersion>1.8.1</NUnit3DotNetNewTemplatePackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->