···20 hash = "sha256-t6iz+PuxvLu2OC2IfiHRdC1PELXqIJ5K2VVo/pfhx8Y=";
21 };
22 patches = [ ./dotnet-8-upgrade.patch ];
000002324 # This buildDotnetModule is used only to get nuget sources, the actual
25 # build is done in `buildPythonPackage` below.
···29 version
30 src
31 patches
032 ;
33 projectFile = [
34 "netfx_loader/ClrLoader.csproj"
···44 version
45 src
46 patches
047 ;
4849 format = "pyproject";
···20 hash = "sha256-t6iz+PuxvLu2OC2IfiHRdC1PELXqIJ5K2VVo/pfhx8Y=";
21 };
22 patches = [ ./dotnet-8-upgrade.patch ];
23+ # This stops msbuild from picking up $version from the environment
24+ postPatch = ''
25+ echo '<Project><PropertyGroup><Version/></PropertyGroup></Project>' > \
26+ Directory.Build.props
27+ '';
2829 # This buildDotnetModule is used only to get nuget sources, the actual
30 # build is done in `buildPythonPackage` below.
···34 version
35 src
36 patches
37+ postPatch
38 ;
39 projectFile = [
40 "netfx_loader/ClrLoader.csproj"
···50 version
51 src
52 patches
53+ postPatch
54 ;
5556 format = "pyproject";