|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFrameworks>net7.0;net8.0;</TargetFrameworks> |
| 3 | + <TargetFrameworks>net8.0;net9.0;</TargetFrameworks> |
4 | 4 | <IsPackable>false</IsPackable> |
5 | 5 | <LangVersion>9.0</LangVersion> |
6 | | - <UseMaui>true</UseMaui> |
7 | 6 | </PropertyGroup> |
8 | 7 | <ItemGroup> |
9 | 8 | <AdditionalFiles Include="../stylecop.json" /> |
10 | 9 | </ItemGroup> |
11 | 10 | <PropertyGroup> |
12 | 11 | <CodeAnalysisRuleSet>../stylecop.ruleset</CodeAnalysisRuleSet> |
13 | 12 | </PropertyGroup> |
14 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0' OR '$(TargetFramework)' == 'net7.0'"> |
15 | | - <PackageReference Include="coverlet.collector" Version="6.0.0"> |
| 13 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0' OR '$(TargetFramework)' == 'net8.0'"> |
| 14 | + <PackageReference Include="coverlet.collector" Version="6.0.4"> |
16 | 15 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
17 | 16 | <PrivateAssets>all</PrivateAssets> |
18 | 17 | </PackageReference> |
19 | | - <PackageReference Include="xunit" Version="2.5.0" /> |
20 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.5.0"> |
| 18 | + <PackageReference Include="xunit" Version="2.9.3" /> |
| 19 | + <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0"> |
21 | 20 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
22 | 21 | <PrivateAssets>all</PrivateAssets> |
23 | 22 | </PackageReference> |
|
33 | 32 | </ItemGroup> |
34 | 33 | <ItemGroup> |
35 | 34 | <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> |
36 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> |
37 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> |
38 | | - <PackageReference Include="XunitContext" Version="3.2.5" /> |
| 35 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" /> |
| 36 | + <PackageReference Include="Newtonsoft.Json" Version="[13.0.3,]" /> |
| 37 | + <PackageReference Include="XunitContext" Version="3.3.2" /> |
39 | 38 | </ItemGroup> |
40 | 39 | <ItemGroup> |
41 | 40 | <ProjectReference Include="..\Float.Core\Float.Core.csproj" /> |
|
0 commit comments