Skip to content

Commit

Permalink
task: Bump to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jun 16, 2024
1 parent 8a2a869 commit c265901
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DurangoKeyExtractor/DurangoKeyExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.5" />
Expand Down
2 changes: 1 addition & 1 deletion LibXboxOne.Tests/LibXboxOne.Tests.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>
<IsTestProject>true</IsTestProject>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
Expand Down
2 changes: 1 addition & 1 deletion LibXboxOne/LibXboxOne.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>
</PropertyGroup>
<ItemGroup>
<Folder Include="NAND\" />
Expand Down
2 changes: 1 addition & 1 deletion XBFSTool/XBFSTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.5" />
Expand Down
2 changes: 1 addition & 1 deletion XVDTool/XVDTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.5" />
Expand Down

0 comments on commit c265901

Please sign in to comment.