David McFarland
581cf4d435
dotnetCorePackages.dotnet_8: 8.0.4 -> 8.0.5
2024-05-15 11:00:37 -03:00
David McFarland
fdec08260d
dotnetCorePackages.sdk_8_0: 8.0.4 -> 8.0.5
2024-05-14 21:58:25 -03:00
David McFarland
7a0036a4e9
dotnetCorePackages.sdk_7_0: 7.0.18 -> 7.0.19
2024-05-14 21:58:09 -03:00
David McFarland
b849834581
dotnetCorePackages.sdk_6_0: 6.0.29 -> 6.0.30
2024-05-14 21:57:40 -03:00
David McFarland
6f7eccf450
dotnet: fix web test on darwin
2024-05-04 19:14:40 -03:00
David McFarland
4d00d19cd0
dotnet: fix race condition in web test
2024-05-04 19:14:40 -03:00
David McFarland
26c3d6878a
dotnet: fix dotnet executables in darwin sandbox
...
This fixes:
Could not load ICU data. UErrorCode: 2
We're using a hook instead of a wrapper because various things like to
reference the unwrapped dotnet executable.
2024-05-04 19:14:39 -03:00
Peder Bergebakken Sundt
db15bbc3d5
treewide: remove unreferenced patch files ( #308127 )
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2024-05-02 12:41:45 +00:00
David McFarland
bd934093f4
dotnet: patch apphost as well as singlefilehost
...
This fixes library loading in self-contained builds.
2024-04-17 09:47:46 -03:00
David McFarland
81693c96ba
dotnet: force ICU to be loaded during tests
2024-04-17 09:47:46 -03:00
David McFarland
7150d7e203
dotnet: add self-contained test
2024-04-17 09:47:46 -03:00
David McFarland
767d892193
dotnet: fix typo which was breaking the console test
2024-04-17 09:44:17 -03:00
David McFarland
e4c6bbd4f7
dotnetCorePackages.dotnet_8: 8.0.3 -> 8.0.4
2024-04-16 14:40:10 -03:00
David McFarland
23dfb91c31
dotnetCorePackages.sdk_8_0: 8.0.3 -> 8.0.4
2024-04-16 14:40:10 -03:00
David McFarland
637f3aa120
dotnetCorePackages.sdk_7_0: 7.0.117 -> 7.0.118
2024-04-16 14:40:10 -03:00
David McFarland
739e58eae5
dotnetCorePackages.sdk_6_0: 6.0.28 -> 6.0.29
2024-04-16 14:40:10 -03:00
David McFarland
5ad4b8b068
dotnet: allow update.sh to be run from root
2024-04-16 14:40:10 -03:00
David McFarland
dc8b444406
dotnet: fix typo in name of web test
2024-04-05 10:56:22 -03:00
David McFarland
62801bb1ec
dotnetCorePackages.dotnet_9.vmr: 9.0.0-preview.1 -> 9.0.0-preview.2
2024-04-05 10:56:22 -03:00
David McFarland
bbf28447f2
dotnetCorePackages.sdk_9_0: 9.0.0-preview.1 -> 9.0.0-preview.2
2024-04-04 10:25:17 -03:00
David McFarland
94203f3379
dotnet: add version test to non-sdk packages
2024-04-04 10:25:17 -03:00
David McFarland
9b13927fd0
patch-nupkgs: add references to dynamically loaded libs
...
This is what we do in buildDotnetModule. Eventually I'd like to use this
script there as well.
2024-04-04 10:24:55 -03:00
David McFarland
ff5be75ede
patch-nupkgs: patch executables only
2024-04-04 10:24:55 -03:00
David McFarland
b3b68a6687
patch-nupkgs: fix race when patching incomplete package
2024-04-04 10:24:54 -03:00
David McFarland
b2c788ad1b
patch-nupkgs: use --add-rpath instead of --set-rpath
...
This avoids stripping $ORIGIN from libs that need it.
2024-04-04 10:24:54 -03:00
Philip Taron
273a1531d2
Avoid top-level with ...;
in pkgs/development/compilers/dotnet/combine-deps.nix
2024-04-02 01:05:13 +02:00
David McFarland
bf94c1d92f
dotnetCorePackages.dotnet_8: 8.0.2 -> 8.0.3
2024-03-30 16:57:29 -03:00
David McFarland
d2dc458e2b
dotnet-sdk_8: 8.0.2 -> 8.0.3
2024-03-30 16:57:29 -03:00
David McFarland
9df74c38ef
dotnet-sdk_7: 7.0.16 -> 7.0.17
2024-03-30 16:57:29 -03:00
David McFarland
a63d85073a
dotnet-sdk_6: 6.0.27 -> 6.0.28
2024-03-30 16:57:29 -03:00
David McFarland
3328c8b30f
dotnet: add support for feature bands in update.sh
...
This will make e.g. both sdk_8_0_2xx and sdk_8_0_1xx available, with
sdk_8_0 poiting to the latest.
2024-03-30 11:38:40 -03:00
David McFarland
044aab0af8
Revert "dotnet/update.sh: use sdk patch version instead of runtime"
...
This reverts commit 845b559abe
.
2024-03-30 11:38:40 -03:00
David McFarland
3801f8df06
dotnet: fix stripping on darwin
...
Fixes: 88e8d87fed
2024-03-30 11:38:40 -03:00
gbtb
5eca3b06e7
dotnet: added shell completion scripts
2024-03-30 20:49:56 +10:00
David McFarland
1bcfabc700
Merge pull request #294070 from corngood/dotnet-tests
...
dotnet: add publish and web tests
2024-03-29 15:22:16 -03:00
Pol Dellaiera
3a2102cff6
Merge pull request #295305 from corngood/dotnet-strip
...
dotnet: strip debug info
2024-03-12 21:56:46 +01:00
David McFarland
88e8d87fed
dotnet: strip debug info
...
This reduces the sdk closure size from 739.2M/2.5G to 494.5M/584.0M.
2024-03-12 08:32:49 -03:00
David McFarland
75c085f6c2
dotnet: strip native symbols from runtime
...
This reduces the output size of dotnet_9.vmr from 4.2GiB to 1.9GiB.
2024-03-09 17:33:41 -04:00
David McFarland
ecad5a115d
dotnet: add publish and web tests
...
This adds a helper for creating dotnet tests, and adds tests for:
- normal publish and run via wrapper
- aspnetcore web app
2024-03-09 13:30:36 -04:00
David McFarland
445b240555
Merge pull request #290351 from corngood/dotnet-fixes
...
dotnet: infrastructure cleanup
2024-03-09 11:34:48 -04:00
David McFarland
6611426071
Merge pull request #290636 from corngood/dotnet-sdk-9
...
dotnetCorePackages.dotnet_9: init at 9.0.0-preview.1
2024-03-08 13:34:04 -04:00
David McFarland
9cc5673665
dotnet/update.sh: move substitutions to avoid loss of errors
2024-03-06 10:14:21 -04:00
David McFarland
496c9cf685
dotnet/update.sh: remove redundant backslashes
2024-03-06 10:14:21 -04:00
David McFarland
c3397c44f4
dotnet/update.sh: fix error when nixpkgs path is not defined
2024-03-06 10:14:21 -04:00
zowoq
8ca587c437
dotnetCorePackages.dotnet_8.sdk: remove updateScript
to fix eval
2024-03-06 15:04:37 +10:00
David McFarland
8bb2df361a
dotnetCorePackages.dotnet_9: init at 9.0.0-preview.1
2024-03-06 00:21:39 -04:00
David McFarland
e05ba07431
dotnet: fix updateScript on preview releases
2024-03-06 00:21:39 -04:00
David McFarland
64beddbb27
dotnetCorePackages.sdk_9_0: init at 9.0.100-preview.1.24101.2
2024-03-05 18:42:44 -04:00
David McFarland
8cd5d4e3ad
dotnet/update.sh: remove DotNetHost packages from dotnet 9+
2024-03-05 18:42:32 -04:00
David McFarland
043eab9a5a
dotnetCorePackages.dotnet_8: init at 8.0.2
2024-03-03 15:15:08 -04:00
David McFarland
845b559abe
dotnet/update.sh: use sdk patch version instead of runtime
...
There's a one:many relationship between runtimes and sdks. This allows
fetching a specific SDK (e.g. 8.0.102 vs 8.0.201), even when both use
the same runtime (8.0.2).
2024-03-03 15:15:08 -04:00
David McFarland
f9b82960ec
dotnet-sdk: add test for single-file compilation
2024-02-26 16:24:54 -04:00
Raphael Robatsch
0468d889c6
dotnet-sdk_8: 8.0.101 -> 8.0.201
...
https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.2/8.0.2.md
Fixes CVE-2024-21386, CVE-2024-21404
2024-02-26 16:07:02 -04:00
Raphael Robatsch
aab27012a0
dotnet-sdk_7: 7.0.405 -> 7.0.406
...
Release notes: https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.16/7.0.16.md
Fixes CVE-2024-21386, CVE-2024-21404
2024-02-26 16:07:02 -04:00
Raphael Robatsch
19df862e28
dotnet-sdk_6: 6.0.418 -> 6.0.419
...
Release notes: https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.27/6.0.27.md
Fixes CVE-2024-21386, CVE-2024-21404
2024-02-26 16:07:02 -04:00
David McFarland
1444ad2697
dotnet/update.sh: add ILLink.Tasks package
2024-02-26 16:00:15 -04:00
Raphael Robatsch
b7d7416278
dotnet-sdk_8: 8.0.100 -> 8.0.101
...
https://github.com/dotnet/core/releases/tag/v8.0.1
Fixes CVE-2024-21319, CVE-2024-0057
2024-01-11 18:00:33 +01:00
Raphael Robatsch
50e760ea3a
dotnet-sdk_7: 7.0.404 -> 7.0.405
...
https://github.com/dotnet/core/releases/tag/v7.0.15
Fixes CVE-2024-21319, CVE-2024-0057
2024-01-11 18:00:33 +01:00
Raphael Robatsch
90cdd717e3
dotnet-sdk_6: 6.0.417 -> 6.0.418
...
https://github.com/dotnet/core/releases/tag/v6.0.26
Fixes CVE-2024-21319, CVE-2024-0057
2024-01-11 18:00:33 +01:00
Silvan Mosberger
12e32d6dbb
dotnet-sdk: Don't add attributes when allowAliases disabled
2023-12-22 20:04:05 +01:00
mdarocha
aa7e324b91
dotnet-sdk_8: fix smoke test
2023-11-15 21:52:37 +01:00
mdarocha
7538921747
dotnet-sdk_8: 8.0.100-rc.2.23502.2 -> 8.0.100
2023-11-15 21:52:33 +01:00
mdarocha
67fd986747
dotnet-sdk_7: 7.0.403 -> 7.0.404
2023-11-15 08:51:52 +01:00
mdarocha
6202a4001c
dotnet-sdk: 6.0.416 -> 6.0.417
2023-11-15 08:51:23 +01:00
mdarocha
62d0001621
dotnet-sdk_8: 8.0.100-rc.1.23455.8 -> 8.0.100-rc.2.23502.2
2023-10-25 19:52:18 +02:00
mdarocha
de2dd42771
dotnet-sdk_7: 7.0.401 -> 7.0.403
2023-10-25 19:52:12 +02:00
mdarocha
8968faffae
dotnet-sdk_6: 6.0.414 -> 6.0.416
2023-10-25 19:40:03 +02:00
mdarocha
ab466279f2
dotnet-sdk_8: 8.0.100-preview.5.23303.2 -> 8.0.100-rc.1.23455.8
...
I've excluded the broken packages for now, so that 8.0 can be updated.
After official release those packages should be investigated again.
Also required fixes to excluded new aspnetcore-runtime-compose packages
(which I assume are for the new .NET Docker composite functionality)
2023-09-13 19:22:17 +02:00
mdarocha
2986a48d63
dotnet-sdk: 7.0.400 -> 7.0.401
2023-09-13 18:07:43 +02:00
mdarocha
435cacfb5e
dotnet-sdk_6: 6.0.413 -> 6.0.414
2023-09-13 18:06:19 +02:00
mdarocha
d2d7504a4a
dotnet-sdk_7: 7.0.306 -> 7.0.400
2023-09-08 08:32:45 +02:00
mdarocha
71c971b0f1
dotnet-sdk: 6.0.412 -> 6.0.413
2023-09-08 08:32:41 +02:00
TomaSajt
ed60ed3562
Fix useDotnetFromEnv's DOTNET_ROOT detection
2023-08-08 00:37:49 +02:00
mdarocha
73a1cc7c9d
dotnet-sdk_7: 7.0.305 -> 7.0.306
2023-07-23 23:09:31 +02:00
mdarocha
78220caeb0
dotnet-sdk: 6.0.411 -> 6.0.412
2023-07-14 01:28:33 +02:00
mdarocha
4217948676
dotnet-sdk: update.sh - run atomically
2023-07-14 01:11:05 +02:00
mdarocha
f79c73c2ca
dotnet-sdk: update.sh - fail if determining a nuget hash fails
2023-07-14 00:51:15 +02:00
mdarocha
bc97bc20c3
dotnet-sdk_7: 7.0.304 -> 7.0.305
2023-06-23 19:20:25 +02:00
mdarocha
2d48715421
dotnet-sdk: 6.0.410 -> 6.0.411
2023-06-23 19:20:16 +02:00
mdarocha
521649a9e4
dotnet-sdk: include Crossgen2 packages in sdk-specific nuget source
2023-06-21 17:06:31 +02:00
Felix Schröter
eb9eeea5d3
dotnet-sdk_8: 8.0.100-preview.4.23260.5 -> 8.0.100-preview.5.23303.2
2023-06-13 21:05:35 +02:00
Felix Schröter
65d2e188f3
dotnet-sdk_7: 7.0.302 -> 7.0.304
2023-06-13 20:00:30 +02:00
Felix Schröter
d27a697d50
dotnet-sdk_6: 6.0.408 -> 6.0.410
2023-06-13 20:00:29 +02:00
mdarocha
3908d1362f
dotnet-sdk_7: 7.0.203 -> 7.0.302
2023-05-27 11:31:29 +02:00
mdarocha
82c4abd194
dotnet-sdk_8: 8.0.0-preview.3.23177.8 -> 8.0.0-preview.4.23260.4
2023-05-17 07:51:05 +02:00
Sandro
98853bbb80
Merge pull request #225833 from JamieMagee/dotnet-8.0
...
dotnet-sdk_8: 8.0.100-preview.2.23157.25 -> 8.0.100-preview.3.23178.7
2023-04-12 10:54:49 +02:00
Sandro
5666b3c419
Merge pull request #225836 from JamieMagee/dotnet-7.0
...
dotnet-sdk_7.0: 7.0.202 -> 7.0.203
2023-04-12 10:54:32 +02:00
Jamie Magee
cc37d2b931
dotnet-sdk_8: 8.0.100-preview.2.23157.25 -> 8.0.100-preview.3.23178.7
2023-04-11 20:05:39 -07:00
Jamie Magee
6dbaba45ac
dotnet-sdk_7.0: 7.0.202 -> 7.0.203
2023-04-11 20:01:59 -07:00
Jamie Magee
031c6621fb
dotnet-sdk_6.0 6.0.407 -> 6.0.408
2023-04-11 19:59:34 -07:00
Jamie Magee
b8858b7f78
dotnet-sdk_8: 8.0.100-preview.1.23115.2 -> 8.0.100-preview.2.23157.25
2023-04-07 23:18:00 -07:00
ajs124
47e7025ad0
buildDotNet: don't pin openssl_1_1
2023-03-29 16:15:34 +02:00
mdarocha
43f7cc0df7
dotnet-sdk_3: remove
...
Also remove all reference to outdated .NET versions.
2023-03-26 14:24:49 +02:00
Sandro
5184c352b1
Merge pull request #221518 from mdarocha/dotnet-7-update
...
dotnet-sdk_7: 7.0.201 -> 7.0.202
2023-03-20 13:26:49 +01:00
mdarocha
d093086a2b
buildDotnetModule: add support for using combinePackages as dotnet-sdk
...
This allows packages that require several dotnet versions to build (like
BeatSaberModManager) to properly depend on the dotnet-sdk specific deps.
This in turns avoids having to regenerate the deps of those packages
after each dotnet-sdk update.
This also changes nuget-to-nix to accept a file with a list of
exclusions instead of a folder.
2023-03-19 20:53:39 +01:00
mdarocha
26ff0e4a27
dotnet-sdk_7: 7.0.201 -> 7.0.202
2023-03-19 20:38:01 +01:00
mdarocha
074df48f5c
dotnet-sdk_6: 6.0.406 -> 6.0.407
2023-03-17 07:57:21 +01:00
Raphael Robatsch
219a017ce4
dotnet-sdk_7: 7.0.102 -> 7.0.201
...
Release notes: https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.3/7.0.3.md
Release notes: https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.3/7.0.201.md
Fixes: CVE-2023-21808
2023-03-07 02:55:27 +01:00
Thomas Gerbet
0ad2fc0c40
Merge pull request #216498 from raphaelr/dotnet-6.0.406
...
dotnet-sdk_6: 6.0.405 -> 6.0.406
2023-03-06 22:35:48 +01:00
Jamie Magee
7fcb2ae4b5
dotnet-sdk_8: init at 8.0.100-preview.1.23115.2
2023-02-28 15:35:28 +01:00
Raphael Robatsch
7d0299eaf3
dotnet-sdk_6: 6.0.405 -> 6.0.406
...
Release notes: https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.14/6.0.14.md
Fixes: CVE-2023-21808
2023-02-15 17:38:33 +01:00
mdarocha
5234f4ce93
dotnet-sdk_5: remove package
...
It's EOL and not used in nixpkgs anymore
2023-01-23 19:16:58 +01:00
Nick Cao
ec92a2a709
Merge pull request #210153 from JamieMagee/dotnet-7.0
...
dotnet-sdk_7.0: 7.0.101 -> 7.0.102
2023-01-23 16:21:10 +08:00
Jamie Magee
e802b00547
dotnet-sdk_7.0: 7.0.101 -> 7.0.102
2023-01-10 21:15:17 -08:00
Jamie Magee
177e2f3b86
dotnet-sdk_6.0: 6.0.403 -> 6.0.405
2023-01-10 21:10:42 -08:00
Robert Scott
63ed4f9d34
Merge pull request #206765 from JamieMagee/dotnet-3.1
...
dotnet-sdk_3.1: 3.1.425 -> 3.1.426
2023-01-06 22:10:35 +00:00
Robert Scott
a02fee6afc
Merge pull request #206768 from JamieMagee/dotnet-7.0
...
dotnet-sdk_7.0: 7.0.100 -> 7.0.101
2023-01-06 20:37:31 +00:00
David McFarland
627cbab3f4
dotnet: add windows RIDs to systemToDotnetRid
2022-12-19 15:36:26 -04:00
David McFarland
507eff880d
build-dotnet: make passthru.packages a derivation
2022-12-19 15:36:25 -04:00
David McFarland
3fdb6c5a90
dotnetCorePackages: move systemToDotnetRid out of sdk
2022-12-19 15:36:25 -04:00
Jamie Magee
641fd77f1f
dotnet-sdk_7.0: 7.0.100 -> 7.0.101
2022-12-18 13:28:30 -08:00
Jamie Magee
e1929f0162
dotnet-sdk_3.1 3.1.425 -> 3.1.426
2022-12-18 13:20:48 -08:00
figsoda
ec8cb34358
treewide: fix typos
2022-12-17 19:39:44 -05:00
Pavol Rusnak
bdda1c3153
Merge pull request #200363 from prusnak/dotnet-6
...
dotnet-sdk_6: 6.0.402 -> 6.0.403
2022-11-09 15:12:29 +01:00
Pavol Rusnak
19185500dd
dotnet-sdk_6: 6.0.402 -> 6.0.403
2022-11-09 15:04:43 +01:00
Pavol Rusnak
ceb56df699
Merge pull request #200362 from prusnak/dotnet-3
...
dotnet-sdk_3: 3.1.424 -> 3.1.425
2022-11-09 15:04:13 +01:00
Pavol Rusnak
7eb3b45668
dotnet-sdk_3: 3.1.424 -> 3.1.425
2022-11-09 15:02:05 +01:00
GGG
0e7aa2ac04
dotnet-sdk_7: 7.0.100-rc.2.22477.23 -> 7.0.100
2022-11-08 18:12:50 -03:00
Pavol Rusnak
d58c86a6ab
Merge pull request #194797 from mdarocha/fix-dotnet-combine-packages
...
dotnet-sdk: properly copy license files
2022-10-29 18:14:09 +02:00
mdarocha
6e279e44c2
dotnet-sdk_5: 5.0.403 -> 5.0.408
2022-10-29 14:43:29 +02:00
mdarocha
2c3a2ac7e2
dotnet-sdk: properly copy license files.
...
After changing license files to be in /share/doc, the
combining script required fixes.
2022-10-29 14:31:03 +02:00
mdarocha
90b9f78bf9
dotnet-sdk_7: 7.0.100-rc.1.22431.12 -> 7.0.100-rc.2.22477.23
2022-10-13 20:13:44 +02:00
mdarocha
223e3aa925
dotnet-sdk: 6.0.401 -> 6.0.402
2022-10-13 20:13:14 +02:00
mdarocha
a8f559c619
dotnet-sdk_3: 3.1.423 -> 3.1.424
2022-10-13 20:12:41 +02:00
mdarocha
7687d9cc59
dotnet-sdk: only set updateScript for sdk projects.
...
As per suggestion in https://github.com/NixOS/nixpkgs/pull/191962#pullrequestreview-1136650360
2022-10-13 19:20:04 +02:00
mdarocha
107160d342
dotnet-sdk: move license files to the proper folder
2022-10-02 15:03:34 +02:00
mdarocha
a9fc578fe7
dotnet-sdk: update.sh - allow early exit.
...
If updating to the latest version, and the local expression already is
the latest version, exit without regenerating everything.
2022-09-25 11:43:46 +02:00
mdarocha
b93a1f4538
dotnet-sdk: 6.0.400 -> 6.0.401
2022-09-25 11:40:41 +02:00
mdarocha
328fe32161
dotnet-sdk: add updateScript
...
This update script calls the existing update.sh script with the proper
arguments. If not an SDK package, run a dummy script which allows the update.nix
script to work properly.
This should allow dotnet to be update automatically.
2022-09-25 11:40:40 +02:00
Ivv
0d7aae2cc8
Merge pull request #191643 from Smaug123/net7-rc1
...
dotnet: 7.0 preview -> 7.0 rc1
2022-09-20 23:28:00 +02:00
mdarocha
8702695844
dotnet-sdk_3: 3.1.422 -> 3.1.423
2022-09-19 22:36:20 +02:00
Smaug123
5798f22217
dotnet: 7.0 preview -> 7.0 rc1
2022-09-17 13:07:53 +01:00
David McFarland
f06519bd97
dotnet-sdk: use lib.attrNames
2022-09-15 19:40:42 -03:00
David McFarland
f7237d996d
dotnet-sdk: add tests
2022-09-15 19:39:36 -03:00
David McFarland
747c5ca340
dotnet-sdk: patch shared libraries to find icu/libkrb5
2022-09-14 08:43:44 -03:00
github-actions[bot]
33ef8defa2
Merge master into staging-next
2022-09-12 00:02:43 +00:00
Ivv
44ef157f55
Merge pull request #187359 from IvarWithoutBones/dotnetmodule-updatescripts
...
treewide: migrate buildDotnetModule update scripts to use fetch-deps
2022-09-11 21:40:06 +02:00
Ivar Scholten
0d8a23bfcd
dotnet-sdk: add passthru attribute to generate a runtime ID
2022-09-11 01:06:33 +02:00
github-actions[bot]
23ffb92072
Merge master into staging-next
2022-09-08 00:03:36 +00:00
mdarocha
6e8fbbc91b
dotnet-sdk_3: 3.1.420 -> 3.1.422
2022-09-05 07:22:18 +02:00
Martin Weinelt
249398ffa8
Merge remote-tracking branch 'origin/staging-next' into staging
2022-08-25 00:32:27 +02:00
GGG
93ed660eca
dotnetCorePackages.combinePackages: fix bug introduced in #187118
2022-08-23 20:17:11 -03:00
Ivv
3da5fb3fb2
Merge pull request #187118 from GGG-KILLER/dotnet-combine-packages
...
dotnetCorePackages.combinePackages: refactor
2022-08-22 16:11:03 +02:00
GGG
01dd4610f8
dotnetCorePackages.combinePackages: refactor
...
This refactors the combinePackages function to properly combine the
different .NET versions as the previous version was copying already
wrapped binary which wasn't pointing to the combined directories'
binary and it also wasn't linking the /sdk-manifests directory.
A few other miscellaneous files like LICENSE.txt, nix-support dir and
ThirdPartyNotices.txt weren't being copied either which resulted in an
incomplete .NET installation in the combined directory.
The passthrough.icu property was also not being set which resulted in us
being unable to use the result of this function in buildDotnetModule.
2022-08-20 17:48:02 -03:00
GGG
f50bf58648
dotnetCorePackages.{sdk,runtime,aspnetcore}_7_0: init at {7.0.100-preview.7.22377.5,7.0.0-preview.7.22375.6,7.0.0-preview.7.22376.6}
2022-08-19 09:10:58 -03:00
ajs124
b17c551aa2
libmysqlconnectorcpp: pin to openssl_1_1
2022-08-17 20:16:46 +02:00
mdarocha
08ebd9f0df
dotnet-sdk: 6.0.302 -> 6.0.400
2022-08-10 16:29:50 +02:00
mdarocha
c3c0fa05fb
dotnet-sdk: rename print-hashes.sh to update.sh
...
New name better reflects its functionality
2022-08-10 16:26:50 +02:00
mdarocha
886280e8a9
buildDotnetModule: include sdk-specific packages in nuget source
...
Some packages are defined by the build proccess, and change every time
the dotnet-sdk package changes. To avoid having to regenerate every
dependant packages dependencies every dotnet update, this moves these
packages into the `dotnet-sdk` `passthru` attribute, and includes them
every time `buildDotnetModule` is used.
2022-08-10 16:26:43 +02:00
mdarocha
e444b88411
dotnet-sdk: split up versions into separate nix files
...
This makes it more readable
Also update print-hashes.sh to directly update the files.
2022-08-10 16:21:07 +02:00