Skip to content

Commit

Permalink
ci: bump dotnet from 3.1.x/8.0.x to 8.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd authored Jan 28, 2025
1 parent e7599b4 commit 459bb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11']
dotnet-version: ['3.1.x', '8.0.x']
dotnet-version: ['8.0.x']
# test either wheel or source distribution
dist: [whl, sdist]
uses: ./.github/workflows/e2e.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/installing_and_initializing_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Install dotnet runtime

Install the dotnet runtime (not SDK) from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
Version 8.0 is recommended (the minimum version required is 5.0).
Version 8.0 is recommended.
The dotnet runtime is required to evaluate the Data Factory expression functions on dotnet just like in Data Factory.

## Installing the framework
Expand Down

0 comments on commit 459bb9d

Please sign in to comment.