Commit Graph

343 Commits

Author SHA1 Message Date
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
mdarocha
4ffb569d92 dotnet-sdk: 6.0.301 -> 6.0.302 2022-08-10 16:21:07 +02:00
Bernardo Meurer
d9a7945a7e dotnet: fix compilation on darwin 2022-07-17 13:35:26 -07:00
Rick van Schijndel
e243499338
Merge pull request #173889 from IvarWithoutBones/fix/dotnet-cross
dotnet ecosystem: fix cross compilation
2022-07-16 12:37:11 +02:00
Ivar Scholten
051f3f948f dotnet: fix cross compilation 2022-06-20 21:58:04 +02:00
mdarocha
07c0456c6d dotnet-sdk_3: 3.1.415 -> 3.1.420 2022-06-20 20:40:41 +02:00
mdarocha
31205f3339 dotnet-sdk: 6.0.300 -> 6.0.301 2022-06-17 10:12:42 +02:00
Smaug123
699fe4c869 Mark dotnet unbroken 2022-06-02 21:52:02 +01:00
Rick van Schijndel
0b45cae8a3
treewide: pkgs/development/compilers: mark broken for darwin 2022-05-30 13:41:09 +02:00
mdarocha
1458666fa1 dotnet-sdk: 6.0.202 -> 6.0.300 2022-05-22 17:12:13 +02:00
gbtb
e40670371e dotnet: added icu attributes to hash auto-generation script 2022-05-13 21:50:26 +10:00
gbtb
611be96fd9 dotnet: fixed runtime error for dotnet 3.1 after icu update 2022-05-10 23:04:45 +10:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
mdarocha
604b9fed20 dotnet-sdk: 6.0.201 -> 6.0.202
https://devblogs.microsoft.com/dotnet/april-2022-updates/
2022-04-25 07:35:55 +02:00
Tony Höglund
9a35f3f1b4 dotnetCorePackages.*_6*: 6.0.0 -> 6.0.3 2022-03-18 07:24:52 +01:00
Tony Höglund
feaf708634 dotnet: Update print-hashes script
* Update script to use dotnets releases-index urls specified in
https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
* Can get source information for multiple versions
* Outputs the whole src expression for all available/mapped platforms
2022-03-18 07:24:52 +01:00
Ivar Scholten
e99ee4624a dotnet: don't set $HOME if its already writable
This fixes an issue where the setup hook would overwrite $HOME in a
nix-shell.

