From 2db21874ce85cae7eee3e5ecc091ac954f960d9e Mon Sep 17 00:00:00 2001 From: ndesai Date: Mon, 23 Dec 2024 10:36:19 -0600 Subject: [PATCH] Added Net 9 Support. --- .../NewRelic.MAUI.Android.Binding.csproj | 4 ++-- .../NewRelic.MAUI.Plugin.Tests.csproj | 2 +- NewRelic.MAUI.Plugin/NewRelic.MAUI.Plugin.csproj | 8 +++++++- .../NewRelic.MAUI.iOS.Binding.csproj | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/NewRelic.MAUI.Android.Binding/NewRelic.MAUI.Android.Binding.csproj b/NewRelic.MAUI.Android.Binding/NewRelic.MAUI.Android.Binding.csproj index 6c4b982..0d7480c 100644 --- a/NewRelic.MAUI.Android.Binding/NewRelic.MAUI.Android.Binding.csproj +++ b/NewRelic.MAUI.Android.Binding/NewRelic.MAUI.Android.Binding.csproj @@ -1,7 +1,7 @@ - net8.0-android + net8.0-android;net9.0-android 24 $(NoWarn);BG8605;BG8606 @@ -16,7 +16,7 @@ true New Relic newrelic;MAUI;android;new relic;observability;monitoring;telemetry - 7.6.1 + 7.6.3 true diff --git a/NewRelic.MAUI.Plugin.Tests/NewRelic.MAUI.Plugin.Tests.csproj b/NewRelic.MAUI.Plugin.Tests/NewRelic.MAUI.Plugin.Tests.csproj index 8261028..a259f31 100644 --- a/NewRelic.MAUI.Plugin.Tests/NewRelic.MAUI.Plugin.Tests.csproj +++ b/NewRelic.MAUI.Plugin.Tests/NewRelic.MAUI.Plugin.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net8.0;net9.0 enable enable false diff --git a/NewRelic.MAUI.Plugin/NewRelic.MAUI.Plugin.csproj b/NewRelic.MAUI.Plugin/NewRelic.MAUI.Plugin.csproj index fafe744..b41c8cc 100644 --- a/NewRelic.MAUI.Plugin/NewRelic.MAUI.Plugin.csproj +++ b/NewRelic.MAUI.Plugin/NewRelic.MAUI.Plugin.csproj @@ -1,7 +1,7 @@ - net8.0;net8.0-android;net8.0-ios + net8.0;net8.0-android;net8.0-ios;net9.0;net9.0-android;net9.0-ios true @@ -34,7 +34,13 @@ + + + + + + \ No newline at end of file diff --git a/NewRelic.MAUI.iOS.Binding/NewRelic.MAUI.iOS.Binding.csproj b/NewRelic.MAUI.iOS.Binding/NewRelic.MAUI.iOS.Binding.csproj index 639b7c3..4e1d525 100644 --- a/NewRelic.MAUI.iOS.Binding/NewRelic.MAUI.iOS.Binding.csproj +++ b/NewRelic.MAUI.iOS.Binding/NewRelic.MAUI.iOS.Binding.csproj @@ -1,12 +1,12 @@ - net8.0-ios + net8.0-ios;net9.0-ios enable true NewRelic.MAUI.iOS.Binding New Relic - 7.5.3.1 + 7.5.4 true NewRelic iOS SDK binding for .NET MAUI A .NET iOS library that binds the native New Relic iOS SDK. With NewRelic, you can collect crashes, network traffic, and other information for .NET MAUI iOS apps using native components.