🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
367 B
XML
12 lines
367 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AssemblyName>ColaFlow.Modules.ProjectManagement.Contracts</AssemblyName>
|
|
<RootNamespace>ColaFlow.Modules.ProjectManagement.Contracts</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|