From 236ecfa116adb90955aa0f642225c29f95681c1a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 20 Dec 2023 20:49:52 +0100 Subject: [PATCH] Use IsAotCompatible instead of IsTrimmable to enable more warnings --- MLEM.Data/MLEM.Data.csproj | 2 +- MLEM.Extended/MLEM.Extended.csproj | 2 +- MLEM.Startup/MLEM.Startup.csproj | 2 +- MLEM.Ui/MLEM.Ui.csproj | 2 +- MLEM/MLEM.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index d341def..b185a54 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -3,7 +3,7 @@ net452;netstandard2.0;net8.0 true true - true + true NU1701 diff --git a/MLEM.Extended/MLEM.Extended.csproj b/MLEM.Extended/MLEM.Extended.csproj index 3e8fd8f..8492c6a 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -3,7 +3,7 @@ netstandard2.0;net8.0 true true - true + true diff --git a/MLEM.Startup/MLEM.Startup.csproj b/MLEM.Startup/MLEM.Startup.csproj index c72ffe2..23a3991 100644 --- a/MLEM.Startup/MLEM.Startup.csproj +++ b/MLEM.Startup/MLEM.Startup.csproj @@ -4,7 +4,7 @@ net452;netstandard2.0;net8.0 true true - true + true diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index 78286f3..c01bb34 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -3,7 +3,7 @@ net452;netstandard2.0;net8.0 true true - true + true diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj index 6865a24..9a55e0b 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -3,7 +3,7 @@ net452;netstandard2.0;net8.0 true true - true + true