Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet: january 2025 releases #374284

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
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/ps/ps3-disc-dumper/deps.json

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

1 change: 1 addition & 0 deletions pkgs/by-name/ps/ps3-disc-dumper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildDotnetModule rec {
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.sdk_9_0;
dotnetFlags = [ "-p:TargetFramework=net9.0" ];
dotnetRestoreFlags = [ "-p:Configuration=${buildType}" ];
buildType = "Linux";
projectFile = "UI.Avalonia/UI.Avalonia.csproj";
nugetDeps = ./deps.json;
Expand Down
552 changes: 276 additions & 276 deletions pkgs/development/compilers/dotnet/8/bootstrap-sdk.nix

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkgs/development/compilers/dotnet/8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
releaseManifestFile = ./release.json;
releaseInfoFile = ./release-info.json;
bootstrapSdkFile = ./bootstrap-sdk.nix;
depsFile = ./deps.nix;
depsFile = ./deps.json;
fallbackTargetPackages = dotnetCorePackages.sdk_8_0.targetPackages;
}
62 changes: 62 additions & 0 deletions pkgs/development/compilers/dotnet/8/deps.json

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

63 changes: 0 additions & 63 deletions pkgs/development/compilers/dotnet/8/deps.nix

This file was deleted.

6 changes: 3 additions & 3 deletions pkgs/development/compilers/dotnet/8/release-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tarballHash": "sha256-18s4O7+iD4bghWFas9y3aeXJr3Mw2Qg0zjSImFe9kuU=",
"artifactsUrl": "https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.110-servicing.24474.1.centos.9-x64.tar.gz",
"artifactsHash": "sha256-I2Kwk7j8Moc5SoDtaBFY7+vCO9IgaSFejVFeUdwEhrA="
"tarballHash": "sha256-j0LNvn08bF0fPOOKBSSBJV3G7BzqmvNYTpSYC9XrbcQ=",
"artifactsUrl": "https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.111-servicing.24523.1.centos.9-x64.tar.gz",
"artifactsHash": "sha256-Y9v+IYeAvuwddtQnDNUwBEWXGsDZACs596nQrdGOdaY="
}
12 changes: 6 additions & 6 deletions pkgs/development/compilers/dotnet/8/release.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"release": "8.0.11",
"release": "8.0.12",
"channel": "8.0",
"tag": "v8.0.11",
"sdkVersion": "8.0.111",
"runtimeVersion": "8.0.11",
"aspNetCoreVersion": "8.0.11",
"tag": "v8.0.12",
"sdkVersion": "8.0.112",
"runtimeVersion": "8.0.12",
"aspNetCoreVersion": "8.0.12",
"sourceRepository": "https://github.com/dotnet/dotnet",
"sourceVersion": "d5f3d652f9266d600777f626a9650a273419859b"
"sourceVersion": "ab5d79b36d4f8a16f9f91f53fd6504b354c977b1"
}
Loading