Fixes #164450, #164295
2022-03-17 21:05:31 +01:00
Ivar Scholten
8ef298b84f dotnet: add setup hook to set required env vars 2022-03-04 14:17:40 +01:00
Pavol Rusnak
a999c2b862
dotnet: fix build on darwin
by not adding linux-only dependency unconditionally
2021-12-18 16:29:54 +01:00
Nikolay Amiantov
59a6898da5 dotnet: fix tracing and createdump 2021-12-15 14:23:54 +03:00
Pavol Rusnak
8c243298c8
Merge pull request #145180 from prusnak/dotnet6
dotnet: make SDK 6.0 default
2021-11-16 16:28:06 +01:00
Pavol Rusnak
c94cfb48df
dotnetCorePackages.*_5*: 5.0.10 -> 5.0.12 2021-11-16 10:44:00 +01:00
Pavol Rusnak
a018a794de
dotnetCorePackages:*_3_1: 3.1.19 -> 3.1.21 2021-11-16 10:44:00 +01:00
Pavol Rusnak
15db090295
dotnet: make SDK 6.0 default
should not cause any trouble since all packages should use pinned
versions via either of these:
- `dotnet-sdk = dotnetCorePackages.sdk_5_0`
- `dotnet-sdk_5`
2021-11-09 11:49:04 +01:00
Pavol Rusnak
2bcc4707e8
dotnet: introduce print-hashes script 2021-11-09 11:49:03 +01:00
Moises Nessim
2248e8c1d0 dotnetCorePackages: 6.0.0-rc.2 -> 6.0 2021-11-08 21:01:28 -05:00
Pavol Rusnak
8568ce473f
dotnet-sdk_6: init at 6.0.0-rc.2 2021-10-21 11:57:17 +02:00
Pavol Rusnak
84a7dba79f
dotnet: rework platforms to allow aarch64-darwin 2021-10-20 21:54:03 +02:00
Pavol Rusnak
eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs 2021-10-18 23:46:17 +02:00
Claudio Bley
1b97f5d00b dotnetCorePackages:*_3_1: 3.1.15 -> 3.1.19 2021-09-17 10:11:27 -07:00
Claudio Bley
77bd59abcf dotnetCorePackages.*_5*: 5.0.6 -> 5.0.10 2021-09-17 10:11:27 -07:00
Jonathan Ringer
6c64820ffa dotnetCorePackages:*_3_1: 3.1.8 -> 3.1.15 2021-09-17 10:11:27 -07:00
Jonathan Ringer
30076ecc15 dotnetCorePackages.*_5*: 5.0.0 -> 5.0.6 2021-09-17 10:11:27 -07:00
oxalica
bfe4151219
dotnetCorePackages.sdk_5_0: 5.0.200 -> 5.0.202
This fix NuGet issue https://github.com/NuGet/Home/issues/10491
2021-04-15 19:44:38 +08:00
Sandro
2be7176ab3
Merge pull request #107977 from corngood/msbuild 2021-04-12 20:09:16 +02:00
David McFarland
2026cd2781 dotnetCorePackages.sdk_5_0: 5.0.100 -> 5.0.200 2021-03-25 14:21:08 -03:00
James Ottaway
6dd40fcf51 dotnetCorePackages: Fix combinePackages example 2021-01-29 14:21:22 +10:00
Ben Siraphob
acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
Felix Tenley
e60fc2ca56 dotnetCorePackages.sdk_5_0: 5.0.100-rc.1.20452.10 -> 5.0.100 2020-11-11 15:35:23 -08:00
Felix Tenley
a3604fc39d dotnetCorePackages.aspnetcore_5_0: init at version 5.0.0 2020-11-11 15:35:23 -08:00
Felix Tenley
c112ab2f1d dotnetCorePackages.net_5_0: init at version 5.0.0 2020-11-11 15:35:23 -08:00
Anderson Torres
4e297bd2a9
Merge pull request #97806 from JamieMagee/dotnet-sdk-5.0
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9
2020-09-25 00:23:27 -03:00
Anderson Torres
7955668c3a
Merge pull request #97804 from JamieMagee/dotnet-runtime-3.1
dotnetCorePackages.netcore_3_1: 3.1.5 -> 3.1.8
2020-09-23 14:40:46 -03:00
Anderson Torres
da77dad03d
Merge pull request #97805 from JamieMagee/dotnet-aspnetcore-3.1
dotnetCorePackages.aspnetcore_3_1: 3.1.5 -> 3.1.8
2020-09-23 14:40:32 -03:00
Anderson Torres
3754844c2c
Merge pull request #97808 from JamieMagee/dotnet-2.1
dotnetCorePackages.{aspnetcore,netcore,sdk}_2.1: 2.1.15 -> 2.1.22
2020-09-23 14:40:15 -03:00
Jamie Magee
074e05c6d8
dotnetCorePackages.sdk_5_0: init at version 5.0.100-rc.1.20452.10
Co-authored-by: Felix Tenley <felschr@pm.me>
2020-09-19 17:24:53 +02:00
Jamie Magee
bc11b02394
dotnetCorePackages.{aspnetcore,netcore,sdk}_2.1: 2.1.15 -> 2.1.22 2020-09-11 23:39:30 +02:00
Jamie Magee
7b3d1d64f8
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9 2020-09-11 23:17:23 +02:00
Jamie Magee
c85966c6cd
dotnetCorePackages.aspnetcore_3_1: 3.1.5 -> 3.1.8 2020-09-11 22:53:31 +02:00
Jamie Magee
c64560603c
dotnetCorePackages.netcore_3_1: 3.1.5 -> 3.1.8 2020-09-11 22:45:41 +02:00
Jamie Magee
986bc92273
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402 2020-09-11 22:31:08 +02:00
Jonathan Ringer
8dd95638ad dotnetCorePackages: build-dotnet: lint 2020-07-19 17:42:35 -07:00
Jonathan Ringer
eea3dedaf4 dotnetCorePackages: rename files 2020-07-19 17:42:35 -07:00
Jonathan Ringer
a65cc6346d buildDotnet.nix: refactor 2020-07-19 17:42:35 -07:00
Jonathan Ringer
15895150b3 dotnetCorePackages.aspnetcore_3_1: 3.1.2 -> 3.1.5 2020-07-08 11:46:57 -07:00
Jonathan Ringer
6b278a6a83 dotnetCorePackage.netcore_3_1: 3.1.2 -> 3.1.5 2020-07-08 11:46:57 -07:00
Moises Nessim
1c8f4ec3a7 dotnetCorePackages: Add support for Darwin 2020-05-27 09:02:27 -07:00
Steve Purcell
3e98f667ab dotnet: add initial support for arm64
`jellyfin` appeared unsupported on `aarch64` due to `dotnet` platform
support in nixpkgs, but there are ARM64 downloads of the `dotnet` SDKs
available. This change follows the kind of pattern used in the
`firecracker` packaging to support selective x86_64/arm64 downloads.

