Skip to content

Commit 350217a

Browse files
committed
Updated a dependencies in test projects
1 parent 852efc3 commit 350217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' Or '$(TargetFramework)' == 'netcoreapp1.0' Or '$(TargetFramework)' == 'netcoreapp2.0' ">
2828
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
29-
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
29+
<PackageReference Include="NUnit3TestAdapter" Version="3.12.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' Or '$(TargetFramework)' == 'netcoreapp1.0' ">

0 commit comments

Comments
 (0)