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