Skip to content

Commit

Permalink
[up] System.IO.Abstractions to 7.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Apr 30, 2023
1 parent c283fa7 commit 3917686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Simplify.Web.Tests/Simplify.Web.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.3" />
<PackageReference Include="Simplify.Xml" Version="1.3.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="6.0.38" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="7.1.10" />
</ItemGroup>
<ItemGroup>
<None Remove="Templates\Test.tpl" />
Expand Down
1 change: 1 addition & 0 deletions src/Simplify.Web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Internal Simplify.Xml.Sources to 1.3.0
- Internal Simplify.System.Sources to 1.6.1
- Microsoft.Extensions.Configuration to 6.0.0
- System.IO.Abstractions bump to 7.1.10

## [1.6.1] - 2022-04-15

Expand Down
2 changes: 1 addition & 1 deletion src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="Simplify.System.Sources" Version="1.6.1" PrivateAssets="All" />
<PackageReference Include="Simplify.Templates" Version="2.0.0" />
<PackageReference Include="Simplify.Xml.Sources" Version="1.3.0" PrivateAssets="All" />
<PackageReference Include="System.IO.Abstractions" Version="6.0.38" />
<PackageReference Include="System.IO.Abstractions" Version="7.1.10" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Diagnostics\ExceptionIDetails.html" />
Expand Down

0 comments on commit 3917686

Please sign in to comment.