From 2dc9781113a656492aa8f25085c13c596e716d2e Mon Sep 17 00:00:00 2001 From: Nikolay Pianikov Date: Fri, 19 Apr 2024 22:32:40 +0300 Subject: [PATCH] Updating internal Pure.DI to 2.1.10 --- build/build.csproj | 2 +- src/Pure.DI.Core/Components/Api.g.cs | 2 +- src/Pure.DI.Core/Components/GenericTypeArguments.g.cs | 2 +- src/Pure.DI.Core/Features/Default.g.cs | 2 +- src/Pure.DI.Core/Pure.DI.Core.csproj | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/build.csproj b/build/build.csproj index c0a5c6857..e03bc11ed 100644 --- a/build/build.csproj +++ b/build/build.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Pure.DI.Core/Components/Api.g.cs b/src/Pure.DI.Core/Components/Api.g.cs index 255ac06a5..06b4b8106 100644 --- a/src/Pure.DI.Core/Components/Api.g.cs +++ b/src/Pure.DI.Core/Components/Api.g.cs @@ -1,5 +1,5 @@ // -#if !PUREDI_API_SUPPRESSION || PUREDI_API_V2 +#if !PUREDI_API_SUPPRESSION || PUREDI_API_V1 #pragma warning disable #if !NET40_OR_GREATER && !NETSTANDARD2_0_OR_GREATER && !NETCOREAPP2_0_OR_GREATER diff --git a/src/Pure.DI.Core/Components/GenericTypeArguments.g.cs b/src/Pure.DI.Core/Components/GenericTypeArguments.g.cs index 62ddcf5be..5707dffbe 100644 --- a/src/Pure.DI.Core/Components/GenericTypeArguments.g.cs +++ b/src/Pure.DI.Core/Components/GenericTypeArguments.g.cs @@ -1,5 +1,5 @@ // -#if !PUREDI_API_SUPPRESSION || PUREDI_API_V2 +#if !PUREDI_API_SUPPRESSION || PUREDI_API_V1 #pragma warning disable namespace Pure.DI { diff --git a/src/Pure.DI.Core/Features/Default.g.cs b/src/Pure.DI.Core/Features/Default.g.cs index c4c09cb3b..27e9d0ad4 100644 --- a/src/Pure.DI.Core/Features/Default.g.cs +++ b/src/Pure.DI.Core/Features/Default.g.cs @@ -1,5 +1,5 @@ // -#if !PUREDI_API_SUPPRESSION || PUREDI_API_V2 +#if !PUREDI_API_SUPPRESSION || PUREDI_API_V1 #pragma warning disable namespace Pure.DI diff --git a/src/Pure.DI.Core/Pure.DI.Core.csproj b/src/Pure.DI.Core/Pure.DI.Core.csproj index cfac5241f..dfe9a399a 100644 --- a/src/Pure.DI.Core/Pure.DI.Core.csproj +++ b/src/Pure.DI.Core/Pure.DI.Core.csproj @@ -2,11 +2,11 @@ $(BasePackageId) - $(DefineConstants);PUREDI_API_SUPPRESSION;PUREDI_API_V2 + $(DefineConstants);PUREDI_API_SUPPRESSION;PUREDI_API_V1 - + all runtime; build; native; contentfiles; analyzers; buildtransitive