Skip to content

Commit 8bac127

Browse files
committed
Update dependencies for System.IO.Abstractions and related packages to version 21.3.1 in documentation and test project.
- Updated version references in `dependency_decisions.yml` and `third-party-licenses.md` to reflect the new version 21.3.1 for `System.IO.Abstractions`, `System.IO.Abstractions.TestingHelpers`, and `System.IO.Abstractions.Wrappers`. - Modified the test project file to use the updated `System.IO.Abstractions.TestingHelpers` version 21.3.1. Signed-off-by: Victor Chang <[email protected]>
1 parent 69d8487 commit 8bac127

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

doc/dependency_decisions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@
12281228
- - :approve
12291229
- System.IO.Abstractions.TestingHelpers
12301230
- :versions:
1231-
- 20.0.34
1231+
- 21.3.1
12321232
:when: 2022-08-16T21:40:21.430Z
12331233
:who: mocsharp
12341234
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
@@ -1723,14 +1723,14 @@
17231723
- - :approve
17241724
- TestableIO.System.IO.Abstractions.TestingHelpers
17251725
- :versions:
1726-
- 20.0.34
1726+
- 21.3.1
17271727
:when: 2022-08-16T21:40:21.430Z
17281728
:who: mocsharp
17291729
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
17301730
- - :approve
17311731
- TestableIO.System.IO.Abstractions.Wrappers
17321732
- :versions:
1733-
- 20.0.4
1733+
- 21.3.1
17341734
- 21.3.1
17351735
- 22.0.12
17361736
:when: 2022-08-16T21:40:21.430Z

docs/compliance/third-party-licenses.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105948,14 +105948,14 @@ Contact
105948105948

105949105949

105950105950
<details>
105951-
<summary>TestableIO.System.IO.Abstractions 20.0.4</summary>
105951+
<summary>TestableIO.System.IO.Abstractions 21.3.1</summary>
105952105952

105953105953
## TestableIO.System.IO.Abstractions
105954105954

105955-
- Version: 20.0.4
105955+
- Version: 21.3.1
105956105956
- Authors: Tatham Oddie & friends
105957105957
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
105958-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/20.0.4)
105958+
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/21.3.1)
105959105959
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
105960105960

105961105961

@@ -106030,14 +106030,14 @@ SOFTWARE.
106030106030

106031106031

106032106032
<details>
106033-
<summary>TestableIO.System.IO.Abstractions.TestingHelpers 20.0.4</summary>
106033+
<summary>TestableIO.System.IO.Abstractions.TestingHelpers 21.3.1</summary>
106034106034

106035106035
## TestableIO.System.IO.Abstractions.TestingHelpers
106036106036

106037-
- Version: 20.0.4
106037+
- Version: 21.3.1
106038106038
- Authors: Tatham Oddie & friends
106039106039
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
106040-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/20.0.4)
106040+
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/21.3.1)
106041106041
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
106042106042

106043106043

@@ -106112,14 +106112,14 @@ SOFTWARE.
106112106112

106113106113

106114106114
<details>
106115-
<summary>TestableIO.System.IO.Abstractions.Wrappers 20.0.4</summary>
106115+
<summary>TestableIO.System.IO.Abstractions.Wrappers 21.3.1</summary>
106116106116

106117106117
## TestableIO.System.IO.Abstractions.Wrappers
106118106118

106119-
- Version: 20.0.4
106119+
- Version: 21.3.1
106120106120
- Authors: Tatham Oddie & friends
106121106121
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
106122-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/20.0.4)
106122+
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/21.3.1)
106123106123
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
106124106124

106125106125

tests/UnitTests/TaskManager.Docker.Tests/Monai.Deploy.WorkflowManager.TaskManager.Docker.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2828
<PackageReference Include="Moq" Version="4.20.72" />
29-
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.34" />
29+
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.3.1" />
3030
<PackageReference Include="xunit" Version="2.9.3" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)