Skip to content

Commit b2bb58f

Browse files
committed
Updating packages
1 parent 809a1b3 commit b2bb58f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Directory.Packages.props

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
3-
<PropertyGroup>
4-
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5-
</PropertyGroup>
6-
<ItemGroup>
7-
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
8-
<PackageVersion Include="Jeebs.Apps" Version="8.4.3" />
9-
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
10-
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0" />
11-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
12-
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
13-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
14-
<PackageVersion Include="NSubstitute" Version="5.1.0" />
15-
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
16-
<PackageVersion Include="Rnd" Version="9.0.1" />
17-
<PackageVersion Include="Wrap" Version="1.0.0-beta.24040502" />
18-
<PackageVersion Include="Wrap.Testing" Version="1.0.0-beta.24040502" />
19-
<PackageVersion Include="xunit" Version="2.8.0" />
20-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0">
21-
<PrivateAssets>all</PrivateAssets>
22-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23-
</PackageVersion>
24-
</ItemGroup>
3+
<PropertyGroup>
4+
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageVersion Include="coverlet.collector" Version="6.0.2"/>
8+
<PackageVersion Include="Jeebs.Apps" Version="8.4.3"/>
9+
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0"/>
10+
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0"/>
11+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1"/>
12+
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0"/>
13+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
14+
<PackageVersion Include="NSubstitute" Version="5.1.0"/>
15+
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17"/>
16+
<PackageVersion Include="Rnd" Version="9.0.1"/>
17+
<PackageVersion Include="Wrap" Version="1.0.0-beta.24040502"/>
18+
<PackageVersion Include="Wrap.Testing" Version="1.0.0-beta.24040502"/>
19+
<PackageVersion Include="xunit" Version="2.8.0"/>
20+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0">
21+
<PrivateAssets>all</PrivateAssets>
22+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23+
</PackageVersion>
24+
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)