From: Viktor Hofer Date: Tue, 16 Feb 2021 11:24:23 +0000 (+0100) Subject: Use live dependencies for netcoreapp3.0 depencies (#48176) X-Git-Tag: submit/tizen/20210909.063632~3224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d77092decb2bbd7bc94cd548af925d801a032e9e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Use live dependencies for netcoreapp3.0 depencies (#48176) * Use live dependencies for netcoreapp3.0 deps --- diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj index 58552c0..bc99972 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj @@ -34,6 +34,7 @@ + @@ -55,7 +56,6 @@ $(TargetFramework.StartsWith('net4'))"> - diff --git a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj index 51d5987..1916836 100644 --- a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj +++ b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj @@ -28,6 +28,10 @@ $(TargetFramework.StartsWith('net4'))"> + + + + diff --git a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj index 716edd8..94cf266 100644 --- a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj +++ b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj @@ -20,6 +20,10 @@ + + + + diff --git a/src/libraries/System.Net.Http.Json/src/System.Net.Http.Json.csproj b/src/libraries/System.Net.Http.Json/src/System.Net.Http.Json.csproj index 1033fd0..e9accb0 100644 --- a/src/libraries/System.Net.Http.Json/src/System.Net.Http.Json.csproj +++ b/src/libraries/System.Net.Http.Json/src/System.Net.Http.Json.csproj @@ -28,7 +28,6 @@ - - + + + + + + + + + + + + + + diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index 0cc7d93..e179191 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -150,11 +150,9 @@ '$(TargetFramework)' == 'netcoreapp3.0'"> - - @@ -164,8 +162,22 @@ - - + + + + + + + + + + + + + + + + diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index a72d7c6..889b79a 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -244,10 +244,8 @@ - - @@ -259,7 +257,21 @@ - - + + + + + + + + + + + + + + + +