Skip to content

Commit 9477b44

Browse files
committed
use direct values
1 parent 989fb50 commit 9477b44

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

Directory.Packages.props

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,20 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
66
</PropertyGroup>
7-
<PropertyGroup>
8-
<EFCoreVersion>9.0.0</EFCoreVersion>
9-
<HotChocolateVersion>15.1.8</HotChocolateVersion>
10-
</PropertyGroup>
117
<ItemGroup>
12-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(EFCoreVersion)" />
13-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="$(EFCoreVersion)" />
14-
<PackageVersion Include="HotChocolate.AspNetCore" Version="$(HotChocolateVersion)" />
15-
<PackageVersion Include="HotChocolate.AspNetCore.Authorization" Version="$(HotChocolateVersion)" />
16-
<PackageVersion Include="HotChocolate.AspNetCore.CommandLine" Version="$(HotChocolateVersion)" />
17-
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="$(HotChocolateVersion)" />
18-
<PackageVersion Include="HotChocolate.Diagnostics" Version="$(HotChocolateVersion)" />
19-
<PackageVersion Include="HotChocolate.Execution" Version="$(HotChocolateVersion)" />
20-
<PackageVersion Include="HotChocolate.Fusion" Version="$(HotChocolateVersion)" />
21-
<PackageVersion Include="HotChocolate.Subscriptions.Redis" Version="$(HotChocolateVersion)" />
22-
<PackageVersion Include="HotChocolate.Transport.Http" Version="$(HotChocolateVersion)" />
23-
<PackageVersion Include="HotChocolate.Types.Analyzers" Version="$(HotChocolateVersion)" />
24-
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="$(HotChocolateVersion)" />
25-
<PackageVersion Include="HotChocolate.Types.OffsetPagination" Version="$(HotChocolateVersion)" />
8+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
9+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
10+
<PackageVersion Include="HotChocolate.AspNetCore" Version="15.1.8" />
11+
<PackageVersion Include="HotChocolate.AspNetCore.Authorization" Version="15.1.8" />
12+
<PackageVersion Include="HotChocolate.AspNetCore.CommandLine" Version="15.1.8" />
13+
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="15.1.8" />
14+
<PackageVersion Include="HotChocolate.Diagnostics" Version="15.1.8" />
15+
<PackageVersion Include="HotChocolate.Execution" Version="15.1.8" />
16+
<PackageVersion Include="HotChocolate.Fusion" Version="15.1.8" />
17+
<PackageVersion Include="HotChocolate.Subscriptions.Redis" Version="15.1.8" />
18+
<PackageVersion Include="HotChocolate.Transport.Http" Version="15.1.8" />
19+
<PackageVersion Include="HotChocolate.Types.Analyzers" Version="15.1.8" />
20+
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="15.1.8" />
21+
<PackageVersion Include="HotChocolate.Types.OffsetPagination" Version="15.1.8" />
2622
</ItemGroup>
2723
</Project>

0 commit comments

Comments
 (0)