Skip to content

Commit b765a0f

Browse files
committed
Upgrade to .NET 10
1 parent 940f209 commit b765a0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

src/HUDEditor/HUDEditor.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -64,9 +64,9 @@
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" />

0 commit comments

Comments
 (0)