File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,9 @@ SPDX-License-Identifier: MIT
2626 />
2727
2828 <ItemGroup Condition =" '$(IsTestProject)' == 'true' " >
29- <PackageReference Include =" NUnit" Version =" 4.0.1 " />
29+ <PackageReference Include =" NUnit" Version =" 4.1.0 " />
3030 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
3131 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
32- <!--
33- Workaround for the NUnit issue.
34- Manually add a reference to System.Threading.Tasks.Extensions as essentially required by NUnit.
35- This may be fixed in NUnit 4.1.
36- ref: https://github.com/nunit/nunit/issues/4581
37- -->
38- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" Condition =" $(TargetFramework.StartsWith('net4'))" />
3932 <PackageReference
4033 Include =" Smdn.MSBuild.DefineConstants.NETSdkApi"
4134 Version =" [1.4.0]"
You can’t perform that action at this time.
0 commit comments