1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net8 .0-windows10.0.19041.0</TargetFramework >
4
+ <TargetFramework >net9 .0-windows10.0.19041.0</TargetFramework >
5
5
<Authors >IT Hit LTD.</Authors >
6
6
<Company >IT Hit LTD.</Company >
7
7
<Product >Virtual Drive</Product >
@@ -35,12 +35,12 @@ This is an advanced project with ETags support, Microsoft Office documents editi
35
35
<Compile Remove =" SyncService.cs" />
36
36
</ItemGroup >
37
37
<ItemGroup >
38
- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 6 .0.0" />
39
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0" />
40
- <PackageReference Include =" System.Drawing.Common" Version =" 6 .0.0" />
38
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9 .0.0" />
39
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.0" />
40
+ <PackageReference Include =" System.Drawing.Common" Version =" 9 .0.0" />
41
41
</ItemGroup >
42
42
<ItemGroup >
43
- <PackageReference Include =" ITHit.FileSystem.Windows.Package" Version =" 8.3.27213 .0" />
43
+ <PackageReference Include =" ITHit.FileSystem.Windows.Package" Version =" 8.4.27341 .0" />
44
44
<ProjectReference Include =" ..\..\..\Common\Common.csproj" />
45
45
<ProjectReference Include =" ..\..\Common\VirtualDrive\Common.Windows.VirtualDrive.csproj" />
46
46
</ItemGroup >
@@ -83,6 +83,6 @@ This is an advanced project with ETags support, Microsoft Office documents editi
83
83
</None >
84
84
</ItemGroup >
85
85
<Target Name =" PreBuild" BeforeTargets =" PreBuildEvent" >
86
- <Exec Command =" " C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\makeappx" pack /d " $(ProjectDir)SparsePackage" /p " $(OutDir)$(ProjectName).msix" /nv /o
" C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool" sign /fd SHA256 /a /f " $(ProjectDir)$(ProjectName)_TemporaryKey.pfx" /p " ccaZD9HZ5ueFAYfaTtoN" " $(OutDir)$(ProjectName).msix"
 taskkill /f /fi " imagename eq VirtualDrive.ShellExtension.exe " " />
86
+ <Exec Command =" " C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\makeappx" pack /d " $(ProjectDir)SparsePackage" /p " $(OutDir)$(ProjectName).msix" /nv /o
" C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool" sign /fd SHA256 /a /f " $(ProjectDir)$(ProjectName)_TemporaryKey.pfx" /p " ccaZD9HZ5ueFAYfaTtoN" " $(OutDir)$(ProjectName).msix" " />
87
87
</Target >
88
88
</Project >
0 commit comments