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:
parent
befcd2f013
commit
45ecab7cf4
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue