This commit is contained in:
Іван Оніщенко
2025-01-13 10:15:40 +03:00
parent c7e31c53ab
commit 311d43fe03
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ServerGarbageCollection>true</ServerGarbageCollection> <ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
<ItemGroup> <ItemGroup>
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" /> <PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
<PackageReference Include="NetCoreServer" /> <PackageReference Include="NetCoreServer" />

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "8.0.202" "version": "8.0.205"
} }
} }