···2020 hash = "sha256-t6iz+PuxvLu2OC2IfiHRdC1PELXqIJ5K2VVo/pfhx8Y=";
2121 };
2222 patches = [ ./dotnet-8-upgrade.patch ];
2323+ # This stops msbuild from picking up $version from the environment
2424+ postPatch = ''
2525+ echo '<Project><PropertyGroup><Version/></PropertyGroup></Project>' > \
2626+ Directory.Build.props
2727+ '';
23282429 # This buildDotnetModule is used only to get nuget sources, the actual
2530 # build is done in `buildPythonPackage` below.
···2934 version
3035 src
3136 patches
3737+ postPatch
3238 ;
3339 projectFile = [
3440 "netfx_loader/ClrLoader.csproj"
···4450 version
4551 src
4652 patches
5353+ postPatch
4754 ;
48554956 format = "pyproject";