With this change I can build `jellyfin` on a Raspberry Pi 4. The other
content hashes have been filled in, and all build successfully, but
they have not been further tested.
2020-04-27 14:16:00 +12:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer
0538dec989 dotnetCorePackages.{aspnetcore,netcore,sdk}_2_1: 2.1.15 -> 2.1.16 2020-02-26 12:43:48 -08:00
Jonathan Ringer
3a3d15f1f6 dotnetCorePackages.{aspnetcore,netcore,sdk}_3_1: 3.1.1 -> 3.1.2 2020-02-26 12:43:48 -08:00
Jonathan Ringer
bd938f6bea dotnetCorePackages.{aspnetcore,netcore,sdk}_3_0: 3.0.2 -> 3.0.3 2020-02-26 12:43:48 -08:00
Herman Fries
f22e45aeec dotnetCorePackages: Fix closure size 2020-02-02 00:41:56 -08:00
nyanloutre
e6b963ed16 dotnetCorePackages.sdk_2_2: throw EOL exception 2020-01-19 14:30:39 -08:00
nyanloutre
1946f0ece8 dotnetCorePackages.sdk_3_1: 3.1.100 -> 3.1.101 2020-01-19 14:30:39 -08:00
nyanloutre
4590d6e83c dotnetCorePackages.netcore_3_1: init at 3.1.1 2020-01-19 14:30:39 -08:00
nyanloutre
f9fbf8c4c2 dotnetCorePackages.aspnetcore_3_1: init at 3.1.1 2020-01-19 14:30:39 -08:00
nyanloutre
194b5983a3 dotnetCorePackages.sdk_3_0: 3.0.100 -> 3.0.102 2020-01-19 14:30:39 -08:00
nyanloutre
975bc20e2c dotnetCorePackages.netcore_3_0: init at 3.0.2 2020-01-19 14:30:39 -08:00
nyanloutre
d475132136 dotnetCorePackages.aspnetcore_3_0: init at 3.0.2 2020-01-19 14:30:39 -08:00
nyanloutre
0b8b273376 dotnetCorePackages.sdk_2_1: 2.1.509 -> 2.1.803 2020-01-19 14:30:39 -08:00
nyanloutre
6d5250211d dotnetCorePackages.netcore_2_1: 2.1.13 -> 2.1.15 2020-01-19 14:30:39 -08:00
nyanloutre
19b914b904 dotnetCorePackages.aspnetcore_2_1: 2.1.13 -> 2.1.15 2020-01-19 14:30:39 -08:00
nyanloutre
0bce6f7f0a dotnetCorePackages.sdk_2_2: remove end of life sdk 2020-01-19 14:30:39 -08:00
Herman Fries
6bc3acd3b9 dotnetPackages: Fix apphost binary 2020-01-17 11:42:11 -08:00
Herman Fries
b708e36ecb dotnetCorePakages.sdk_3_1: init at 3.1.100 2020-01-17 11:42:11 -08:00
Herman Fries
a0687d54a5 dotnetCorePackages.aspnetcore_2_1: init at 2.1.13 2020-01-17 11:42:11 -08:00
Herman Fries
e51e429a34 dotnetCorePackages.netcore_2_1: init at 2.1.13 2020-01-17 11:42:11 -08:00
Herman Fries
8277eb9a5b dotnetCorePackages.sdk_3_0: init at 3.0.100 2020-01-17 11:42:11 -08:00
Herman Fries
af71b9f205 dotnetCorePackages.sdk_2_1: init at 2.1.509 2020-01-17 11:42:11 -08:00
Herman Fries
7fa8332907 dotnetCorePackages: Add function to combine SDK packages
Fixup assert


Fixup: Move comment to top


Fixup combine


Fixup combine


Fixup buildDotnet


Fixup default.nix


Fixup combine packages


dotnetCorePackages: Fixup combinePackages

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-17 11:42:11 -08:00
Jiri Danek
e395060805 dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6 2019-08-12 22:07:49 +02:00
Marek Mahut
129bf575a2
Merge pull request #63654 from mtrsk/update-dotnet-sdk-2.2.300
dotnet-sdk: 2.2.203 -> 2.2.300 (core 2.2.4 -> 2.2.5)
2019-08-12 18:58:54 +02:00
Nikolay Amiantov
0bc362c485 dotnet-sdk: fix debugging
Without this attempt to run debugger fails with "Unknown error
0x80131c3c". Underlying problem is that libmscordbi.so cannot
find libmscordaccore.so.
2019-07-09 20:34:11 +03:00
mtrsk
ef0438b8ef dotnet-sdk: 2.2.203 -> 2.2.300 (core 2.2.4 -> 2.2.5) 2019-06-22 11:13:22 -03:00
Will Dietz
d0fbe33565 dotnet-sdk: 2.2.103 -> 2.2.203 (core 2.2.1 -> 2.2.4) 2019-04-24 09:29:32 -05:00
Pavol Rusnak
929924d946
dotnet-sdk: 2.1.402 -> 2.2.103 2019-01-30 19:46:40 +01:00
Herman Fries
e74b79709a dotnet-sdk: 2.1.402 -> 2.1.403 2018-10-23 15:49:20 +02:00
baracoder
2c6e7ae45f dotnet-sdk: 2.1.401 -> 2.1.402 (#47469) 2018-09-28 20:02:15 +02:00
baracoder
7f0865bac8 dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying build files (#47269) 2018-09-24 21:38:26 +01:00
baracoder
328cf82838 dotnet-sdk: 2.1.302 -> 2.1.401 (#45979) 2018-09-03 22:14:07 +02:00
Jiri Danek
2da2e626e5 dotnet-sdk: 2.0.3 -> 2.1.302 2018-07-29 17:16:11 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Roman Kuznetsov
6b1b8487df
dotnet-sdk : init at 2.0.3 2017-10-25 00:04:16 +02:00