SharpGLTF.NUnit.csproj 852 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net471;net6.0;net8.0</TargetFrameworks>
  4. <IsPackable>false</IsPackable>
  5. <RootNamespace>SharpGLTF</RootNamespace>
  6. <LangVersion>latest</LangVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="NUnit" Version="4.1.0" />
  10. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  11. <PackageReference Include="GltfValidator" Version="2.0.0-dev.3.8.202311262112" />
  12. <PackageReference Include="TestAttachments.NUnit" Version="4.0.0-Preview-20240102-0955" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\..\examples\SharpGLTF.Plotly\SharpGLTF.Plotly.csproj" />
  16. <ProjectReference Include="..\..\src\SharpGLTF.Toolkit\SharpGLTF.Toolkit.csproj" />
  17. </ItemGroup>
  18. </Project>