DtsodV30 moved to Experimental/
This commit is contained in:
parent
396bc884c6
commit
4fbc8083a4
@ -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>
|
||||||
@ -31,7 +31,14 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="Dependencies\**\*">
|
<None Update="Dependencies\**\*">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
<IncludeInPackage>true</IncludeInPackage>
|
||||||
</None>
|
</None>
|
||||||
|
<Compile Remove="Experimental/**/*"/>
|
||||||
|
<None Include="Experimental/**/*"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Experimental" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user