|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <IncludeFrameworkShims>true</IncludeFrameworkShims> |
5 | | - <TargetFrameworks>$(ProductTargetFrameworks)</TargetFrameworks> |
6 | | - </PropertyGroup> |
7 | | - |
8 | | - <PropertyGroup> |
9 | | - <Summary>Provides additional features that add functionality to the Open XML SDK.</Summary> |
10 | | - <Description>Provides additional functionality to the Open XML SDK.</Description> |
11 | | - </PropertyGroup> |
12 | | - |
13 | | - <ItemGroup> |
14 | | - <Compile Include="..\DocumentFormat.OpenXml.Framework\SimpleTypes\HexStringFactory.cs" Link="HexStringFactory.cs" /> |
15 | | - </ItemGroup> |
16 | | - |
17 | | - <ItemGroup> |
18 | | - <ProjectReference Include="..\DocumentFormat.OpenXml\DocumentFormat.OpenXml.csproj" /> |
19 | | - </ItemGroup> |
20 | | - |
21 | | - <ItemGroup> |
22 | | - <PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers"> |
23 | | - <PrivateAssets>all</PrivateAssets> |
24 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
25 | | - </PackageReference> |
26 | | - </ItemGroup> |
27 | | - |
28 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
29 | | - <PackageReference Include="System.IO.Packaging" /> |
30 | | - </ItemGroup> |
31 | | - |
32 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
33 | | - <PackageReference Include="System.IO.Packaging" /> |
34 | | - </ItemGroup> |
35 | | - |
36 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
37 | | - <PackageReference Include="System.IO.Packaging" /> |
38 | | - </ItemGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <IncludeFrameworkShims>true</IncludeFrameworkShims> |
| 5 | + <TargetFrameworks>$(ProductTargetFrameworks)</TargetFrameworks> |
| 6 | + </PropertyGroup> |
| 7 | + |
| 8 | + <PropertyGroup> |
| 9 | + <Summary>Provides additional features that add functionality to the Open XML SDK.</Summary> |
| 10 | + <Description>Provides additional functionality to the Open XML SDK.</Description> |
| 11 | + </PropertyGroup> |
| 12 | + |
| 13 | + <ItemGroup> |
| 14 | + <Compile Include="..\DocumentFormat.OpenXml.Framework\SimpleTypes\HexStringFactory.cs" Link="HexStringFactory.cs" /> |
| 15 | + </ItemGroup> |
| 16 | + |
| 17 | + <ItemGroup> |
| 18 | + <ProjectReference Include="..\DocumentFormat.OpenXml\DocumentFormat.OpenXml.csproj" /> |
| 19 | + </ItemGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers"> |
| 23 | + <PrivateAssets>all</PrivateAssets> |
| 24 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 25 | + </PackageReference> |
| 26 | + </ItemGroup> |
39 | 27 |
|
40 | 28 | </Project> |
0 commit comments