Changed dotnet version to 10

This commit is contained in:
EsVagy42 2026-02-26 09:10:15 +01:00
parent 91b7ab2ff5
commit 670386cf78
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
{
environment.systemPackages = with pkgs; [
haskell.compiler.ghcHEAD
dotnet-sdk_9
dotnet-sdk_10
netcoredbg
cmake

View file

@ -1 +1 @@
Added more python packages to semester file
Changed dotnet version to 10