Skip to content

Commit

Permalink
Add RollForward to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed May 30, 2020
1 parent 7a5df81 commit e07b675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/dotnet-format.UnitTests.csproj
@@ -1,10 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>8.0</LangVersion>
<IsPackable>false</IsPackable>
<RootNamespace>Microsoft.CodeAnalysis.Tools.Tests</RootNamespace>

<!-- Always run on the latest runtime installed. -->
<RollForward>LatestMajor</RollForward>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e07b675

Please sign in to comment.