34 строки
1.6 KiB
XML
34 строки
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
|
|
<!--
|
|
Directory.Build.targets is automatically picked up and imported by
|
|
Microsoft.Common.targets. This file needs to exist, even if empty so that
|
|
files in the parent directory tree, with the same name, are not imported
|
|
instead. They import fairly late and most other props/targets will have
|
|
been imported beforehand. We also don't need to add ourselves to
|
|
MSBuildAllProjects, as that is done by the file that imports us.
|
|
-->
|
|
|
|
<!-- Import the shared tests .targets file -->
|
|
<Import Project="$(MSBuildThisFileDirectory)..\shared-infrastructure\msbuild\targets\SixLabors.Tests.targets" />
|
|
|
|
<!-- Import the solution .targets file. -->
|
|
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.targets" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Update="BenchmarkDotNet" Version="0.13.1" />
|
|
<PackageReference Update="Magick.NET-Q16-AnyCPU" Version="8.3.3" />
|
|
<PackageReference Update="Moq" Version="4.16.1" />
|
|
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.2.0" />
|
|
<PackageReference Update="System.Drawing.Common" Version="5.0.2" />
|
|
<PackageReference Update="Veldrid.ImageSharp" Version="4.8.0" />
|
|
<PackageReference Update="Veldrid.ImGui" Version="5.72.0" />
|
|
<PackageReference Update="Veldrid.StartupUtilities" Version="4.8.0" />
|
|
<PackageReference Update="Veldrid.Utilities" Version="4.8.0" />
|
|
<PackageReference Update="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.21311.3" />
|
|
<PackageReference Update="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21311.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|