Skip to content

Commit 33c5b3a

Browse files
Bump EPPlus from 8.2.1 to 8.4.1
--- updated-dependencies: - dependency-name: EPPlus dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9819d4 commit 33c5b3a

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

xlwrite/xlwrite.csproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
6-
<Nullable>enable</Nullable>
7-
<LangVersion>latestmajor</LangVersion>
8-
</PropertyGroup>
9-
10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11-
<Optimize>false</Optimize>
12-
</PropertyGroup>
13-
14-
<ItemGroup>
15-
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
16-
<PackageReference Include="EPPlus" Version="8.2.1" />
17-
</ItemGroup>
18-
19-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<Nullable>enable</Nullable>
7+
<LangVersion>latestmajor</LangVersion>
8+
</PropertyGroup>
9+
10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11+
<Optimize>false</Optimize>
12+
</PropertyGroup>
13+
14+
<ItemGroup>
15+
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
16+
<PackageReference Include="EPPlus" Version="8.4.1" />
17+
</ItemGroup>
18+
19+
</Project>

0 commit comments

Comments
 (0)