Update to NET 8; Fix Secret class

This commit is contained in:
Jeddunk 2023-12-23 19:23:14 +01:00
parent 23459ec794
commit 80b704cecb
2 changed files with 53 additions and 53 deletions

View File

@ -6,9 +6,9 @@ namespace auto_creamapi.Utils
/// Rename class Secrets_REMOVETHIS to Secrets
/// Enter the relevant info below
/// </summary>
public class Secrets_REMOVETHIS
public static class Secrets_REMOVETHIS
{
public const string Username = "Enter username here";
public const string Password = "Enter password here";
public const string ForumUsername = "Enter username here";
public const string ForumPassword = "Enter password here";
}
}

View File

@ -2,15 +2,15 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>auto_creamapi</RootNamespace>
<UseWPF>true</UseWPF>
<PackageVersion>2.1.7</PackageVersion>
<PackageVersion>2.2.0</PackageVersion>
<Title>auto-creamapi</Title>
<Authors>Jeddunk</Authors>
<Company>jeddunk.xyz</Company>
<AssemblyVersion>2.1.7</AssemblyVersion>
<FileVersion>2.1.7</FileVersion>
<AssemblyVersion>2.2.0</AssemblyVersion>
<FileVersion>2.2.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">