Files
IPyConsole/Model/Model.csproj

14 lines
293 B
XML
Raw Permalink Normal View History

2024-11-25 17:20:03 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Class1.cs" />
</ItemGroup>
</Project>