Files
SamplePreSystem-CS/SamplePre.ViewModel/SamplePre.ViewModel.csproj

10 lines
209 B
XML
Raw Permalink Normal View History

2026-04-30 11:34:41 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>