|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net7.0;net6.0;net5.0;netcoreapp3.1;net461</TargetFrameworks> |
| 4 | + <TargetFrameworks>net7.0;net6.0;net5.0;netcoreapp3.1;net462</TargetFrameworks> |
5 | 5 | <IsPackable>false</IsPackable> |
6 | 6 | </PropertyGroup> |
7 | 7 |
|
8 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net461' "> |
9 | | - <DefineConstants>$(DefineConstants);NETFRAMEWORK_461</DefineConstants> |
| 8 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net462' "> |
| 9 | + <DefineConstants>$(DefineConstants);NETFRAMEWORK_462</DefineConstants> |
10 | 10 | </PropertyGroup> |
11 | 11 |
|
12 | 12 | <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> |
13 | 13 | <DefineConstants>$(DefineConstants);NETCOREAPP3_1</DefineConstants> |
14 | 14 | </PropertyGroup> |
15 | 15 |
|
16 | 16 | <ItemGroup> |
17 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> |
18 | | - <PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.1.0" /> |
| 17 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> |
| 18 | + <PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.4.0" /> |
19 | 19 | <PackageReference Include="xunit" Version="2.4.2" /> |
20 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> |
| 20 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> |
21 | 21 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
22 | 22 | <PrivateAssets>all</PrivateAssets> |
23 | 23 | </PackageReference> |
24 | 24 | <PackageReference Include="Xunit.SkippableFact" Version="1.4.13" /> |
25 | | - <PackageReference Include="coverlet.collector" Version="3.1.2"> |
| 25 | + <PackageReference Include="coverlet.collector" Version="3.2.0"> |
26 | 26 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
27 | 27 | <PrivateAssets>all</PrivateAssets> |
28 | 28 | </PackageReference> |
29 | | - <PackageReference Include="FluentAssertions" Version="6.7.0" /> |
| 29 | + <PackageReference Include="FluentAssertions" Version="6.8.0" /> |
30 | 30 | </ItemGroup> |
31 | 31 |
|
32 | 32 | <ItemGroup> |
|
0 commit comments