Skip to content

Commit

Permalink
Update to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Nov 12, 2024
1 parent f250ddf commit a557a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Nix/Anyder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pkgs.buildDotnetModule {
projectFile = "Anyder/Anyder.csproj";
nugetDeps = ./deps.nix;

dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_9_0;

executables = [ ];
}
4 changes: 2 additions & 2 deletions Nix/Ktisis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pkgs.buildDotnetModule {
projectFile = "Ktisis/Ktisis.csproj";
nugetDeps = ./deps.nix;

dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.runtime_9_0;

executables = [ ];
}

0 comments on commit a557a10

Please sign in to comment.