Skip to content

Commit

Permalink
fix: wrong case on the dotnet_version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hensou committed Mar 16, 2023
1 parent 550a4cc commit b5c6d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions set-dotnet-env.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function asdf_update_dotnet_home --on-event fish_prompt
set -gx DOTNET_ROOT (dirname "$full_path")
set --local dotnet_version (dotnet --version)
set -gx MSBuildSDKsPath (realpath "$DOTNET_ROOT/sdk/$dotnet_version/Sdks")

end
end

0 comments on commit b5c6d51

Please sign in to comment.