Browse Source
Merge pull request #9987 from workgroupengineering/fixes/Warnings/CS0436
fix: Warnings CS0436
pull/10127/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
src/Avalonia.Native/Avalonia.Native.csproj
|
|
|
@ -16,10 +16,6 @@ |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="..\Avalonia.Base\Metadata\NullableAttributes.cs" Link="NullableAttributes.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\packages\Avalonia\Avalonia.csproj" /> |
|
|
|
@ -30,4 +26,8 @@ |
|
|
|
|
|
|
|
<Import Project="..\..\build\DevAnalyzers.props" /> |
|
|
|
<Import Project="..\..\build\TrimmingEnable.props" /> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Remove="..\Shared\ModuleInitializer.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|