Skip to content

Commit b665918

Browse files
committed
更新到 .net framework 4.8.1
1 parent b9d2ebd commit b665918

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

FluentLauncher.UniversalInstaller/FluentLauncher.UniversalInstaller.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net48</TargetFramework>
5+
<TargetFramework>net481</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<RootNamespace>FluentLauncher.UniversalInstaller</RootNamespace>
88
<AssemblyName>FluentLauncher.UniversalInstaller</AssemblyName>

FluentLauncher.UniversalInstaller/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<PropertyGroup>
55
<Configuration>Release</Configuration>
66
<Platform>Any CPU</Platform>
7-
<PublishDir>bin\Release\net48\publish\</PublishDir>
7+
<PublishDir>bin\Release\net481\publish\</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net48</TargetFramework>
11-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
10+
<TargetFramework>net481</TargetFramework>
1211
</PropertyGroup>
1312
</Project>

0 commit comments

Comments
 (0)