File tree 2 files changed +1
-3
lines changed
src/installer/pkg/projects/netcoreapp/src
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ stages:
87
87
- Linux_musl_x64
88
88
- Browser_wasm
89
89
# - Linux_musl_arm64
90
- - Windows_NT_x64
90
+ # - Windows_NT_x64 enable once coreclr.dll has a version header: https://github.com/dotnet/runtime/issues/37503
91
91
# - Windows_NT_x86
92
92
# - Windows_NT_arm
93
93
# - Windows_NT_arm64
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<FrameworkPackageName >Microsoft.NETCore.App</FrameworkPackageName >
5
5
<BuildFullPlatformManifest >false</BuildFullPlatformManifest >
6
- <!-- Workaround for https://github.com/dotnet/runtime/issues/37503 -->
7
- <PermitDllAndExeFilesLackingFileVersion Condition =" '$(OS)' == 'Windows_NT' and '$(RuntimeFlavor)' == 'Mono'" >true</PermitDllAndExeFilesLackingFileVersion >
8
6
</PropertyGroup >
9
7
10
8
<ItemGroup >
You can’t perform that action at this time.
0 commit comments