Skip to content

Commit 90f7ef0

Browse files
committed
Update dependencies
1 parent 8448217 commit 90f7ef0

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

Fail2Ban4Win/Fail2Ban4Win.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</ItemGroup>
100100
<ItemGroup>
101101
<PackageReference Include="Fail2Ban4Win.Abstractions">
102-
<Version>0.0.4</Version>
102+
<Version>0.0.5</Version>
103103
</PackageReference>
104104
<PackageReference Include="ILRepack.Lib.MSBuild.Task">
105105
<Version>2.0.44.2</Version>

Fail2Ban4Win/packages.lock.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETFramework,Version=v4.7.2": {
55
"Fail2Ban4Win.Abstractions": {
66
"type": "Direct",
7-
"requested": "[0.0.4, )",
8-
"resolved": "0.0.4",
9-
"contentHash": "3XQI3voMeFTFp1yqV74PBKZjZO6lwWJGLGc7B1pgg3RMMe0k8pklFRWm+mOmh8ccd2LrSq2hP3jvFowtbn1tWg==",
7+
"requested": "[0.0.5, )",
8+
"resolved": "0.0.5",
9+
"contentHash": "DdPrCaEClblfLGFjoncVtaai6QnKpwitzMAL37D88+ClWMonWe+Hk3s357nLQSlXVF8oUJWCAQNF14rZcUDvPw==",
1010
"dependencies": {
1111
"IPNetwork2": "[3.5.3, 4.0.0)"
1212
}
@@ -238,10 +238,6 @@
238238
"resolved": "4.6.1",
239239
"contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
240240
}
241-
},
242-
".NETFramework,Version=v4.7.2/win": {},
243-
".NETFramework,Version=v4.7.2/win-arm64": {},
244-
".NETFramework,Version=v4.7.2/win-x64": {},
245-
".NETFramework,Version=v4.7.2/win-x86": {}
241+
}
246242
}
247243
}

SamplePlugin/SamplePlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Fail2Ban4Win.Abstractions" Version="0.0.3" ExcludeAssets="runtime" />
18+
<PackageReference Include="Fail2Ban4Win.Abstractions" Version="0.0.5" ExcludeAssets="runtime" />
1919
</ItemGroup>
2020

2121
</Project>

0 commit comments

Comments
 (0)