Skip to content

Commit

Permalink
ターゲットフレームワーク更新
Browse files Browse the repository at this point in the history
  • Loading branch information
denpadokei committed Dec 22, 2021
1 parent b0c119f commit bbdb0e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LocalModAssistant/LocalModAssistant.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>LocalModAssistant</AssemblyName>
<Version>1.1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
Expand Down

0 comments on commit bbdb0e6

Please sign in to comment.