-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
30 lines (30 loc) · 1.74 KB
/
Directory.Packages.props
File metadata and controls
30 lines (30 loc) · 1.74 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
29
30
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="ConfigureAwait.Fody" Version="3.3.2" />
<PackageVersion Include="EfLocalDb" Version="20.1.4" />
<PackageVersion Include="Fody" Version="6.9.2" />
<PackageVersion Include="graphiql" Version="2.0.0" />
<PackageVersion Include="GraphQL" Version="8.5.0" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.5.0" />
<PackageVersion Include="GraphQL.SystemTextJson" Version="8.5.0" />
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.2" />
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.7" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.7" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.0.3" />
<PackageVersion Include="Polyfill" Version="8.7.3" />
<PackageVersion Include="ProjectDefaults" Version="1.0.156" />
<PackageVersion Include="System.Text.Encodings.Web" Version="9.0.0" />
<PackageVersion Include="Verify.SqlServer" Version="11.1.2" />
<PackageVersion Include="Verify.XunitV3" Version="30.4.0" />
<PackageVersion Include="xunit.v3" Version="3.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.3" />
</ItemGroup>
</Project>