Skip to content

Commit

Permalink
Update .NET framework for AddonExample (hibiyasleep#8)
Browse files Browse the repository at this point in the history
Without this, AddonExample throws errors when building.

This is split from #235 to make it easier to land.
  • Loading branch information
quisquous authored Aug 19, 2022
1 parent 32ce7ef commit 57f3973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AddonExample/AddonExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AddonExample</RootNamespace>
<AssemblyName>AddonExample</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -117,4 +117,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 57f3973

Please sign in to comment.