DtsodV30 moved to Experimental/
This commit is contained in:
parent
396bc884c6
commit
4fbc8083a4
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user