c955e1572f
PR Checks / test-and-build (pull_request) Successful in 18m38s
V023 migration drops NOT NULL constraints on: - game_groups.telegram_chat_id - game_groups.gm_telegram_id - players.telegram_id This allows Discord (and future platforms) to create players and game_groups without legacy Telegram identifiers. Bump version → 3.0.10 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
499 B
XML
16 lines
499 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Version>3.0.10</Version>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<LangVersion>preview</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
</Project>
|