mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
- Specify dotnet project file and regenerate dependencies
This fixes the build when csproj files have been stripped, and reduces
the number of dependencies.
- Switch from pypi to github, since the former is stripping out tests
- Remove preConfigure
This is no longer required as the dotnet build hooks configure nuget
correctly for restore during build.
Fixes: 097acfb256