Skip to content

Commit

Permalink
Update .csproj files + .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Dec 5, 2023
1 parent 4c3a76a commit 2e83662
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion src/HUDMerger/HUDMerger.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>HUDMerger</RootNamespace>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -13,6 +13,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VDF\VDF.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Resources\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
5 changes: 2 additions & 3 deletions src/HUDMergerTests/HUDMergerTests.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<RootNamespace>hud_mergerTests</RootNamespace>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>HUDMergerTests</RootNamespace>
<Nullable>Enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/VDF/VDF.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 2e83662

Please sign in to comment.