Skip to content

Commit bfb87fa

Browse files
committed
And the missed update for the DotNetAppHost and DotNetHostResolver
Signed-off-by: Bevan Weiss <[email protected]>
1 parent 9bc7033 commit bfb87fa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/ext/NetFx/netcoresearch/netcoresearch.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<PropertyGroup>
4343
<NetHostPlatform>$(Platform)</NetHostPlatform>
4444
<NetHostPlatform Condition=" '$(NetHostPlatform)'=='Win32' ">x86</NetHostPlatform>
45-
<NetHostPath>..\..\..\..\packages\runtime.win-$(NetHostPlatform).Microsoft.NETCore.DotNetAppHost.8.0.7\runtimes\win-$(NetHostPlatform)\native\</NetHostPath>
46-
<HostfxrPath>..\..\..\..\packages\runtime.win-$(NetHostPlatform).Microsoft.NETCore.DotNetHostResolver.8.0.7\runtimes\win-$(NetHostPlatform)\native\</HostfxrPath>
45+
<NetHostPath>..\..\..\..\packages\runtime.win-$(NetHostPlatform).Microsoft.NETCore.DotNetAppHost.8.0.12\runtimes\win-$(NetHostPlatform)\native\</NetHostPath>
46+
<HostfxrPath>..\..\..\..\packages\runtime.win-$(NetHostPlatform).Microsoft.NETCore.DotNetHostResolver.8.0.12\runtimes\win-$(NetHostPlatform)\native\</HostfxrPath>
4747
<ProjectAdditionalIncludeDirectories>$(NetHostPath)</ProjectAdditionalIncludeDirectories>
4848
</PropertyGroup>
4949

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetAppHost" version="8.0.7" targetFramework="native" />
4-
<package id="runtime.win-x64.Microsoft.NETCore.DotNetAppHost" version="8.0.7" targetFramework="native" />
5-
<package id="runtime.win-x86.Microsoft.NETCore.DotNetAppHost" version="8.0.7" targetFramework="native" />
6-
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="8.0.7" targetFramework="native" />
7-
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="8.0.7" targetFramework="native" />
8-
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="8.0.7" targetFramework="native" />
3+
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetAppHost" version="8.0.12" targetFramework="native" />
4+
<package id="runtime.win-x64.Microsoft.NETCore.DotNetAppHost" version="8.0.12" targetFramework="native" />
5+
<package id="runtime.win-x86.Microsoft.NETCore.DotNetAppHost" version="8.0.12" targetFramework="native" />
6+
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="8.0.12" targetFramework="native" />
7+
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="8.0.12" targetFramework="native" />
8+
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="8.0.12" targetFramework="native" />
99
</packages>

0 commit comments

Comments
 (0)