Skip to content

Commit

Permalink
Bump IPTables.Net from 0.9.0 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps IPTables.Net from 0.9.0 to 0.9.1.

---
updated-dependencies:
- dependency-name: IPTables.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 2f55721 commit 2c9b117
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/BSN.IpTables.Api/BSN.IpTables.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -19,7 +19,7 @@
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="BSN.Commons.PresentationInfrastructure" Version="1.10.3" />
<PackageReference Include="IPTables.Net" Version="0.9.0" />
<PackageReference Include="IPTables.Net" Version="0.9.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
Expand Down
2 changes: 1 addition & 1 deletion Source/BSN.IpTables.Data/BSN.IpTables.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IPTables.Net" Version="0.9.0" />
<PackageReference Include="IPTables.Net" Version="0.9.1" />
<PackageReference Include="SystemInteract.Local" Version="1.1.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/BSN.IpTables.Domain/BSN.IpTables.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IPTables.Net" Version="0.9.0" />
<PackageReference Include="IPTables.Net" Version="0.9.1" />
<PackageReference Include="SystemInteract.Local" Version="1.1.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IPTables.Net" Version="0.9.0" />
<PackageReference Include="IPTables.Net" Version="0.9.1" />
<PackageReference Include="LiquidTestReports.Markdown" Version="1.0.9" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="NUnit" Version="3.13.3" />
Expand Down

0 comments on commit 2c9b117

Please sign in to comment.