mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 06:55:43 +00:00
11 lines
270 B
XML
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>
|