Skip to content

Commit

Permalink
Update Analyzers to net5.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored Jan 22, 2021
1 parent 12b351f commit 741d438
Show file tree
Hide file tree
Showing 6 changed files with 730 additions and 228 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.4.0",
"version": "0.7.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
2 changes: 1 addition & 1 deletion Content/Console/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ group Build
group Analyzers
source https://www.nuget.org/api/v2
source https://api.nuget.org/v3/index.json
nuget BinaryDefense.FSharp.Analyzers.Hashing 0.1.0
nuget BinaryDefense.FSharp.Analyzers.Hashing 0.2.1
475 changes: 363 additions & 112 deletions Content/Console/paket.lock

Large diffs are not rendered by default.

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.4.0",
"version": "0.7.0",
"commands": [
"fsharp-analyzers"
]
Expand Down
2 changes: 1 addition & 1 deletion Content/Library/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ group Docs
group Analyzers
source https://www.nuget.org/api/v2
source https://api.nuget.org/v3/index.json
nuget BinaryDefense.FSharp.Analyzers.Hashing 0.1.0
nuget BinaryDefense.FSharp.Analyzers.Hashing 0.2.1
Loading

0 comments on commit 741d438

Please sign in to comment.