|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net8.0;net6.0;net47</TargetFrameworks> |
4 | 4 | <IsPackable>false</IsPackable> |
|
8 | 8 | </PropertyGroup> |
9 | 9 |
|
10 | 10 | <ItemGroup> |
11 | | - <PackageReference Include="FluentAssertions" Version="4.19.2" /> |
12 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" /> |
13 | | - <PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" /> |
14 | | - <PackageReference Include="xunit" Version="2.4.1" /> |
15 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> |
16 | | - <PrivateAssets>all</PrivateAssets> |
17 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
18 | | - </PackageReference> |
19 | | - <PackageReference Include="FakeItEasy" Version="6.2.1" /> |
20 | | - <PackageReference Include="System.ValueTuple" Version="4.5.0" /> |
21 | | - <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
22 | | - </ItemGroup> |
23 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net47'"> |
24 | | - <Reference Include="System.Runtime" /> |
25 | | - <Reference Include="System.Threading.Tasks" /> |
| 11 | + <PackageReference Include="FluentAssertions" /> |
| 12 | + <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
| 13 | + <PackageReference Include="xunit" /> |
| 14 | + <PackageReference Include="xunit.runner.visualstudio" /> |
| 15 | + <PackageReference Include="FakeItEasy" /> |
26 | 16 | </ItemGroup> |
27 | 17 |
|
28 | 18 | <ItemGroup> |
|
55 | 45 | <None Remove="xunit.runner.linux.json" /> |
56 | 46 | </ItemGroup> |
57 | 47 |
|
58 | | - <ItemGroup> |
59 | | - <PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2"> |
60 | | - <PrivateAssets>all</PrivateAssets> |
61 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
62 | | - </PackageReference> |
63 | | - </ItemGroup> |
64 | 48 | </Project> |
0 commit comments