Skip to content

Commit

Permalink
Update to 4.9.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Jan 18, 2023
1 parent ecbc5f2 commit edc962a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>true</PublishAot>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj" />
<PackageReference Include="Veldrid" Version="4.8.0" />
<PackageReference Include="Veldrid.StartupUtilities" Version="4.8.0" />
<PackageReference Include="Veldrid" Version="4.9.0-beta2" />
<PackageReference Include="Veldrid.StartupUtilities" Version="4.9.0-beta2" />
<PackageReference Include="SharpGen.Runtime" Version="2.0.0-beta.11" />
<ProjectReference Include="..\ImPlot.NET\ImPlot.NET.csproj" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/ImGui.NET.SampleProgram/rd.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<Directives>
<Application>
<Assembly Name="SharpDX.DXGI" Dynamic="Required All">
<Type Name="SharpDX.DXGI.Factory" Dynamic="Required All" />
<Assembly Name="Vortice.DXGI" Dynamic="Required All">
<Type Name="Vortice.DXGI.IDXGIDevice" Dynamic="Required All" />
</Assembly>
<Assembly Name="SharpDX.Direct3D11" Dynamic="Required All">
<Type Name="SharpDX.Direct3D11.Texture2D" Dynamic="Required All" />
<Assembly Name="Vortice.Direct3D11" Dynamic="Required All">
<Type Name="Vortice.Direct3D11.ID3D11Texture2D" Dynamic="Required All" />
</Assembly>
</Application>
</Directives>

0 comments on commit edc962a

Please sign in to comment.