Update dotnetsay tool to roll-forward (#5090)

* Update dotnetsay tool to roll-forward

* Update samples/dotnetsay/dotnetsay.csproj
This commit is contained in:
Rich Lander 2020-08-20 17:05:08 -07:00 committed by GitHub
parent b11e783dc8
commit 033814807f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Description>A simple .NET Core global tool called "dotnetsay".</Description>
<LangVersion>Latest</LangVersion>
<VersionPrefix>2.1.4</VersionPrefix>
<VersionPrefix>2.1.5</VersionPrefix>
<Authors>.NET Team</Authors>
<Product>dotnetsay</Product>
<Copyright>MIT</Copyright>
@ -15,10 +14,12 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<!-- Optional performance setting - enables tiered JIT compilation-->
<TieredCompilation>true</TieredCompilation>
<!--
Enables tool to run on any runtime version.
Will run on .NET Core 2.1 if available. Otherwise, the latest.
-->
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup Condition="'$(ContinuousIntegrationBuild)'=='true'">