-
-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
112 lines (111 loc) · 7.49 KB
/
Directory.Packages.props
File metadata and controls
112 lines (111 loc) · 7.49 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<Project>
<ItemGroup>
<PackageVersion Include="CacheManager.Core" Version="2.0.0" />
<PackageVersion Include="CacheManager.StackExchange.Redis" Version="2.0.0" />
<PackageVersion Include="CacheManager.Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
<PackageVersion Include="CacheManager.Serialization.Json" Version="2.0.0" />
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="EasyCaching.Core" Version="[1.9.2,)" />
<PackageVersion Include="EasyCaching.InMemory" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Redis" Version="1.9.2" />
<PackageVersion Include="EasyCaching.HybridCache" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Bus.Redis" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Serialization.MessagePack" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Serialization.SystemTextJson" Version="1.9.2" />
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.0" />
<PackageVersion Include="ZiggyCreatures.FusionCache" Version="2.5.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.Hybrid" Version="10.2.0" />
<PackageVersion Include="MessagePack" Version="3.1.4" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="StackExchange.Redis" Version="2.10.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="MSTest.TestFramework" Version="4.0.2" />
<PackageVersion Include="MSTest.TestAdapter" Version="4.0.2" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" Version="2.5.0" />
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.286" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.18.0.131500" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Analyzers" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.102" />
<PackageVersion Include="AsyncKeyedLock" Version="8.0.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[3.1,4)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1,4)" />
</ItemGroup>
<ItemGroup Condition=" ('$(TargetFramework)' == 'netstandard2.0')">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[3.1,4)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1,4)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'netcoreapp3.1')">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[3.1,6)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1,6)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.1')">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[5,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[5,)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net5.0')">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[5,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[5,)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net6.0')">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[6,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[6,)" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="[6.0.2,)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net7.0')">
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[7,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[7,)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net8.0')">
<PackageVersion Include="System.IO.Hashing" Version="[8.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[8.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[8.0.0,)" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="[8.0.1,)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net9.0')">
<PackageVersion Include="System.IO.Hashing" Version="[9.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[9.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[9.0.0,)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net10.0')">
<PackageVersion Include="System.IO.Hashing" Version="[10.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[10.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[10.0.0,)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" />
<PackageVersion Include="Lamar.Microsoft.DependencyInjection" Version="15.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="10.0.0" />
<PackageVersion Include="Microsoft.SqlServer.Types" Version="170.1000.7" />
<PackageVersion Include="System.Data.SqlClient" Version="4.9.0" />
<PackageVersion Include="MySql.EntityFrameworkCore" Version="10.0.0-rc" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
<PackageVersion Include="EFCore.BulkExtensions" Version="9.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="10.0.0" />
</ItemGroup>
</Project>