From: Juan Hoyos Date: Tue, 30 Apr 2019 20:29:49 +0000 (-0700) Subject: Add runtime config template for major rollforward X-Git-Tag: submit/tizen/20190813.035844~6^2^2~50^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a504ee0ff42c171226ef85670b8c38b064d17874;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Add runtime config template for major rollforward --- diff --git a/src/Microsoft.Diagnostics.Tools.RuntimeClient/Microsoft.Diagnostics.Tools.RuntimeClient.csproj b/src/Microsoft.Diagnostics.Tools.RuntimeClient/Microsoft.Diagnostics.Tools.RuntimeClient.csproj index 4bef423b9..8cb7efc5b 100644 --- a/src/Microsoft.Diagnostics.Tools.RuntimeClient/Microsoft.Diagnostics.Tools.RuntimeClient.csproj +++ b/src/Microsoft.Diagnostics.Tools.RuntimeClient/Microsoft.Diagnostics.Tools.RuntimeClient.csproj @@ -1,7 +1,5 @@  - - Library netcoreapp2.1 @@ -13,13 +11,4 @@ Diagnostic $(Description) - - - True - - - - - - diff --git a/src/Tools/dotnet-analyze/runtimeconfig.template.json b/src/Tools/dotnet-analyze/runtimeconfig.template.json new file mode 100644 index 000000000..f022b7ffc --- /dev/null +++ b/src/Tools/dotnet-analyze/runtimeconfig.template.json @@ -0,0 +1,3 @@ +{ + "rollForwardOnNoCandidateFx": 2 +} \ No newline at end of file diff --git a/src/Tools/dotnet-counters/runtimeconfig.template.json b/src/Tools/dotnet-counters/runtimeconfig.template.json new file mode 100644 index 000000000..f022b7ffc --- /dev/null +++ b/src/Tools/dotnet-counters/runtimeconfig.template.json @@ -0,0 +1,3 @@ +{ + "rollForwardOnNoCandidateFx": 2 +} \ No newline at end of file diff --git a/src/Tools/dotnet-dump/runtimeconfig.template.json b/src/Tools/dotnet-dump/runtimeconfig.template.json new file mode 100644 index 000000000..f022b7ffc --- /dev/null +++ b/src/Tools/dotnet-dump/runtimeconfig.template.json @@ -0,0 +1,3 @@ +{ + "rollForwardOnNoCandidateFx": 2 +} \ No newline at end of file diff --git a/src/Tools/dotnet-sos/runtimeconfig.template.json b/src/Tools/dotnet-sos/runtimeconfig.template.json new file mode 100644 index 000000000..f022b7ffc --- /dev/null +++ b/src/Tools/dotnet-sos/runtimeconfig.template.json @@ -0,0 +1,3 @@ +{ + "rollForwardOnNoCandidateFx": 2 +} \ No newline at end of file diff --git a/src/Tools/dotnet-trace/dotnet-trace.csproj b/src/Tools/dotnet-trace/dotnet-trace.csproj index a8fa5598f..09230a303 100644 --- a/src/Tools/dotnet-trace/dotnet-trace.csproj +++ b/src/Tools/dotnet-trace/dotnet-trace.csproj @@ -17,13 +17,13 @@ True True - 2.1.0 win-x64;win-x86;osx-x64 + diff --git a/src/Tools/dotnet-trace/runtimeconfig.template.json b/src/Tools/dotnet-trace/runtimeconfig.template.json new file mode 100644 index 000000000..f022b7ffc --- /dev/null +++ b/src/Tools/dotnet-trace/runtimeconfig.template.json @@ -0,0 +1,3 @@ +{ + "rollForwardOnNoCandidateFx": 2 +} \ No newline at end of file