Skip to content

Commit

Permalink
Updated framework version to use AOT and trimming.
Browse files Browse the repository at this point in the history
  • Loading branch information
krypto5863 committed May 5, 2024
1 parent 0ac416f commit 3a48dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COM3D2_DLC_Checker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>lc_1_z07_icon.ico</ApplicationIcon>
<Authors>Tankerch</Authors>
<PackageProjectUrl></PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace COM3D2_DLC_Checker
class Program
{

// Variabels
// Variables
static readonly string DLC_URL = "https://raw.githubusercontent.com/krypto5863/COM3D2_DLC_Checker/master/COM_NewListDLC.lst";
static readonly string DLC_LIST_PATH = Path.Combine(Directory.GetCurrentDirectory(), "COM_NewListDLC.lst");

Expand Down

0 comments on commit 3a48dce

Please sign in to comment.