save checkpoint. addition features and their state. check some ofthem
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- These Federation files reference types from Concelier.Federation and Concelier.Persistence
|
||||
which cannot be added as ProjectReferences without creating circular dependencies.
|
||||
They belong in the Federation project, not Core. Excluded until properly relocated. -->
|
||||
<Compile Remove="Federation/**" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" />
|
||||
|
||||
Reference in New Issue
Block a user