forked from Tenacom/AaaLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (20 loc) · 959 Bytes
/
Directory.Packages.props
File metadata and controls
23 lines (20 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<!-- Dependencies -->
<ItemGroup>
<PackageVersion Include="CommunityToolkit.Diagnostics" Version="8.1.0" />
<PackageVersion Include="Louis" Version="1.0.0-preview.8" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="NodaTime" Version="3.1.6" />
<PackageVersion Include="PolyKit" Version="2.0.30" />
</ItemGroup>
<!-- Development dependencies -->
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="3.2.0" />
<PackageVersion Include="FluentAssertions" Version="6.10.0" />
<PackageVersion Include="FluentAssertions.Analyzers" Version="0.17.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="NodaTime.Testing" Version="3.1.6" />
<PackageVersion Include="xunit" Version="2.4.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>
</Project>