Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit 37c6155

Browse files
committed
feat: support net6.0 and drop net5.0
1 parent 65f1106 commit 37c6155

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WSLDiskShrinker/WSLDiskShrinker.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<PropertyGroup>
44
<LangVersion>preview</LangVersion>
55
<OutputType>WinExe</OutputType>
6-
<TargetFrameworks>net5.0-windows;net472</TargetFrameworks>
6+
<TargetFrameworks>net6.0-windows;net472</TargetFrameworks>
77
<UseWPF>true</UseWPF>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
99
<ApplicationIcon>Icon.ico</ApplicationIcon>
10+
<AssemblyVersion>0.2.2</AssemblyVersion>
11+
<FileVersion>0.2.2</FileVersion>
1012
</PropertyGroup>
1113

1214
<ItemGroup>

0 commit comments

Comments
 (0)