-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
54 lines (54 loc) · 3.5 KB
/
Directory.Packages.props
File metadata and controls
54 lines (54 loc) · 3.5 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AWSSDK.SQS" Version="4.0.2.25" />
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.2.27" />
<PackageVersion Include="Azure.Messaging.EventGrid" Version="5.0.0" />
<PackageVersion Include="Azure.Storage.Queues" Version="12.25.0" />
<PackageVersion Include="Codebelt.Extensions.Newtonsoft.Json" Version="10.1.2" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.9" />
<PackageVersion Include="Codebelt.Extensions.YamlDotNet" Version="10.1.2" />
<PackageVersion Include="Cuemon.Extensions.Collections.Generic" Version="10.5.1" />
<PackageVersion Include="Cuemon.Extensions.Core" Version="10.5.1" />
<PackageVersion Include="Cuemon.Extensions.DependencyInjection" Version="10.5.1" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="10.5.1" />
<PackageVersion Include="Cuemon.Extensions.Reflection" Version="10.5.1" />
<PackageVersion Include="Cuemon.Extensions.Text.Json" Version="10.5.1" />
<PackageVersion Include="Cuemon.Security.Cryptography" Version="10.5.1" />
<PackageVersion Include="Dapper.StrongName" Version="2.1.72" />
<PackageVersion Include="DapperExtensions.StrongNameReference" Version="1.10.0" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.6" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageVersion Include="MinVer" Version="7.0.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="NATS.Client.Core" Version="2.7.3" />
<PackageVersion Include="NATS.Client.JetStream" Version="2.7.3" />
<PackageVersion Include="NATS.Client.Simplified" Version="2.7.3" />
<PackageVersion Include="RabbitMQ.Client" Version="7.2.1" />
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageVersion Include="Xunit.v3.Priority" Version="1.1.18" />
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
<PackageVersion Include="coverlet.msbuild" Version="10.0.0" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.15" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.15" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.15" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.15" />
<PackageVersion Include="System.Linq.Async" Version="7.0.1" />
<PackageVersion Include="Azure.Identity" Version="1.17.2" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net10'))">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.6" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.6" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.6" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.6" />
<PackageVersion Include="Azure.Identity" Version="1.21.0" />
</ItemGroup>
</Project>