Spv.Generator.csproj 207 B

12345678
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
  5. </PropertyGroup>
  6. </Project>