Skip to content

Commit

Permalink
modernization
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 18, 2024
1 parent 0c3b970 commit d4b3fcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*.user
*.userosscache
*.sln.docstates
.idea/

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>

<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
<VersionPrefix>2.4.5</VersionPrefix>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<VersionPrefix>2.4.6</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<IsPackable>true</IsPackable>

<Copyright>Copyright © Andreas Müller 2021</Copyright>
<Copyright>Copyright © Andreas Müller 2024</Copyright>
<Description>Extensions for tests when using xunit</Description>
<PackageId>Amusoft.XUnit.NLog.Extensions</PackageId>
<Authors>Andreas Müller</Authors>
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.7.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="NLog" Version="[4.7.0,)" />
<PackageReference Include="xunit" Version="[2.4.0,)" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit d4b3fcf

Please sign in to comment.