Fixed .betstats not working on european locales.

- Upped version to 4.3.12
This commit is contained in:
Kwoth
2023-02-11 23:04:31 +01:00
parent 13741b8317
commit 9dc783b36f
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<EnablePreviewFeatures>true</EnablePreviewFeatures>