]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update `Content.PatreonParser` to use `net8.0` `TargetFramework` (#33559)
authorNikolai Korolev <CrafterKolyan@mail.ru>
Thu, 28 Nov 2024 19:13:26 +0000 (19:13 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Nov 2024 19:13:26 +0000 (20:13 +0100)
Update Content.PatreonParse to use net8.0 targetframework

Content.PatreonParser/Content.PatreonParser.csproj

index 3206ad42e9d23b829b5726192890d9e3f5dcd9f0..ec259e6f1dc3508187df8502f7026eb4d267acac 100644 (file)
@@ -2,7 +2,7 @@
 
     <PropertyGroup>
         <OutputType>Exe</OutputType>
-        <TargetFramework>net7.0</TargetFramework>
+        <TargetFramework>net8.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
       <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>