1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-10-18 14:16:10 +00:00
X10D/tools/X10D.MetaServices/X10D.MetaServices.csproj
Oliver Booth 172380c57d
[ci skip] chore: add meta services
This class library will contain attributes for future source generation.
2023-04-06 16:58:38 +01:00

11 lines
270 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>