diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 58e76730b..2d759a56f 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -15,7 +15,7 @@
]
},
"fsharp-analyzers": {
- "version": "0.36.0",
+ "version": "0.35.0",
"commands": [
"fsharp-analyzers"
]
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 91da55bcb..b4ce56eaa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Restore tools
run: dotnet tool restore
@@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Restore project
run: dotnet restore Fable.sln
@@ -60,7 +60,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Node.js environment
uses: actions/setup-node@v5
@@ -83,7 +83,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Node.js environment
uses: actions/setup-node@v5
@@ -104,7 +104,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Node.js environment
uses: actions/setup-node@v5
@@ -122,7 +122,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Node.js environment
uses: actions/setup-node@v5
@@ -146,7 +146,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
@@ -187,7 +187,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Node.js environment
uses: actions/setup-node@v5
@@ -213,7 +213,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1
@@ -231,7 +231,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Setup Erlang/OTP
uses: erlef/setup-beam@v1
@@ -262,7 +262,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
- dotnet-version: "10.0.x"
+ global-json-file: global.json
- name: Restore tools
run: dotnet tool restore
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 3920dc579..7879470ec 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -28,7 +28,7 @@
all
build
-
+
all
analyzers
diff --git a/src/Fable.Analyzers/Fable.Analyzers.fsproj b/src/Fable.Analyzers/Fable.Analyzers.fsproj
index 4674622b5..5a6dbf9b2 100644
--- a/src/Fable.Analyzers/Fable.Analyzers.fsproj
+++ b/src/Fable.Analyzers/Fable.Analyzers.fsproj
@@ -10,7 +10,7 @@
-
+