-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
26 lines (26 loc) · 1.55 KB
/
Directory.Packages.props
File metadata and controls
26 lines (26 loc) · 1.55 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
<Project>
<ItemGroup>
<PackageVersion Include="coverlet.msbuild" Version="8.0.1"/>
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="2.0.2"/>
<PackageVersion Include="DotNet.ReproducibleBuilds.Isolated" Version="2.0.2"/>
<PackageVersion Include="FluentAssertions" Version="7.0.0"/>
<PackageVersion Include="IsExternalInit" Version="1.0.3"/>
<PackageVersion Include="Jetbrains.Annotations" Version="2025.2.4"/>
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.7.1"/>
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5"/>
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.5"/>
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="10.0.5"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
<PackageVersion Include="Nullable" Version="1.3.1"/>
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.17.0"/>
<PackageVersion Include="System.Net.Http.Json" Version="10.0.5"/>
<PackageVersion Include="System.Text.Encodings.Web" Version="10.0.5"/>
<PackageVersion Include="System.Text.Json" Version="10.0.5"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
<PackageVersion Include="Testcontainers" Version="4.11.0.0"/>
<PackageVersion Include="Testcontainers.Keycloak" Version="4.11.0"/>
<PackageVersion Include="Testcontainers.Redis" Version="4.11.0"/>
<PackageVersion Include="xunit" Version="2.9.3"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5"/>
</ItemGroup>
</Project>