Skip to content

Commit edc962a

Browse files
committed
Update to 4.9.0-beta2
1 parent ecbc5f2 commit edc962a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
<TargetFramework>net7.0</TargetFramework>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<PublishAot>true</PublishAot>
8+
<TrimmerSingleWarn>false</TrimmerSingleWarn>
89
</PropertyGroup>
910

1011
<ItemGroup>
1112
<ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj" />
12-
<PackageReference Include="Veldrid" Version="4.8.0" />
13-
<PackageReference Include="Veldrid.StartupUtilities" Version="4.8.0" />
13+
<PackageReference Include="Veldrid" Version="4.9.0-beta2" />
14+
<PackageReference Include="Veldrid.StartupUtilities" Version="4.9.0-beta2" />
15+
<PackageReference Include="SharpGen.Runtime" Version="2.0.0-beta.11" />
1416
<ProjectReference Include="..\ImPlot.NET\ImPlot.NET.csproj" />
1517
</ItemGroup>
1618

src/ImGui.NET.SampleProgram/rd.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Directives>
33
<Application>
4-
<Assembly Name="SharpDX.DXGI" Dynamic="Required All">
5-
<Type Name="SharpDX.DXGI.Factory" Dynamic="Required All" />
4+
<Assembly Name="Vortice.DXGI" Dynamic="Required All">
5+
<Type Name="Vortice.DXGI.IDXGIDevice" Dynamic="Required All" />
66
</Assembly>
7-
<Assembly Name="SharpDX.Direct3D11" Dynamic="Required All">
8-
<Type Name="SharpDX.Direct3D11.Texture2D" Dynamic="Required All" />
7+
<Assembly Name="Vortice.Direct3D11" Dynamic="Required All">
8+
<Type Name="Vortice.Direct3D11.ID3D11Texture2D" Dynamic="Required All" />
99
</Assembly>
1010
</Application>
1111
</Directives>

0 commit comments

Comments
 (0)