File tree 2 files changed +8
-6
lines changed
src/ImGui.NET.SampleProgram
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
7
<PublishAot >true</PublishAot >
8
+ <TrimmerSingleWarn >false</TrimmerSingleWarn >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
11
12
<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" />
14
16
<ProjectReference Include =" ..\ImPlot.NET\ImPlot.NET.csproj" />
15
17
</ItemGroup >
16
18
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Directives >
3
3
<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" />
6
6
</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" />
9
9
</Assembly >
10
10
</Application >
11
11
</Directives >
You can’t perform that action at this time.
0 commit comments