Skip to content

Commit

Permalink
Add target framework net481 to MsdialGuiApp (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiMatsuzawa authored Dec 6, 2023
1 parent 4e2f527 commit 38dd5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSDIAL5/MsdialGuiApp/MsdialGuiApp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net472</TargetFramework>
<TargetFrameworks>net472;net481</TargetFrameworks>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>MSDIAL</AssemblyName>
Expand Down

0 comments on commit 38dd5bc

Please sign in to comment.