-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (22 loc) · 898 Bytes
/
Copy pathDirectory.Packages.props
File metadata and controls
23 lines (22 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2024 Frans van Dorsselaer
SPDX-License-Identifier: MIT
-->
<Project>
<ItemGroup>
<!-- all -->
<PackageVersion Include="GitVersion.MsBuild" Version="6.8.2" />
<!-- SqliteTimestamp -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.10" />
<!-- unit tests -->
<PackageVersion Include="JunitXml.TestLogger" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.11" />
<!-- fuzzing tests -->
<PackageVersion Include="FsCheck" Version="3.4.0" />
<!-- Example -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.11" />
<!-- Transitive pins for vulnerable/deprecated packages -->
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.3" />
</ItemGroup>
</Project>