dcdd77b5ae
Introduce ChannelMessage and ChatStreamUpdate types used across the solution for inter-project communication between channels, core, and the web interface.
11 lines
277 B
XML
11 lines
277 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<AllowMissingPrunePackageData>true</AllowMissingPrunePackageData>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|