|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup Label="General Properties"> |
4 | | - <TargetFrameworks>net9.0;net8.0;net462</TargetFrameworks> |
| 4 | + <TargetFrameworks>net9.0;net8.0;net472</TargetFrameworks> |
5 | 5 | <LangVersion>latest</LangVersion> |
6 | 6 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
7 | 7 | <EnableDynamicLoading>true</EnableDynamicLoading> |
8 | 8 | <IncludeBuildOutput>true</IncludeBuildOutput> |
9 | 9 | <IsPackable>true</IsPackable> |
10 | | - <Version>3.6.1</Version> |
| 10 | + <Version>3.7.0</Version> |
11 | 11 | <Nullable>enable</Nullable> |
12 | 12 | <ImplicitUsings>disable</ImplicitUsings> |
13 | 13 | <EnableNETAnalyzers>true</EnableNETAnalyzers> |
|
32 | 32 |
|
33 | 33 | <ItemGroup Label="Common Packages"> |
34 | 34 | <PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" /> |
35 | | - <PackageReference Include="itext7" Version="9.1.0" /> |
36 | | - <PackageReference Include="itext7.bouncy-castle-adapter" Version="9.1.0" /> |
37 | | - <PackageReference Include="itext7.pdfhtml" Version="6.1.0" /> |
| 35 | + <PackageReference Include="itext7" Version="9.2.0" /> |
| 36 | + <PackageReference Include="itext7.bouncy-castle-adapter" Version="9.2.0" /> |
| 37 | + <PackageReference Include="itext7.pdfhtml" Version="6.2.0" /> |
38 | 38 | <PackageReference Include="Meziantou.Analyzer" Version="2.*"> |
39 | 39 | <PrivateAssets>all</PrivateAssets> |
40 | 40 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
46 | 46 | </ItemGroup> |
47 | 47 |
|
48 | 48 | <ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' "> |
49 | | - <PackageReference Include="System.Management.Automation" Version="7.5.0" /> |
50 | | - <PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.4" /> |
| 49 | + <PackageReference Include="System.Management.Automation" Version="7.5.1" /> |
| 50 | + <PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.5" /> |
51 | 51 | </ItemGroup> |
52 | 52 |
|
53 | 53 | <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
54 | | - <PackageReference Include="System.Management.Automation" Version="7.4.7" /> |
| 54 | + <PackageReference Include="System.Management.Automation" Version="7.4.10" /> |
55 | 55 | <PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" /> |
56 | 56 | </ItemGroup> |
57 | 57 |
|
58 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> |
| 58 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net472' "> |
59 | 59 | <PackageReference Include="System.Buffers" Version="4.6.1" /> |
60 | | - <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.4" /> |
| 60 | + <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.5" /> |
61 | 61 | <PackageReference Include="System.Memory" Version="4.6.3" /> |
62 | 62 | <PackageReference Include="System.Numerics.Vectors" Version="4.6.1" /> |
63 | 63 | <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" /> |
|
66 | 66 | </ItemGroup> |
67 | 67 |
|
68 | 68 | <!-- Workaround for https://github.com/dotnet/roslyn-project-system/issues/1739 --> |
69 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net462' "> |
| 69 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net472' "> |
70 | 70 | <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |
71 | 71 | </PropertyGroup> |
72 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> |
| 72 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net472' "> |
73 | 73 | <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
74 | 74 | </ItemGroup> |
75 | 75 |
|
|
0 commit comments