Skip to content

Commit

Permalink
Merge pull request #175 from Eran-YT/master
Browse files Browse the repository at this point in the history
Add .NET 6 support
  • Loading branch information
EricZimmerman authored Nov 15, 2021
2 parents a96b692 + 706cdde commit 1325196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evtx.Test/evtx.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;net5.0</TargetFrameworks>
<TargetFrameworks>net46;net5.0;net6.0</TargetFrameworks>
<AssemblyTitle>evtx.Test</AssemblyTitle>
<Product>evtx.Test</Product>
<Copyright>Copyright © 2019</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion evtx/evtx.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;net5.0</TargetFrameworks>
<TargetFrameworks>net46;net5.0;net6.0</TargetFrameworks>
<AssemblyTitle>evtx parser</AssemblyTitle>
<Company>Eric R. Zimmerman</Company>
<Product>evtx parser</Product>
Expand Down

0 comments on commit 1325196

Please sign in to comment.