Update to NET 8; Fix Secret class
This commit is contained in:
parent
23459ec794
commit
80b704cecb
@ -6,9 +6,9 @@ namespace auto_creamapi.Utils
|
|||||||
/// Rename class Secrets_REMOVETHIS to Secrets
|
/// Rename class Secrets_REMOVETHIS to Secrets
|
||||||
/// Enter the relevant info below
|
/// Enter the relevant info below
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class Secrets_REMOVETHIS
|
public static class Secrets_REMOVETHIS
|
||||||
{
|
{
|
||||||
public const string Username = "Enter username here";
|
public const string ForumUsername = "Enter username here";
|
||||||
public const string Password = "Enter password here";
|
public const string ForumPassword = "Enter password here";
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>net8.0-windows</TargetFramework>
|
||||||
<RootNamespace>auto_creamapi</RootNamespace>
|
<RootNamespace>auto_creamapi</RootNamespace>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<PackageVersion>2.1.7</PackageVersion>
|
<PackageVersion>2.2.0</PackageVersion>
|
||||||
<Title>auto-creamapi</Title>
|
<Title>auto-creamapi</Title>
|
||||||
<Authors>Jeddunk</Authors>
|
<Authors>Jeddunk</Authors>
|
||||||
<Company>jeddunk.xyz</Company>
|
<Company>jeddunk.xyz</Company>
|
||||||
<AssemblyVersion>2.1.7</AssemblyVersion>
|
<AssemblyVersion>2.2.0</AssemblyVersion>
|
||||||
<FileVersion>2.1.7</FileVersion>
|
<FileVersion>2.2.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||||
|
Loading…
Reference in New Issue
Block a user