From be73bfadaeff5b067097dc888e876b8488161bbf Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 30 Jun 2022 14:06:08 +0200 Subject: [PATCH] [dotnet] Remove any global usings added by the .NET 6 SDK pack. --- dotnet/targets/Xamarin.Shared.Sdk.targets | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index ca22b4f1cb..4f2c81b227 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -1867,6 +1867,20 @@ global using nfloat = global::System.Runtime.InteropServices.NFloat%3B + + + + + +