Skip to content

Commit

Permalink
Workaround to get FAKE to read v13 of msbuild binlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed May 28, 2021
1 parent 0f112bc commit ad18321
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Content/Console/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.100"
"version": "5.0.300"
}
}
2 changes: 1 addition & 1 deletion Content/Library/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.100"
"version": "5.0.300"
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.100",
"version": "5.0.300",
"rollForward": "feature"
}
}
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ NUGET
Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0
Mono.Cecil (0.11.2) - restriction: || (>= net461) (>= netstandard2.0)
Mono.Posix.NETStandard (1.0) - restriction: >= netstandard2.0
MSBuild.StructuredLogger (2.1.176) - restriction: >= netstandard2.0
MSBuild.StructuredLogger (2.1.500) - restriction: >= netstandard2.0
Microsoft.Build (>= 16.4) - restriction: >= netstandard2.0
Microsoft.Build.Framework (>= 16.4) - restriction: >= netstandard2.0
Microsoft.Build.Tasks.Core (>= 16.4) - restriction: >= netstandard2.0
Expand Down Expand Up @@ -874,7 +874,7 @@ NUGET
Microsoft.Win32.SystemEvents (4.7) - restriction: && (>= netcoreapp3.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0
Mono.Posix.NETStandard (1.0) - restriction: >= netstandard2.0
MSBuild.StructuredLogger (2.1.176) - restriction: >= netstandard2.0
MSBuild.StructuredLogger (2.1.500) - restriction: >= netstandard2.0
Microsoft.Build (>= 16.4) - restriction: >= netstandard2.0
Microsoft.Build.Framework (>= 16.4) - restriction: >= netstandard2.0
Microsoft.Build.Tasks.Core (>= 16.4) - restriction: >= netstandard2.0
Expand Down

0 comments on commit ad18321

Please sign in to comment.