File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 20
20
Version =" 2.9.7" />
21
21
<PackageVersion Include =" runtime.win-x64.Microsoft.NETCore.DotNetAppHost"
22
22
Version =" 7.0.0-preview.5.22301.12" />
23
+ <PackageVersion Include =" runtime.win-x86.Microsoft.NETCore.DotNetAppHost"
24
+ Version =" 7.0.0-preview.5.22301.12" />
23
25
<PackageVersion Include =" StyleCop.Analyzers"
24
26
Version =" 1.2.0-beta.406" />
25
27
</ItemGroup >
Original file line number Diff line number Diff line change 32
32
TODO: Switch to this in .NET 7 Preview 7.
33
33
34
34
<PropertyGroup>
35
- <_AppHostPackageNative>$(Pkgruntime_win-x64_Microsoft_NETCore_DotNetAppHost)/runtimes/$(RuntimeIdentifier)/native/</_AppHostPackageNative>
35
+ <_AppHostPackage Condition="'$(RuntimeIdentifier)' == 'win-x86'">$(Pkgruntime_win-x86_Microsoft_NETCore_DotNetAppHost)/</_AppHostPackage>
36
+ <_AppHostPackage Condition="'$(RuntimeIdentifier)' == 'win-x64'">$(Pkgruntime_win-x64_Microsoft_NETCore_DotNetAppHost)/</_AppHostPackage>
37
+ <_AppHostPackageNative>$(_AppHostPackage)runtimes/$(RuntimeIdentifier)/native/</_AppHostPackageNative>
36
38
</PropertyGroup>
37
39
38
40
<ItemGroup>
46
48
<ItemGroup>
47
49
<PackageReference Include="runtime.win-x64.Microsoft.NETCore.DotNetAppHost"
48
50
GeneratePathProperty="true" />
51
+ <PackageReference Include="runtime.win-x86.Microsoft.NETCore.DotNetAppHost"
52
+ GeneratePathProperty="true" />
49
53
</ItemGroup>
50
54
-->
51
55
</Project>
You can’t perform that action at this time.
0 commit comments