Skip to content

Commit

Permalink
Merge pull request #237 from dotnet/juhoyosa/rollforward-release
Browse files Browse the repository at this point in the history
Roll forward on major version
  • Loading branch information
hoyosjs authored May 1, 2019
2 parents 4936a8c + 9035f4d commit b2c67ec
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="$(MSBuildThisFileDirectory)\..\Common.props" />

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand All @@ -13,13 +11,4 @@
<PackageTags>Diagnostic</PackageTags>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="$(MicrosoftDiagnosticsTracingLibraryVersion)" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions src/Tools/dotnet-analyze/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rollForwardOnNoCandidateFx": 2
}
3 changes: 3 additions & 0 deletions src/Tools/dotnet-counters/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rollForwardOnNoCandidateFx": 2
}
3 changes: 3 additions & 0 deletions src/Tools/dotnet-dump/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rollForwardOnNoCandidateFx": 2
}
3 changes: 3 additions & 0 deletions src/Tools/dotnet-sos/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rollForwardOnNoCandidateFx": 2
}
2 changes: 1 addition & 1 deletion src/Tools/dotnet-trace/dotnet-trace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

<IsPackable>True</IsPackable>
<PackAsTool>True</PackAsTool>
<RuntimeFrameworkVersion>2.1.0</RuntimeFrameworkVersion>
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64</PackAsToolShimRuntimeIdentifiers>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine.Experimental" Version="$(SystemCommandLineExperimentalVersion)" />
<PackageReference Include="System.CommandLine.Rendering" Version="$(SystemCommandLineRenderingVersion)" />
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="2.0.41" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Tools/dotnet-trace/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rollForwardOnNoCandidateFx": 2
}

0 comments on commit b2c67ec

Please sign in to comment.