Skip to content

Commit ec3dc46

Browse files
committed
update MSBuild.StructuredLogger because of new SDK versions
1 parent bfc19a3 commit ec3dc46

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

paket.dependencies

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ group Build
4848
nuget Fake.Core.UserInput
4949
nuget Fake.IO.FileSystem
5050
nuget Fake.DotNet.MsBuild
51-
nuget Fake.Api.GitHub
51+
nuget Fake.Api.GitHub
52+
nuget MSBuild.StructuredLogger

paket.lock

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -725,33 +725,9 @@ NUGET
725725
FSharp.Core (>= 4.7.2)
726726
System.Reactive (>= 5.0)
727727
FSharp.Core (6.0.3)
728-
Microsoft.Build (17.1)
729-
Microsoft.Build.Framework (>= 17.1)
730-
Microsoft.NET.StringTools (>= 1.0)
731-
Microsoft.Win32.Registry (>= 4.3)
732-
System.Collections.Immutable (>= 5.0)
733-
System.Configuration.ConfigurationManager (>= 4.7)
734-
System.Reflection.Metadata (>= 1.6)
735-
System.Security.Principal.Windows (>= 4.7)
736-
System.Text.Encoding.CodePages (>= 4.0.1)
737-
System.Text.Json (>= 6.0)
738-
System.Threading.Tasks.Dataflow (>= 6.0)
739728
Microsoft.Build.Framework (17.1)
740729
Microsoft.Win32.Registry (>= 4.3)
741730
System.Security.Permissions (>= 4.7)
742-
Microsoft.Build.Tasks.Core (17.1)
743-
Microsoft.Build.Framework (>= 17.1)
744-
Microsoft.Build.Utilities.Core (>= 17.1)
745-
Microsoft.NET.StringTools (>= 1.0)
746-
Microsoft.Win32.Registry (>= 4.3)
747-
System.CodeDom (>= 4.4)
748-
System.Collections.Immutable (>= 5.0)
749-
System.Reflection.Metadata (>= 1.6)
750-
System.Resources.Extensions (>= 4.6)
751-
System.Security.Cryptography.Pkcs (>= 4.7)
752-
System.Security.Cryptography.Xml (>= 4.7)
753-
System.Security.Permissions (>= 4.7)
754-
System.Threading.Tasks.Dataflow (>= 6.0)
755731
Microsoft.Build.Utilities.Core (17.1)
756732
Microsoft.Build.Framework (>= 17.1)
757733
Microsoft.NET.StringTools (>= 1.0)
@@ -768,10 +744,8 @@ NUGET
768744
System.Security.Principal.Windows (>= 5.0)
769745
Microsoft.Win32.SystemEvents (6.0)
770746
Mono.Posix.NETStandard (1.0)
771-
MSBuild.StructuredLogger (2.1.630)
772-
Microsoft.Build (>= 16.10)
747+
MSBuild.StructuredLogger (2.1.768)
773748
Microsoft.Build.Framework (>= 16.10)
774-
Microsoft.Build.Tasks.Core (>= 16.10)
775749
Microsoft.Build.Utilities.Core (>= 16.10)
776750
Newtonsoft.Json (13.0.1)
777751
NuGet.Common (6.1)
@@ -790,7 +764,6 @@ NUGET
790764
NuGet.Packaging (>= 6.1)
791765
NuGet.Versioning (6.1)
792766
Octokit (0.50)
793-
System.CodeDom (6.0)
794767
System.Collections.Immutable (6.0)
795768
System.Runtime.CompilerServices.Unsafe (>= 6.0)
796769
System.Configuration.ConfigurationManager (6.0)
@@ -801,30 +774,18 @@ NUGET
801774
System.Formats.Asn1 (6.0)
802775
System.Memory (4.5.4)
803776
System.Reactive (5.0)
804-
System.Reflection.Metadata (6.0.1)
805-
System.Collections.Immutable (>= 6.0)
806-
System.Resources.Extensions (6.0)
807777
System.Runtime.CompilerServices.Unsafe (6.0)
808778
System.Security.AccessControl (6.0)
809779
System.Security.Cryptography.Cng (5.0)
810780
System.Formats.Asn1 (>= 5.0)
811781
System.Security.Cryptography.Pkcs (6.0)
812782
System.Formats.Asn1 (>= 6.0)
813783
System.Security.Cryptography.ProtectedData (6.0)
814-
System.Security.Cryptography.Xml (6.0)
815-
System.Security.AccessControl (>= 6.0)
816-
System.Security.Cryptography.Pkcs (>= 6.0)
817784
System.Security.Permissions (6.0)
818785
System.Security.AccessControl (>= 6.0)
819786
System.Windows.Extensions (>= 6.0)
820787
System.Security.Principal.Windows (5.0)
821788
System.Text.Encoding.CodePages (6.0)
822789
System.Runtime.CompilerServices.Unsafe (>= 6.0)
823-
System.Text.Encodings.Web (6.0)
824-
System.Runtime.CompilerServices.Unsafe (>= 6.0)
825-
System.Text.Json (6.0.2)
826-
System.Runtime.CompilerServices.Unsafe (>= 6.0)
827-
System.Text.Encodings.Web (>= 6.0)
828-
System.Threading.Tasks.Dataflow (6.0)
829790
System.Windows.Extensions (6.0)
830791
System.Drawing.Common (>= 6.0)

0 commit comments

Comments
 (0)