|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | | - |
8 | 7 | <IsPackable>false</IsPackable> |
9 | 8 | <IsTestProject>true</IsTestProject> |
10 | 9 | </PropertyGroup> |
11 | 10 |
|
12 | 11 | <ItemGroup> |
13 | 12 | <PackageReference Include="coverlet.collector" Version="6.0.4"> |
14 | | - <PrivateAssets>all</PrivateAssets> |
15 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 13 | + <PrivateAssets>all</PrivateAssets> |
| 14 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
16 | 15 | </PackageReference> |
17 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> |
| 16 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> |
18 | 17 | <PackageReference Include="Moq" Version="4.20.72" /> |
19 | 18 | <PackageReference Include="xunit" Version="2.9.3" /> |
20 | | - <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0"> |
21 | | - <PrivateAssets>all</PrivateAssets> |
22 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 19 | + <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5"> |
| 20 | + <PrivateAssets>all</PrivateAssets> |
| 21 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
23 | 22 | </PackageReference> |
24 | 23 | </ItemGroup> |
25 | 24 |
|
26 | 25 | <ItemGroup> |
27 | | - <ProjectReference Include="..\Dependo.Autofac\Dependo.Autofac.csproj" /> |
28 | | - <ProjectReference Include="..\Dependo.DotNetDefault\Dependo.DotNetDefault.csproj" /> |
29 | | - <ProjectReference Include="..\Dependo.DryIoc\Dependo.DryIoc.csproj" /> |
30 | | - <ProjectReference Include="..\Dependo.Lamar\Dependo.Lamar.csproj" /> |
31 | | - <ProjectReference Include="..\Dependo.LightInject\Dependo.LightInject.csproj" /> |
| 26 | + <ProjectReference Include="..\Dependo.Autofac\Dependo.Autofac.csproj" /> |
| 27 | + <ProjectReference Include="..\Dependo.DotNetDefault\Dependo.DotNetDefault.csproj" /> |
| 28 | + <ProjectReference Include="..\Dependo.DryIoc\Dependo.DryIoc.csproj" /> |
| 29 | + <ProjectReference Include="..\Dependo.Lamar\Dependo.Lamar.csproj" /> |
| 30 | + <ProjectReference Include="..\Dependo.LightInject\Dependo.LightInject.csproj" /> |
32 | 31 | </ItemGroup> |
33 | 32 |
|
34 | 33 | <ItemGroup> |
|
0 commit comments