-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
20 lines (20 loc) · 1.59 KB
/
Directory.Packages.props
File metadata and controls
20 lines (20 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<ItemGroup>
<PackageVersion Include="CommunityToolkit.Diagnostics" Version="[8.0,)" />
<PackageVersion Include="Microsoft.Testing.Platform" Version="2.1.0" />
<PackageVersion Include="Serilog" Version="[4.0,)" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="[10.0.5,)" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="[10.0.5,)" />
<PackageVersion Include="System.Text.Json" Version="[10.0.5,)" />
<PackageVersion Include="System.Memory" Version="4.6.3" Condition=" '$(TargetFramework)' == 'netstandard2.0'" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.5" Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net48'" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="[4.6.3,)" Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net48'" />
<PackageVersion Include="PolySharp" Version="1.15.0" Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net48'" />
<PackageVersion Include="Polyfill" Version="9.24.1" Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net48'" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="TUnit" Version="1.25.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.2" />
</ItemGroup>
</Project>