From 59096ba942bac40ab49d6a1d79cedc2ffda7fa24 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 12 Aug 2021 12:30:57 +0200 Subject: [PATCH] [dotnet] We're not bundling the runtimeconfig.json file. It's parsed at build time (in the _CreateRuntimeConfiguration target), and stored in a binary format, so we don't need the original json file. --- dotnet/targets/Xamarin.Shared.Sdk.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index a7ae05eef8..6d0aa371a5 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -1236,6 +1236,9 @@ '%(ResolvedFileToPublish.NuGetPackageId)' == '$(_MonoNugetPackageId)' " /> + + +