Skip to content

Commit

Permalink
chore: update framework net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptobi authored and cus-dbc-laika committed Dec 12, 2023
1 parent a7caeed commit b5dd881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>true</WarningsAsErrors>
Expand All @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions MagicBytesValidator/MagicBytesValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>MagicBytesValidator</PackageId>
<Title>traperto GmbH</Title>
<Description>Validate files based on mimetypes, extensions and magicbytes.</Description>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
<Authors>Niklas Schmidt, Tobias Janssen, Maximilian Breuker</Authors>
<PackageProjectUrl>https://github.com/Traperto/magic-bytes-validator/blob/main/README.md</PackageProjectUrl>
<PackageTags>mime mimetype mimetypes magic magicbyte magicbytes extension extensions file
Expand All @@ -17,7 +17,7 @@

<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>true</WarningsAsErrors>
Expand Down

0 comments on commit b5dd881

Please sign in to comment.