Skip to content

Commit

Permalink
Bump .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed May 27, 2024
1 parent 0f2cea6 commit 7184d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
c-deps = [ pkgs.cppcheck pkgs.gcc13 ];
java-deps = [ pkgs.openjdk21 pkgs.checkstyle ];
kotlin-deps = [ pkgs.kotlin pkgs.ktlint ];
csharp-deps = [ pkgs.dotnetCorePackages.sdk_6_0 ];
csharp-deps = [ pkgs.dotnetCorePackages.sdk_8_0 ];

all-other-dependencies = haskell-deps ++ node-deps ++ bash-deps
++ c-deps ++ java-deps ++ kotlin-deps ++ csharp-deps
Expand Down

0 comments on commit 7184d5c

Please sign in to comment.