Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Dec 19, 2024
1 parent ebd9aa2 commit b3d1820
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ExcelMapper.Tests/ExcelMapper.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<SonarQubeExclude>true</SonarQubeExclude>
<LangVersion>preview</LangVersion>
<CoverletOutputFormat>opencover</CoverletOutputFormat>
<CoverletOutput>../coverage.xml</CoverletOutput>
<NoWarn>$(NoWarn);CA1861;SYSLIB0051</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
Expand Down
4 changes: 2 additions & 2 deletions ExcelMapper/ExcelMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NPOI" Version="2.7.1" />
<PackageReference Include="NPOI" Version="2.7.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="" />
Expand Down

0 comments on commit b3d1820

Please sign in to comment.