Soul2的通用c#类库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
451 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Soul2.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyName>Soul2.$(MSBuildProjectName)</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodSharp.SerialPort" Version="1.2.0.6" />
</ItemGroup>
</Project>