File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 - name : Setup .NET SDK
3434 uses : actions/setup-dotnet@v5
3535 with :
36- dotnet-version : ' 8 .0.x'
36+ dotnet-version : ' 10 .0.x'
3737
3838 - name : Restore dependencies
3939 run : dotnet restore src/HUDEditor/HUDEditor.csproj
Original file line number Diff line number Diff line change 3030 - name : Setup .NET SDK
3131 uses : actions/setup-dotnet@v5
3232 with :
33- dotnet-version : ' 8 .0.x'
33+ dotnet-version : ' 10 .0.x'
3434
3535 - name : Restore dependencies
3636 run : dotnet restore src/HUDEditor/HUDEditor.csproj
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net8.0-windows </TargetFramework >
4+ <TargetFramework >net10.0 </TargetFramework >
55 <Nullable >enable</Nullable >
66 <BuiltInComInteropSupport >true</BuiltInComInteropSupport >
77 <ApplicationManifest >app.manifest</ApplicationManifest >
6464 </PackageReference >
6565 <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.4.0" />
6666 <PackageReference Include =" Crews.Utility.TgaSharp" Version =" 1.0.0" />
67- <PackageReference Include =" DialogHost.Avalonia" Version =" 0.10.2 " />
67+ <PackageReference Include =" DialogHost.Avalonia" Version =" 0.10.3 " />
6868 <PackageReference Include =" log4net" Version =" 3.2.0" />
69- <PackageReference Include =" MessageBox.Avalonia" Version =" 3.3.1" />
69+ <PackageReference Include =" MessageBox.Avalonia" Version =" 3.3.1.1 " />
7070 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 10.0.1" />
7171 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 10.0.1" />
7272 <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 10.0.1" />
You can’t perform that action at this time.
0 commit comments