doc: Fix typo in dotnet.section.md (#282685)

It should be `dotnetCorePackages.sdk_6_0`, not `dotnetCorePackages.sdk_6.0`
This commit is contained in:
Sam 2024-01-25 07:06:58 -08:00 committed by GitHub
parent 848f518363
commit 1cbd2ac8f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ in buildDotnetModule rec {
projectReferences = [ referencedProject ]; # `referencedProject` must contain `nupkg` in the folder structure.
dotnet-sdk = dotnetCorePackages.sdk_6.0;
dotnet-sdk = dotnetCorePackages.sdk_6_0;
dotnet-runtime = dotnetCorePackages.runtime_6_0;
executables = [ "foo" ]; # This wraps "$out/lib/$pname/foo" to `$out/bin/foo`.