This repository has been archived by the owner on Jan 8, 2023. It is now read-only.
Releases: nunit/dotnet-new-nunit
Releases · nunit/dotnet-new-nunit
v1.9.0 .NET 6.0 Support
use `net5.0` instead of `netcoreapp5.0`
Replaced netcoreapp5.0
to net5.0
due to changes in 5.0.100-preview.2.20176.6
version of .NET Core SDK (#38)
v1.8.0: Merge pull request #37 from halex2005/net5support
- add new
--framework
supported parameters:- netcoreapp5.0
Update Dependencies
- update
NUnit3TestAdapter
to v3.16.1 (supported for .NET Core 2.1+) - update
Microsoft.NET.Test.Sdk
dependency to v16.5.0 (supported for .NET Core 2.0+)
v1.7.1: Merge pull request #33 from halex2005/master
- update
Microsoft.NET.Test.Sdk
dependency to v16.4.0 - fix condition to include latest version of
Microsoft.NET.Test.Sdk
for netcoreapp2 and higher
v1.6.5
Add targeting to .NET Core 3.1
- add new
--framework
supported parameters:- .NET Core 3.1 version netcoreapp3.1
- update all project templates to default to .NET Core 3.1 (netcoreapp3.1). Other frameworks can still be selected with the
--framework
command line option.
Update Dependencies
- update NUnit3TestAdapter to v3.15.1
- update Microsoft.NET.Test.Sdk to v16.3.0
Note: Microsoft.NET.Test.Sdk v16.3.0
has dropped support for .NET Core 1., therefore, when you targeting .NET Core 1., you'll stay with Microsoft.NET.Test.Sdk to v16.2.0
.