/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v8.0.4
src/Directory.Build.props
17 строк
596 B
Nino Floris
Trimming and Aot annotations (#5271)
27 сен 2023, 21:31
Не верифицирован
27 сен 2023, 21:31
ee24545
Код
Авторство
О чём код?
<Project> <Import Project="../Directory.Build.props" /> <PropertyGroup> <GenerateDocumentationFile>true</GenerateDocumentationFile> <!-- Compatible from net6.0 onwards (we get warnings otherwise). This implies IsTrimmable as well --> <IsAotCompatible Condition=" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0')) ">true</IsAotCompatible> </PropertyGroup> <ItemGroup> <Compile Include="..\Shared\*.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> </ItemGroup> </Project>