Skip to content

Commit

Permalink
Add netcoreapp3.1 target to tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Feb 12, 2021
1 parent 92f1252 commit 87ce899
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;net472</TargetFrameworks>
<TargetFrameworks>net5.0;netcoreapp3.1;net472</TargetFrameworks>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DebugType>none</DebugType>
<GenerateDependencyFile>false</GenerateDependencyFile>
Expand Down

0 comments on commit 87ce899

Please sign in to comment.