DtsodV30 moved to Experimental/

This commit is contained in:
Timerix22 2022-12-06 11:16:12 +06:00
parent 396bc884c6
commit 4fbc8083a4
4 changed files with 11 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net48;netstandard2.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
<LangVersion>10</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -31,7 +31,14 @@
<ItemGroup>
<None Update="Dependencies\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInPackage>true</IncludeInPackage>
</None>
<Compile Remove="Experimental/**/*"/>
<None Include="Experimental/**/*"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Experimental" />
</ItemGroup>
</Project>