|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>netcoreapp2.0</TargetFramework> |
5 | | - <RuntimeFrameworkVersion>2.0.9</RuntimeFrameworkVersion> |
| 4 | + <TargetFramework>netcoreapp2.2</TargetFramework> |
6 | 5 | <Authors>Sergey Zwezdin</Authors> |
7 | 6 | <Company /> |
8 | 7 | <Product>Magic Chunks</Product> |
|
28 | 27 |
|
29 | 28 |
|
30 | 29 | <ItemGroup> |
31 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> |
32 | | - <PackageReference Include="xunit" Version="2.3.1" /> |
33 | | - <PackageReference Include="xunit.abstractions" Version="2.0.1" /> |
34 | | - <PackageReference Include="xunit.analyzers" Version="0.8.0" /> |
35 | | - <PackageReference Include="xunit.assert" Version="2.3.1" /> |
36 | | - <PackageReference Include="xunit.console" Version="2.3.1" /> |
37 | | - <PackageReference Include="xunit.core" Version="2.3.1" /> |
38 | | - <PackageReference Include="xunit.extensibility.core" Version="2.3.1" /> |
39 | | - <PackageReference Include="xunit.extensibility.execution" Version="2.3.1" /> |
40 | | - <PackageReference Include="xunit.runner.console" Version="2.3.1" /> |
41 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> |
42 | | - <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0" /> |
| 30 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> |
| 31 | + <PackageReference Include="xunit" Version="2.4.1" /> |
| 32 | + <PackageReference Include="xunit.analyzers" Version="0.10.0" /> |
| 33 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> |
| 34 | + <PrivateAssets>all</PrivateAssets> |
| 35 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 36 | + </PackageReference> |
43 | 37 | </ItemGroup> |
44 | 38 |
|
45 | 39 | <ItemGroup> |
|
0 commit comments