Skip to content

Commit

Permalink
Workaround to get FAKE to read v13 of msbuild binlogs (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored May 28, 2021
1 parent b98fd4a commit c0a7768
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Content/Console/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"fsharp-analyzers": {
"version": "0.8.0",
"version": "0.9.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
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/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
},
"fsharp-analyzers": {
"version": "0.8.0",
"version": "0.9.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
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"
}
}
Empty file.
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 c0a7768

Please sign in to comment.