|
3 | 3 | <!-- Compilation --> |
4 | 4 | <PropertyGroup> |
5 | 5 | <RootNamespace>LightResults.Extensions.ExceptionHandling</RootNamespace> |
6 | | - <TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks> |
| 6 | + <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks> |
7 | 7 | <ImplicitUsings>enable</ImplicitUsings> |
8 | 8 | <Nullable>enable</Nullable> |
9 | 9 | <LangVersion>latest</LangVersion> |
|
18 | 18 | <!-- References --> |
19 | 19 |
|
20 | 20 | <ItemGroup> |
21 | | - <PackageReference Include="LightResults" Version="9.0.5"/> |
| 21 | + <PackageReference Include="LightResults" Version="10.0.0"/> |
22 | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
23 | 23 | </ItemGroup> |
24 | 24 |
|
25 | 25 | <!-- Output --> |
26 | 26 | <PropertyGroup> |
27 | 27 | <AssemblyName>LightResults.Extensions.ExceptionHandling</AssemblyName> |
28 | | - <Version>9.0.2</Version> |
29 | | - <AssemblyVersion>9.0.2.0</AssemblyVersion> |
30 | | - <FileVersion>9.0.2.0</FileVersion> |
| 28 | + <Version>10.0.0</Version> |
| 29 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
| 30 | + <FileVersion>10.0.0.0</FileVersion> |
31 | 31 | <NeutralLanguage>en-US</NeutralLanguage> |
32 | 32 | <Optimize>true</Optimize> |
33 | | - <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible> |
| 33 | + <IsAotCompatible>true</IsAotCompatible> |
34 | 34 | <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
35 | 35 | </PropertyGroup> |
36 | 36 |
|
|
63 | 63 | <ItemGroup> |
64 | 64 | <InternalsVisibleTo Include="LightResults.Extensions.Tests"/> |
65 | 65 | </ItemGroup> |
66 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
67 | | - <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3"/> |
68 | | - </ItemGroup> |
69 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net7.0'"> |
70 | | - <PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.7"/> |
71 | | - </ItemGroup> |
72 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
73 | | - <PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.7"/> |
74 | | - </ItemGroup> |
75 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
76 | | - <PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.7"/> |
77 | | - </ItemGroup> |
78 | 66 |
|
79 | 67 | </Project> |
0 commit comments