diff --git a/Build.fsproj b/Build.fsproj index a0d254ba..05aa29ee 100644 --- a/Build.fsproj +++ b/Build.fsproj @@ -5,7 +5,6 @@ net6.0 - diff --git a/paket.dependencies b/paket.dependencies index 81fb6e2d..d211edd7 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -94,4 +94,9 @@ nuget Fake.DotNet.NuGet nuget Fake.Tools.Git nuget fake-cli nuget Argu -nuget Mono.Cecil \ No newline at end of file +nuget Mono.Cecil + +nuget Microsoft.Build = 17.3.2 +nuget Microsoft.Build.Framework = 17.3.2 +nuget Microsoft.Build.Tasks.Core = 17.3.2 +nuget Microsoft.Build.Utilities.Core = 17.3.2 \ No newline at end of file diff --git a/paket.lock b/paket.lock index 5595f21e..60f953b1 100644 --- a/paket.lock +++ b/paket.lock @@ -727,9 +727,9 @@ NUGET FSharp.Core (>= 4.7.2) System.Reactive (>= 5.0 < 6.0) FSharp.Core (7.0) - Microsoft.Build (17.4) - Microsoft.Build.Framework (>= 17.4) - Microsoft.NET.StringTools (>= 17.4) + Microsoft.Build (17.3.2) + Microsoft.Build.Framework (>= 17.3.2) + Microsoft.NET.StringTools (>= 17.3.2) System.Collections.Immutable (>= 6.0) System.Configuration.ConfigurationManager (>= 6.0) System.Reflection.Metadata (>= 6.0) @@ -738,14 +738,12 @@ NUGET System.Text.Encoding.CodePages (>= 6.0) System.Text.Json (>= 6.0) System.Threading.Tasks.Dataflow (>= 6.0) - Microsoft.Build.Framework (17.4) - Microsoft.Win32.Registry (>= 5.0) + Microsoft.Build.Framework (17.3.2) System.Security.Permissions (>= 6.0) - Microsoft.Build.Tasks.Core (17.4) - Microsoft.Build.Framework (>= 17.4) - Microsoft.Build.Utilities.Core (>= 17.4) - Microsoft.NET.StringTools (>= 17.4) - Microsoft.Win32.Registry (>= 5.0) + Microsoft.Build.Tasks.Core (17.3.2) + Microsoft.Build.Framework (>= 17.3.2) + Microsoft.Build.Utilities.Core (>= 17.3.2) + Microsoft.NET.StringTools (>= 17.3.2) System.CodeDom (>= 6.0) System.Collections.Immutable (>= 6.0) System.Reflection.Metadata (>= 6.0) @@ -754,14 +752,11 @@ NUGET System.Security.Cryptography.Xml (>= 6.0) System.Security.Permissions (>= 6.0) System.Threading.Tasks.Dataflow (>= 6.0) - Microsoft.Build.Utilities.Core (17.4) - Microsoft.Build.Framework (>= 17.4) - Microsoft.NET.StringTools (>= 17.4) - Microsoft.Win32.Registry (>= 5.0) + Microsoft.Build.Utilities.Core (17.3.2) + Microsoft.Build.Framework (>= 17.3.2) + Microsoft.NET.StringTools (>= 17.3.2) System.Collections.Immutable (>= 6.0) System.Configuration.ConfigurationManager (>= 6.0) - System.Security.Permissions (>= 6.0) - System.Text.Encoding.CodePages (>= 6.0) Microsoft.NET.StringTools (17.4) System.Memory (>= 4.5.5) System.Runtime.CompilerServices.Unsafe (>= 6.0) diff --git a/paket.references b/paket.references index 239a9ad0..a3fdf5fc 100644 --- a/paket.references +++ b/paket.references @@ -8,4 +8,8 @@ Farmer Fake.DotNet.Cli Fake.DotNet.NuGet Fake.Tools.Git -Mono.Cecil \ No newline at end of file +Mono.Cecil +Microsoft.Build +Microsoft.Build.Framework +Microsoft.Build.Tasks.Core +Microsoft.Build.Utilities.Core \ No newline at end of file