From 5aa1327ff063ea88d2d9d127901a5a685ec3b06d Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 1 Apr 2024 12:29:49 +0800 Subject: [PATCH 1/2] update target framework --- ...reManagement.Telemetry.ApplicationInsights.AspNetCore.csproj | 2 +- ...osoft.FeatureManagement.Telemetry.ApplicationInsights.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore.csproj b/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore.csproj index b1cfaaf3..bdca8b9a 100644 --- a/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore.csproj @@ -12,7 +12,7 @@ - net6.0 + net6.0;net7.0;net8.0 enable true false diff --git a/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj b/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj index 5c892bc9..909a1342 100644 --- a/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj +++ b/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj @@ -12,7 +12,7 @@ - net6.0 + netstandard2.0;netstandard2.1 enable true false From cc17fea47aa35380deb45eef9a0535f8eac896fd Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 1 Apr 2024 12:57:06 +0800 Subject: [PATCH 2/2] update language version --- ...osoft.FeatureManagement.Telemetry.ApplicationInsights.csproj | 1 + .../Microsoft.FeatureManagement.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj b/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj index 909a1342..10da71c0 100644 --- a/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj +++ b/src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj @@ -17,6 +17,7 @@ true false ..\..\build\Microsoft.FeatureManagement.snk + 10.0 diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index 01386d2b..46bb4928 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -16,7 +16,7 @@ true false ..\..\build\Microsoft.FeatureManagement.snk - 9.0 + 10.0