diff --git a/src/Particular.PlatformSample.ServiceControl/Particular.PlatformSample.ServiceControl.csproj b/src/Particular.PlatformSample.ServiceControl/Particular.PlatformSample.ServiceControl.csproj index 5ea9a67eb0..671087fd53 100644 --- a/src/Particular.PlatformSample.ServiceControl/Particular.PlatformSample.ServiceControl.csproj +++ b/src/Particular.PlatformSample.ServiceControl/Particular.PlatformSample.ServiceControl.csproj @@ -1,7 +1,7 @@  - net461 + net462 false true Particular ServiceControl binaries for use by Particular.PlatformSample. Not intended for use outside of Particular.PlatformSample. diff --git a/src/ServiceControl.AcceptanceTesting/ServiceControl.AcceptanceTesting.csproj b/src/ServiceControl.AcceptanceTesting/ServiceControl.AcceptanceTesting.csproj index 7c9d8b4902..ff7beaf15b 100644 --- a/src/ServiceControl.AcceptanceTesting/ServiceControl.AcceptanceTesting.csproj +++ b/src/ServiceControl.AcceptanceTesting/ServiceControl.AcceptanceTesting.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj b/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj index 0f136ee1a5..86f47cd2ac 100644 --- a/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj +++ b/src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Audit.AcceptanceTests/ServiceControl.Audit.AcceptanceTests.csproj b/src/ServiceControl.Audit.AcceptanceTests/ServiceControl.Audit.AcceptanceTests.csproj index a7e0c4da11..9989d046f3 100644 --- a/src/ServiceControl.Audit.AcceptanceTests/ServiceControl.Audit.AcceptanceTests.csproj +++ b/src/ServiceControl.Audit.AcceptanceTests/ServiceControl.Audit.AcceptanceTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Audit.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt b/src/ServiceControl.Audit.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt index ea1c941483..1fdade0578 100644 --- a/src/ServiceControl.Audit.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt +++ b/src/ServiceControl.Audit.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt @@ -2,7 +2,7 @@ [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("ServiceControl.Audit.UnitTests")] [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("ServiceControl.Loadtests.Reporter")] [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("ServiceControl.MultiInstance.AcceptanceTests")] -[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName=".NET Framework 4.6.1")] +[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName=".NET Framework 4.6.2")] namespace ServiceControl.Audit.Auditing { public class DefaultEnrichers : NServiceBus.Features.Feature diff --git a/src/ServiceControl.Audit.UnitTests/ServiceControl.Audit.UnitTests.csproj b/src/ServiceControl.Audit.UnitTests/ServiceControl.Audit.UnitTests.csproj index 5be44697c0..85c5b84f98 100644 --- a/src/ServiceControl.Audit.UnitTests/ServiceControl.Audit.UnitTests.csproj +++ b/src/ServiceControl.Audit.UnitTests/ServiceControl.Audit.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Audit/ServiceControl.Audit.csproj b/src/ServiceControl.Audit/ServiceControl.Audit.csproj index e1c865472a..7be1fe8abd 100644 --- a/src/ServiceControl.Audit/ServiceControl.Audit.csproj +++ b/src/ServiceControl.Audit/ServiceControl.Audit.csproj @@ -1,7 +1,7 @@  - net461 + net462 Exe $(DefineConstants);REGISTRYLICENSESOURCE Operations.ico diff --git a/src/ServiceControl.Config/ServiceControl.Config.csproj b/src/ServiceControl.Config/ServiceControl.Config.csproj index 5452e72d37..a27acb4ed2 100644 --- a/src/ServiceControl.Config/ServiceControl.Config.csproj +++ b/src/ServiceControl.Config/ServiceControl.Config.csproj @@ -1,7 +1,7 @@  - net461 + net462 WinExe ServiceControlConfig App.ico diff --git a/src/ServiceControl.LoadTests.AuditGenerator/ServiceControl.LoadTests.AuditGenerator.csproj b/src/ServiceControl.LoadTests.AuditGenerator/ServiceControl.LoadTests.AuditGenerator.csproj index e7b3a65f3b..a2772ea290 100644 --- a/src/ServiceControl.LoadTests.AuditGenerator/ServiceControl.LoadTests.AuditGenerator.csproj +++ b/src/ServiceControl.LoadTests.AuditGenerator/ServiceControl.LoadTests.AuditGenerator.csproj @@ -1,7 +1,7 @@  - net461 + net462 Exe AuditGenerator diff --git a/src/ServiceControl.LoadTests.Messages/ServiceControl.LoadTests.Messages.csproj b/src/ServiceControl.LoadTests.Messages/ServiceControl.LoadTests.Messages.csproj index d6a4e8493e..b39f2e5da4 100644 --- a/src/ServiceControl.LoadTests.Messages/ServiceControl.LoadTests.Messages.csproj +++ b/src/ServiceControl.LoadTests.Messages/ServiceControl.LoadTests.Messages.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.LoadTests.Reporter/ServiceControl.LoadTests.Reporter.csproj b/src/ServiceControl.LoadTests.Reporter/ServiceControl.LoadTests.Reporter.csproj index 0a4ce03ee4..702a2e1d5c 100644 --- a/src/ServiceControl.LoadTests.Reporter/ServiceControl.LoadTests.Reporter.csproj +++ b/src/ServiceControl.LoadTests.Reporter/ServiceControl.LoadTests.Reporter.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Monitoring.AcceptanceTests/ServiceControl.Monitoring.AcceptanceTests.csproj b/src/ServiceControl.Monitoring.AcceptanceTests/ServiceControl.Monitoring.AcceptanceTests.csproj index d1796acf5e..40f45ca6b1 100644 --- a/src/ServiceControl.Monitoring.AcceptanceTests/ServiceControl.Monitoring.AcceptanceTests.csproj +++ b/src/ServiceControl.Monitoring.AcceptanceTests/ServiceControl.Monitoring.AcceptanceTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Monitoring.UnitTests/ServiceControl.Monitoring.UnitTests.csproj b/src/ServiceControl.Monitoring.UnitTests/ServiceControl.Monitoring.UnitTests.csproj index d406e487e4..391763c96a 100644 --- a/src/ServiceControl.Monitoring.UnitTests/ServiceControl.Monitoring.UnitTests.csproj +++ b/src/ServiceControl.Monitoring.UnitTests/ServiceControl.Monitoring.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Monitoring/ServiceControl.Monitoring.csproj b/src/ServiceControl.Monitoring/ServiceControl.Monitoring.csproj index 1c42b31502..c735a67d7f 100644 --- a/src/ServiceControl.Monitoring/ServiceControl.Monitoring.csproj +++ b/src/ServiceControl.Monitoring/ServiceControl.Monitoring.csproj @@ -1,7 +1,7 @@  - net461 + net462 Exe $(DefineConstants);REGISTRYLICENSESOURCE Operations.ico diff --git a/src/ServiceControl.MultiInstance.AcceptanceTests/ServiceControl.MultiInstance.AcceptanceTests.csproj b/src/ServiceControl.MultiInstance.AcceptanceTests/ServiceControl.MultiInstance.AcceptanceTests.csproj index 27b95f766a..0876494fb0 100644 --- a/src/ServiceControl.MultiInstance.AcceptanceTests/ServiceControl.MultiInstance.AcceptanceTests.csproj +++ b/src/ServiceControl.MultiInstance.AcceptanceTests/ServiceControl.MultiInstance.AcceptanceTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.ASB/ServiceControl.Transports.ASB.csproj b/src/ServiceControl.Transports.ASB/ServiceControl.Transports.ASB.csproj index 74a2bdd624..815147efa4 100644 --- a/src/ServiceControl.Transports.ASB/ServiceControl.Transports.ASB.csproj +++ b/src/ServiceControl.Transports.ASB/ServiceControl.Transports.ASB.csproj @@ -1,7 +1,7 @@  - net461 + net462 @@ -9,7 +9,7 @@ - + diff --git a/src/ServiceControl.Transports.ASBS/ServiceControl.Transports.ASBS.csproj b/src/ServiceControl.Transports.ASBS/ServiceControl.Transports.ASBS.csproj index 8d0d1d33ce..057d62e656 100644 --- a/src/ServiceControl.Transports.ASBS/ServiceControl.Transports.ASBS.csproj +++ b/src/ServiceControl.Transports.ASBS/ServiceControl.Transports.ASBS.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.ASQ/ServiceControl.Transports.ASQ.csproj b/src/ServiceControl.Transports.ASQ/ServiceControl.Transports.ASQ.csproj index ad703de1c4..e36e6d22af 100644 --- a/src/ServiceControl.Transports.ASQ/ServiceControl.Transports.ASQ.csproj +++ b/src/ServiceControl.Transports.ASQ/ServiceControl.Transports.ASQ.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.Learning/ServiceControl.Transports.Learning.csproj b/src/ServiceControl.Transports.Learning/ServiceControl.Transports.Learning.csproj index 8b11c5f9f0..f3558bb881 100644 --- a/src/ServiceControl.Transports.Learning/ServiceControl.Transports.Learning.csproj +++ b/src/ServiceControl.Transports.Learning/ServiceControl.Transports.Learning.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.Msmq/ServiceControl.Transports.Msmq.csproj b/src/ServiceControl.Transports.Msmq/ServiceControl.Transports.Msmq.csproj index 94ffac01d6..1f4a4c8d8d 100644 --- a/src/ServiceControl.Transports.Msmq/ServiceControl.Transports.Msmq.csproj +++ b/src/ServiceControl.Transports.Msmq/ServiceControl.Transports.Msmq.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.RabbitMQ/ServiceControl.Transports.RabbitMQ.csproj b/src/ServiceControl.Transports.RabbitMQ/ServiceControl.Transports.RabbitMQ.csproj index c921b96bda..603e986e36 100644 --- a/src/ServiceControl.Transports.RabbitMQ/ServiceControl.Transports.RabbitMQ.csproj +++ b/src/ServiceControl.Transports.RabbitMQ/ServiceControl.Transports.RabbitMQ.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.SQS/ServiceControl.Transports.SQS.csproj b/src/ServiceControl.Transports.SQS/ServiceControl.Transports.SQS.csproj index 42ca7f61d2..ed7c6b87d7 100644 --- a/src/ServiceControl.Transports.SQS/ServiceControl.Transports.SQS.csproj +++ b/src/ServiceControl.Transports.SQS/ServiceControl.Transports.SQS.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.SqlServer/ServiceControl.Transports.SqlServer.csproj b/src/ServiceControl.Transports.SqlServer/ServiceControl.Transports.SqlServer.csproj index f4be1100f3..05b898eb58 100644 --- a/src/ServiceControl.Transports.SqlServer/ServiceControl.Transports.SqlServer.csproj +++ b/src/ServiceControl.Transports.SqlServer/ServiceControl.Transports.SqlServer.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.Transports.UnitTests/ServiceControl.Transports.UnitTests.csproj b/src/ServiceControl.Transports.UnitTests/ServiceControl.Transports.UnitTests.csproj index 42a07d040d..a7ca74f058 100644 --- a/src/ServiceControl.Transports.UnitTests/ServiceControl.Transports.UnitTests.csproj +++ b/src/ServiceControl.Transports.UnitTests/ServiceControl.Transports.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 latest diff --git a/src/ServiceControl.Transports/ServiceControl.Transports.csproj b/src/ServiceControl.Transports/ServiceControl.Transports.csproj index 5f4682d2e1..e9f86f3cd0 100644 --- a/src/ServiceControl.Transports/ServiceControl.Transports.csproj +++ b/src/ServiceControl.Transports/ServiceControl.Transports.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt b/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt index 4775b1b009..cda2870561 100644 --- a/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt +++ b/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.PublicClr.approved.txt @@ -2,7 +2,7 @@ [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("ServiceControl.AcceptanceTests")] [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("ServiceControl.MultiInstance.AcceptanceTests")] [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("ServiceControl.UnitTests")] -[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName=".NET Framework 4.6.1")] +[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName=".NET Framework 4.6.2")] public class GroupOperation { public GroupOperation() { } diff --git a/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.ServiceControlTransport.approved.txt b/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.ServiceControlTransport.approved.txt index fadc2e34bd..72c739fbc4 100644 --- a/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.ServiceControlTransport.approved.txt +++ b/src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.ServiceControlTransport.approved.txt @@ -1,4 +1,4 @@ -[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName=".NET Framework 4.6.1")] +[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName=".NET Framework 4.6.2")] namespace ServiceControl.Transports { public class EndpointToQueueMapping diff --git a/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj b/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj index 6bf76285a8..c331741143 100644 --- a/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj +++ b/src/ServiceControl.UnitTests/ServiceControl.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 latest diff --git a/src/ServiceControl/ServiceControl.csproj b/src/ServiceControl/ServiceControl.csproj index c01fe76a04..d6d5404b56 100644 --- a/src/ServiceControl/ServiceControl.csproj +++ b/src/ServiceControl/ServiceControl.csproj @@ -1,7 +1,7 @@  - net461 + net462 Exe $(DefineConstants);REGISTRYLICENSESOURCE Operations.ico diff --git a/src/ServiceControlInstaller.CustomActions.UnitTests/ServiceControlInstaller.CustomActions.UnitTests.csproj b/src/ServiceControlInstaller.CustomActions.UnitTests/ServiceControlInstaller.CustomActions.UnitTests.csproj index ea71ee496b..cea0639715 100644 --- a/src/ServiceControlInstaller.CustomActions.UnitTests/ServiceControlInstaller.CustomActions.UnitTests.csproj +++ b/src/ServiceControlInstaller.CustomActions.UnitTests/ServiceControlInstaller.CustomActions.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControlInstaller.Engine.UnitTests/ServiceControlInstaller.Engine.UnitTests.csproj b/src/ServiceControlInstaller.Engine.UnitTests/ServiceControlInstaller.Engine.UnitTests.csproj index 631fd06edb..3458769024 100644 --- a/src/ServiceControlInstaller.Engine.UnitTests/ServiceControlInstaller.Engine.UnitTests.csproj +++ b/src/ServiceControlInstaller.Engine.UnitTests/ServiceControlInstaller.Engine.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/ServiceControlInstaller.Packaging.UnitTests/ServiceControlInstaller.Packaging.UnitTests.csproj b/src/ServiceControlInstaller.Packaging.UnitTests/ServiceControlInstaller.Packaging.UnitTests.csproj index df78f6343d..14c4c9bcea 100644 --- a/src/ServiceControlInstaller.Packaging.UnitTests/ServiceControlInstaller.Packaging.UnitTests.csproj +++ b/src/ServiceControlInstaller.Packaging.UnitTests/ServiceControlInstaller.Packaging.UnitTests.csproj @@ -1,7 +1,7 @@  - net461 + net462 false diff --git a/src/ServiceControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj b/src/ServiceControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj index 862da895fb..b760fad858 100644 --- a/src/ServiceControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj +++ b/src/ServiceControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj @@ -1,7 +1,7 @@  - net461 + net462 diff --git a/src/Setup/Prerequisites/.NET Framework 4.6.1/NDP461-KB3102438-Web.exe b/src/Setup/Prerequisites/.NET Framework 4.6.1/NDP461-KB3102438-Web.exe deleted file mode 100644 index 22276540e1..0000000000 Binary files a/src/Setup/Prerequisites/.NET Framework 4.6.1/NDP461-KB3102438-Web.exe and /dev/null differ diff --git a/src/Setup/Prerequisites/.NET Framework 4.6.2/NDP462-KB3151802-Web.exe b/src/Setup/Prerequisites/.NET Framework 4.6.2/NDP462-KB3151802-Web.exe new file mode 100644 index 0000000000..1ef8750f03 Binary files /dev/null and b/src/Setup/Prerequisites/.NET Framework 4.6.2/NDP462-KB3151802-Web.exe differ diff --git a/src/Setup/ServiceControl.aip b/src/Setup/ServiceControl.aip index 55fe2811c5..603b9824a5 100644 --- a/src/Setup/ServiceControl.aip +++ b/src/Setup/ServiceControl.aip @@ -6,8 +6,8 @@ - - + + @@ -395,7 +395,7 @@ - + diff --git a/src/Setup/Setup.csproj b/src/Setup/Setup.csproj index 3952c64707..5b6c581cc0 100644 --- a/src/Setup/Setup.csproj +++ b/src/Setup/Setup.csproj @@ -1,7 +1,7 @@  - net461 + net462