-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
47 lines (46 loc) · 3.15 KB
/
Directory.Packages.props
File metadata and controls
47 lines (46 loc) · 3.15 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
<Project>
<PropertyGroup>
<CratisApplicationsVersion>17.7.0</CratisApplicationsVersion>
<CratisChronicleVersion>14.0.9</CratisChronicleVersion>
</PropertyGroup>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Cratis.Fundamentals" Version="7.0.0" />
<PackageVersion Include="Cratis.Metrics.Roslyn" Version="7.0.0" />
<PackageVersion Include="Cratis.Applications" Version="17.7.0" />
<PackageVersion Include="Cratis.Applications.MongoDB" Version="$(CratisApplicationsVersion)" />
<PackageVersion Include="Cratis.Applications.Orleans" Version="$(CratisApplicationsVersion)" />
<PackageVersion Include="Cratis.Applications.Orleans.MongoDB" Version="$(CratisApplicationsVersion)" />
<PackageVersion Include="Cratis.Applications.ProxyGenerator.Build" Version="$(CratisApplicationsVersion)" />
<PackageVersion Include="Cratis.Applications.Swagger" Version="$(CratisApplicationsVersion)" />
<PackageVersion Include="Cratis.Chronicle" Version="$(CratisChronicleVersion)" />
<PackageVersion Include="Cratis.Chronicle.AspNetCore" Version="$(CratisChronicleVersion)" />
<PackageVersion Include="Cratis.Chronicle.XUnit" Version="$(CratisChronicleVersion)" />
<PackageVersion Include="Cratis.Chronicle.XUnit.Integration" Version="$(CratisChronicleVersion)" />
<PackageVersion Include="Cratis.Chronicle.InProcess" Version="$(CratisChronicleVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
<!-- Analysis -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.14.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
<PackageVersion Include="Microsoft.Orleans.Analyzers" Version="9.2.1" />
<PackageVersion Include="Microsoft.Orleans.Server" Version="9.2.1" />
<PackageVersion Include="MongoDB.Driver" Version="3.5.0" />
<PackageVersion Include="Scalar.AspNetCore" Version="2.8.4" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" NoWarn="NU5104" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.0" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.219" />
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.4" />
<PackageVersion Include="Terminal.Gui" Version="2.0.0" />
<!-- Testing & Specifications -->
<PackageVersion Include="Cratis.Specifications" Version="3.0.4" />
<PackageVersion Include="Cratis.Specifications.XUnit" Version="3.0.4" />
<PackageVersion Include="Testcontainers" Version="4.7.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="Microsoft.NET.Test.SDK" Version="17.14.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9" />
</ItemGroup>
</Project>