forked from makura-games/project-fire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
28 lines (28 loc) · 1.59 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
28 lines (28 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project>
<Import Project="RobustToolbox/Directory.Packages.props" />
<ItemGroup>
<!--
Remove EF Core packages from Robust. They're only used by Robust.Benchmarks anyways.
-->
<PackageVersion Remove="Npgsql.EntityFrameworkCore.PostgreSQL" />
<PackageVersion Remove="Microsoft.EntityFrameworkCore.Design" />
<PackageVersion Include="CsvHelper" Version="33.1.0" />
<PackageVersion Include="ImGui.NET" Version="1.87.3" />
<!-- Sunrise added start - перехватываем ресурсоёмкие операции только в интеграционных тестах -->
<PackageVersion Include="MonoMod.RuntimeDetour" Version="25.3.4" />
<!-- Sunrise added end -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="10.0.0" />
<PackageVersion Include="NetCord" Version="1.0.0-alpha.388" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
<PackageVersion Include="OpenTK" Version="4.9.4" />
<PackageVersion Include="Veldrid" Version="4.8.0" />
<PackageVersion Include="Veldrid.SPIRV" Version="1.0.15" />
<PackageVersion Update="YamlDotNet" Version="16.3.0" /> <!-- Fire added -->
<PackageVersion Include="Lib.Harmony" Version="2.4.2" />
<PackageVersion Include="AWSSDK.S3" Version="3.7.307.27" />
</ItemGroup>
</Project>