Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions pkgs/by-name/gr/grayjay/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion pkgs/by-name/gr/grayjay/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,16 @@ buildDotnetModule (finalAttrs: {

nugetDeps = ./deps.json;

dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-sdk = dotnetCorePackages.sdk_9_0 // {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samfundev this removes the nuget dependencies that are tied to specific runtime versions, so the package won't break when we update dotnet.

inherit
(dotnetCorePackages.combinePackages [
dotnetCorePackages.sdk_9_0
dotnetCorePackages.sdk_8_0
])
packages
targetPackages
;
};
dotnet-runtime = dotnetCorePackages.aspnetcore_9_0;

executables = [ "Grayjay" ];
Expand Down
376 changes: 188 additions & 188 deletions pkgs/development/compilers/dotnet/10/bootstrap-sdk.nix

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions pkgs/development/compilers/dotnet/10/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/development/compilers/dotnet/10/release-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tarballHash": "sha256-L5uuZAzVnltb0DUX2hZUaQ/z56vF4bnDbX95uV8XN+o=",
"artifactsUrl": "https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.10.0.100-preview.4.25228.1.centos.9-x64.tar.gz",
"artifactsHash": "sha256-fLqwaZScsClR+QR+Zewfh6XEL3FJhNPFGhSZjk06CAg="
"tarballHash": "sha256-CPQoYRY4inICvVxad/P0bC0HS96wWFW4tSCvL3agWiw=",
"artifactsUrl": "https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.10.0.100-preview.5.25265.107.centos.9-x64.tar.gz",
"artifactsHash": "sha256-TTovg4C0TZs3f6vjj7FHLvvspHPEVrDuIXAHdwAJQRI="
}
14 changes: 7 additions & 7 deletions pkgs/development/compilers/dotnet/10/release.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"release": "10.0.0-preview.4",
"release": "10.0.0-preview.5",
"channel": "10.0",
"tag": "v10.0.0-preview.4.25258.110",
"sdkVersion": "10.0.100-preview.4.25258.110",
"runtimeVersion": "10.0.0-preview.4.25258.110",
"aspNetCoreVersion": "10.0.0-preview.4.25258.110",
"tag": "v10.0.0-preview.5.25277.114",
"sdkVersion": "10.0.100-preview.5.25277.114",
"runtimeVersion": "10.0.0-preview.5.25277.114",
"aspNetCoreVersion": "10.0.0-preview.5.25277.114",
"sourceRepository": "https://github.com/dotnet/dotnet",
"sourceVersion": "c22dcd0c7a78d095a94d20e59ec0271b9924c82c",
"officialBuildId": "20250508.10"
"sourceVersion": "ddf39a1b4690fbe23aea79c78da67004a5c31094",
"officialBuildId": "20250527.14"
}
Loading