cf25d736| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | <PropertyGroup> |
| 3 | <TargetFramework>net10.0</TargetFramework> |
| 4 | <RootNamespace>IntercomWire</RootNamespace> |
| 5 | <Nullable>enable</Nullable> |
| 6 | <ImplicitUsings>enable</ImplicitUsings> |
| 7 | </PropertyGroup> |
| 8 | </Project> |
| 9 | |
View only · write via MCP/CIDE