Skip to content

Commit

Permalink
Forgot to put Net5.0 in MicaWPF back after testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Jan 10, 2023
1 parent a684739 commit 97ea071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicaWPF/MicaWPF.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;net47;net48;net481;netcoreapp3.1;net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks>net461;net47;net48;net481;netcoreapp3.1;net5.0-windows10.0.19041.0;net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0</TargetFrameworks>
<TargetPlatformMinVersion>7.0</TargetPlatformMinVersion>
<UseWPF>true</UseWPF>
<Copyright>Copyright (c) 2021 Simnico99</Copyright>
Expand Down

0 comments on commit 97ea071

Please sign in to comment.