File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
src/ImGui.NET.SampleProgram Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments