浏览代码

Fix d2d interop sample sharpdx packages.

Steven Kirk 8 年之前
父节点
当前提交
dc7a50812d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      samples/interop/Direct3DInteropSample/Direct3DInteropSample.csproj

+ 2 - 2
samples/interop/Direct3DInteropSample/Direct3DInteropSample.csproj

@@ -4,8 +4,8 @@
         <TargetFramework>net461</TargetFramework>
         <TargetFramework>net461</TargetFramework>
     </PropertyGroup>
     </PropertyGroup>
     <ItemGroup>
     <ItemGroup>
-        <PackageReference Include="SharpDX.Mathematics" Version="3.1.1" />
-        <PackageReference Include="SharpDX.D3DCompiler" Version="3.1.1" />
+        <PackageReference Include="SharpDX.Mathematics" Version="4.0.0" />
+        <PackageReference Include="SharpDX.D3DCompiler" Version="4.0.0" />
         <Compile Update="**\*.paml.cs">
         <Compile Update="**\*.paml.cs">
             <DependentUpon>%(Filename)</DependentUpon>
             <DependentUpon>%(Filename)</DependentUpon>
         </Compile>
         </Compile>