Skip to content

Commit

Permalink
Return net5.0 target
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Dec 21, 2024
1 parent 56a1f5f commit de90dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net8.0</TargetFrameworks>
<IsPackable>True</IsPackable>
<RootNamespace>Avalonia.Controls</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit de90dee

Please sign in to comment.