diff --git a/Fail2Ban4Win/App.config b/Fail2Ban4Win/App.config index 3916e0e..de27714 100644 --- a/Fail2Ban4Win/App.config +++ b/Fail2Ban4Win/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Fail2Ban4Win/Fail2Ban4Win.csproj b/Fail2Ban4Win/Fail2Ban4Win.csproj index 383c82e..7df74fb 100644 --- a/Fail2Ban4Win/Fail2Ban4Win.csproj +++ b/Fail2Ban4Win/Fail2Ban4Win.csproj @@ -8,11 +8,12 @@ Exe Fail2Ban4Win Fail2Ban4Win - v4.8 + v4.7.2 512 true true true + AnyCPU @@ -113,7 +114,7 @@ 8.0.0 - 5.3.3 + 5.3.4 2.2.0.86 diff --git a/Fail2Ban4Win/Properties/AssemblyInfo.cs b/Fail2Ban4Win/Properties/AssemblyInfo.cs index 60799c1..ea8be88 100644 --- a/Fail2Ban4Win/Properties/AssemblyInfo.cs +++ b/Fail2Ban4Win/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] [assembly: InternalsVisibleTo("Tests")] \ No newline at end of file diff --git a/Fail2Ban4Win/packages.lock.json b/Fail2Ban4Win/packages.lock.json index d068e58..872a52e 100644 --- a/Fail2Ban4Win/packages.lock.json +++ b/Fail2Ban4Win/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETFramework,Version=v4.8": { + ".NETFramework,Version=v4.7.2": { "ILRepack.Lib.MSBuild.Task": { "type": "Direct", "requested": "[2.0.34.2, )", @@ -12,7 +12,10 @@ "type": "Direct", "requested": "[3.0.667, )", "resolved": "3.0.667", - "contentHash": "0GgNIm12cDtI0Kc8oaVbgSQgqQ+yJuOyf1oyJ9eQ+Xt4uQ/2ZTvoTf6KBuRxjWF7rTD+1AreUES5khMecGAuTg==" + "contentHash": "0GgNIm12cDtI0Kc8oaVbgSQgqQ+yJuOyf1oyJ9eQ+Xt4uQ/2ZTvoTf6KBuRxjWF7rTD+1AreUES5khMecGAuTg==", + "dependencies": { + "System.Memory": "4.5.5" + } }, "LightInject": { "type": "Direct", @@ -47,9 +50,9 @@ }, "NLog": { "type": "Direct", - "requested": "[5.3.3, )", - "resolved": "5.3.3", - "contentHash": "cy0+hlrUbYu+6mgUsILqCcqlJ2Csqyt2lm8y9T9kE8nhgwl8SvR+LM21QX4nmzFCPiowbrTFYxNF8+gWpy7/HQ==" + "requested": "[5.3.4, )", + "resolved": "5.3.4", + "contentHash": "gLy7+O1hEYJXIlcTr1/VWjGXrZTQFZzYNO18IWasD64pNwz0BreV+nHLxWKXWZzERRzoKnsk2XYtwLkTVk7J1A==" }, "WindowsFirewallHelper": { "type": "Direct", @@ -190,9 +193,9 @@ "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" } }, - ".NETFramework,Version=v4.8/win": {}, - ".NETFramework,Version=v4.8/win-arm64": {}, - ".NETFramework,Version=v4.8/win-x64": {}, - ".NETFramework,Version=v4.8/win-x86": {} + ".NETFramework,Version=v4.7.2/win": {}, + ".NETFramework,Version=v4.7.2/win-arm64": {}, + ".NETFramework,Version=v4.7.2/win-x64": {}, + ".NETFramework,Version=v4.7.2/win-x86": {} } } \ No newline at end of file diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 948ad71..69a257a 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@ - + - net48 + net472 false @@ -10,11 +10,11 @@ - + all - + runtime; build; native; contentfiles; analyzers; buildtransitive all