add option for defaults and make it easier to use

This commit is contained in:
OMGeeky
2023-11-03 21:32:55 +01:00
parent 04005d9cb6
commit 7d21f1de19
3 changed files with 70 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.9.0-5" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Generators.cs" />
</ItemGroup>
</Project>