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
26
26
/>
27
27
28
28
<ItemGroup Condition =" '$(IsTestProject)' == 'true' " >
29
- <PackageReference Include =" NUnit" Version =" 4.0.1 " />
29
+ <PackageReference Include =" NUnit" Version =" 4.1.0 " />
30
30
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
31
31
<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'))" />
39
32
<PackageReference
40
33
Include =" Smdn.MSBuild.DefineConstants.NETSdkApi"
41
34
Version =" [1.4.0]"
You can’t perform that action at this time.
0 commit comments