Files
Web_BLSKafka_Server_Prod/ClassLibrary1/ClassLibrary1.csproj

14 lines
347 B
XML
Raw Normal View History

2025-11-21 08:48:01 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<!--<ItemGroup>
<Compile Include="B.cs" OutputAssembly="File1.dll" />
<Compile Include="C.cs" OutputAssembly="File2.dll" />
</ItemGroup>-->
</Project>