-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
19 lines (19 loc) · 1.13 KB
/
Directory.Packages.props
File metadata and controls
19 lines (19 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="10.0.7" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.9.50" />
<PackageVersion Include="NuGet.Commands" Version="7.3.1" />
<PackageVersion Include="NuGet.Common" Version="7.3.1" />
<PackageVersion Include="NuGet.Packaging" Version="7.3.1" />
<PackageVersion Include="NuGet.ProjectModel" Version="7.3.1" />
<PackageVersion Include="NuGet.Resolver" Version="7.3.1" />
<PackageVersion Include="System.CommandLine" Version="2.0.7" />
<PackageVersion Include="System.Reflection.MetadataLoadContext" Version="10.0.2" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
</Project>