Skip to content

Commit 230b53f

Browse files
authored
Formating reverted
1 parent a0b2c73 commit 230b53f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<IncludeFrameworkShims>true</IncludeFrameworkShims>
5-
<TargetFrameworks>$(ProductTargetFrameworks)</TargetFrameworks>
6-
</PropertyGroup>
3+
<PropertyGroup>
4+
<IncludeFrameworkShims>true</IncludeFrameworkShims>
5+
<TargetFrameworks>$(ProductTargetFrameworks)</TargetFrameworks>
6+
</PropertyGroup>
77

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>
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>
1212

13-
<ItemGroup>
14-
<Compile Include="..\DocumentFormat.OpenXml.Framework\SimpleTypes\HexStringFactory.cs" Link="HexStringFactory.cs" />
15-
</ItemGroup>
13+
<ItemGroup>
14+
<Compile Include="..\DocumentFormat.OpenXml.Framework\SimpleTypes\HexStringFactory.cs" Link="HexStringFactory.cs" />
15+
</ItemGroup>
1616

17-
<ItemGroup>
18-
<ProjectReference Include="..\DocumentFormat.OpenXml\DocumentFormat.OpenXml.csproj" />
19-
</ItemGroup>
17+
<ItemGroup>
18+
<ProjectReference Include="..\DocumentFormat.OpenXml\DocumentFormat.OpenXml.csproj" />
19+
</ItemGroup>
2020

21-
<ItemGroup>
22-
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers">
23-
<PrivateAssets>all</PrivateAssets>
24-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
25-
</PackageReference>
26-
</ItemGroup>
21+
<ItemGroup>
22+
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers">
23+
<PrivateAssets>all</PrivateAssets>
24+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
25+
</PackageReference>
26+
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)