Skip to content

Commit 6399924

Browse files
authored
Merge pull request #154 from Codeuctivity/dependabot/nuget/OpenXmlPowerToolsExamples/MarkupSimplifierApp/System.Configuration.ConfigurationManager-9.0.9
Bump System.Configuration.ConfigurationManager from 9.0.8 to 9.0.9
2 parents 6c12b2b + ef430bc commit 6399924

File tree

33 files changed

+35
-35
lines changed

33 files changed

+35
-35
lines changed

OpenXmlPowerTools.Tests/OpenXMLWordprocessingMLToHtmlConverter/WmlToHtmlConverterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ internal static async Task AssertImageIsEqual(string actualImagePath, string exp
200200
await File.WriteAllBytesAsync(allowedDiffInfo.NewDiffImageFileName, png.ToArray());
201201
}
202202

203-
// Uncomment following line to add an allowed diff file
203+
// Uncomment following two lines to add an allowed diff file
204204
//var expectedDirectoryPath = Path.GetDirectoryName(expectFullPath);
205205
//File.Copy(allowedDiffInfo.NewDiffImageFileName, Path.Combine(expectedDirectoryPath, allowedDiffInfo.NewDiffImageFileName), true);
206206

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0</TargetFrameworks>
6-
<TargetFrameworks>net8.0</TargetFrameworks>
7-
<LangVersion>8.0</LangVersion>
8-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
9-
</PropertyGroup>
10-
11-
<ItemGroup>
12-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.8" />
13-
</ItemGroup>
14-
15-
<ItemGroup>
16-
<ProjectReference Include="..\..\OpenXmlPowerTools\OpenXmlPowerTools.csproj" />
17-
</ItemGroup>
18-
19-
<ItemGroup>
20-
<Compile Update="Properties\Settings.Designer.cs">
21-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
22-
<AutoGen>True</AutoGen>
23-
<DependentUpon>Settings.settings</DependentUpon>
24-
</Compile>
25-
</ItemGroup>
26-
27-
<ItemGroup>
28-
<None Update="Properties\Settings.settings">
29-
<Generator>SettingsSingleFileGenerator</Generator>
30-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
31-
</None>
32-
</ItemGroup>
33-
34-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFrameworks>net8.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0</TargetFrameworks>
7+
<LangVersion>8.0</LangVersion>
8+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<ProjectReference Include="..\..\OpenXmlPowerTools\OpenXmlPowerTools.csproj" />
17+
</ItemGroup>
18+
19+
<ItemGroup>
20+
<Compile Update="Properties\Settings.Designer.cs">
21+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
22+
<AutoGen>True</AutoGen>
23+
<DependentUpon>Settings.settings</DependentUpon>
24+
</Compile>
25+
</ItemGroup>
26+
27+
<ItemGroup>
28+
<None Update="Properties\Settings.settings">
29+
<Generator>SettingsSingleFileGenerator</Generator>
30+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
31+
</None>
32+
</ItemGroup>
33+
34+
</Project>
98 KB
Loading
149 KB
Loading
167 KB
Loading
167 KB
Loading
154 KB
Loading
154 KB
Loading
46.2 KB
Loading
44.4 KB
Loading

0 commit comments

Comments
 (0)