File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
src/WPF/GeneralUpdate.Packet Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/setup-dotnet@v3
1313 with :
1414 dotnet-version : ' 8.0.x'
15- dotnet-quality : ' preview'
1615 - name : Restore dependencies
1716 run : dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
1817 - name : build
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net8.0-windows </TargetFramework >
5+ <TargetFramework >net8.0-windows7.0 </TargetFramework >
66 <Nullable >enable</Nullable >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <UseWPF >true</UseWPF >
9+ <SupportedOSPlatformVersion >7.0</SupportedOSPlatformVersion >
910 </PropertyGroup >
1011
1112 <ItemGroup >
1920 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
2021 </ItemGroup >
2122
22- <ItemGroup >
23- <ProjectReference Include =" ..\GeneralUpdate.Bowl\GeneralUpdate.Bowl.csproj" />
24- </ItemGroup >
25-
2623 <ItemGroup >
2724 <Resource Include =" Resource\GeneralUpdate_h.png" />
2825 </ItemGroup >
Original file line number Diff line number Diff line change 1- using GeneralUpdate . Bowl ;
2- using GeneralUpdate . Packet . ViewModels ;
1+ using GeneralUpdate . Packet . ViewModels ;
32using System . Windows ;
43
54namespace GeneralUpdate . Packet
Original file line number Diff line number Diff line change 1- using GeneralUpdate . Bowl ;
2- using GeneralUpdate . Packet . Modules ;
1+ using GeneralUpdate . Packet . Modules ;
32using GeneralUpdate . Packet . MVVM ;
43using System . Collections . ObjectModel ;
54using System . Windows ;
You can’t perform that action at this time.
0 commit comments