-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
28 lines (28 loc) · 1.65 KB
/
Directory.Packages.props
File metadata and controls
28 lines (28 loc) · 1.65 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>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="EfLocalDb" Version="23.4.2" />
<PackageVersion Include="LocalDb" Version="23.4.1" />
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.25" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.2" />
<PackageVersion Include="Npgsql" Version="10.0.1" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="NUnit" Version="4.4.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" Pinned="true" />
<PackageVersion Include="ProjectDefaults" Version="1.0.170" />
<PackageVersion Include="Verify.AspNetCore" Version="5.0.0" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.EntityFramework" Version="14.0.0" />
<PackageVersion Include="Verify.MicrosoftLogging" Version="4.0.1" />
<PackageVersion Include="Verify.NUnit" Version="31.9.4" />
<PackageVersion Include="Verify.SqlServer" Version="11.2.0" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
</ItemGroup>
</Project>