Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.props « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a014e1bac01b0ec0df6a0df17f0e5bf94e1ece16 (plain)
1
2
3
4
5
6
7
8
9
<Project>
  <Import Project="..\Directory.Build.props" />

  <PropertyGroup>
    <RunAnalyzers>false</RunAnalyzers>
    <TargetFramework>net6.0</TargetFramework>
    <Nullable>disable</Nullable>
  </PropertyGroup>
</Project>