Skip to content

Commit 04d5bbe

Browse files
[Dependabot]: Bump NUnit from 4.3.2 to 4.4.0
--- updated-dependencies: - dependency-name: NUnit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f2c7cc commit 04d5bbe

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CodeArtEng.Controls.UnitTests/CodeArtEng.Controls.UnitTests.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="../packages/NUnit.4.4.0/build/NUnit.props" Condition="Exists('../packages/NUnit.4.4.0/build/NUnit.props')" />
34
<Import Project="..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props')" />
45
<Import Project="../packages/NUnit.4.3.2/build/NUnit.props" Condition="Exists('../packages/NUnit.4.3.2/build/NUnit.props')" />
56
<Import Project="..\packages\NUnit.3.13.3\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" />
@@ -38,12 +39,12 @@
3839
<CodeAnalysisRuleSet />
3940
</PropertyGroup>
4041
<ItemGroup>
41-
<Reference Include="nunit.framework, Version=4.3.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb">
42-
<HintPath>..\packages\NUnit.4.3.2\lib\net462\nunit.framework.dll</HintPath>
42+
<Reference Include="nunit.framework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb">
43+
<HintPath>..\packages\NUnit.4.4.0\lib\net462\nunit.framework.dll</HintPath>
4344
<Private>True</Private>
4445
</Reference>
45-
<Reference Include="nunit.framework.legacy, Version=4.3.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb">
46-
<HintPath>..\packages\NUnit.4.3.2\lib\net462\nunit.framework.legacy.dll</HintPath>
46+
<Reference Include="nunit.framework.legacy, Version=4.4.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb">
47+
<HintPath>..\packages\NUnit.4.4.0\lib\net462\nunit.framework.legacy.dll</HintPath>
4748
<Private>True</Private>
4849
</Reference>
4950
<Reference Include="System" />
@@ -104,6 +105,7 @@
104105
<Error Condition="!Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.3\build\NUnit.props'))" />
105106
<Error Condition="!Exists('../packages/NUnit.4.3.2/build/NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/NUnit.4.3.2/build/NUnit.props'))" />
106107
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props'))" />
108+
<Error Condition="!Exists('../packages/NUnit.4.4.0/build/NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/NUnit.4.4.0/build/NUnit.props'))" />
107109
</Target>
108110
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109111
Other similar extension points exist, see Microsoft.Common.targets.

CodeArtEng.Controls.UnitTests/app.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
77
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
88
</dependentAssembly>
9+
<dependentAssembly>
10+
<assemblyIdentity name="nunit.framework" publicKeyToken="2638cd05610744eb" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
12+
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="nunit.framework.legacy" publicKeyToken="2638cd05610744eb" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
16+
</dependentAssembly>
917
</assemblyBinding>
1018
</runtime>
1119
</configuration>

CodeArtEng.Controls.UnitTests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="4.3.2" targetFramework="net472" />
3+
<package id="NUnit" version="4.4.0" targetFramework="net472" />
44
<package id="NUnit3TestAdapter" version="4.6.0" targetFramework="net472" />
55
<package id="System.Buffers" version="4.6.0" targetFramework="net472" />
66
<package id="System.Memory" version="4.6.0" targetFramework="net472" />

0 commit comments

Comments
 (0)