-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
26 lines (26 loc) · 1.46 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
26 lines (26 loc) · 1.46 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.3.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.9" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.9" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.9" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.9" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.9" />
<PackageVersion Include="EfLocalDb" Version="24.1.2" />
<PackageVersion Include="NUnit" Version="4.6.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="6.2.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.174" />
<PackageVersion Include="Verify.NUnit" Version="31.20.0" />
<PackageVersion Include="Verify.EntityFramework" Version="15.2.0" />
<PackageVersion Include="Verify.SqlServer" Version="12.1.2" />
<PackageVersion Include="Argon" Version="0.35.0" />
<PackageVersion Include="DiffEngine" Version="19.3.0" />
<PackageVersion Include="EmptyFiles" Version="8.18.2" />
<PackageVersion Include="SimpleInfoName" Version="3.2.0" />
<PackageVersion Include="Verify" Version="31.21.0" />
</ItemGroup>
</Project>