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 Jul 27, 2021
1 parent 4604c2e commit cfc8aae
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>net6.0;net472</TargetFrameworks>
<TargetFrameworks>net6.0;netcoreapp3.1;net472</TargetFrameworks>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DebugType>none</DebugType>
<GenerateDependencyFile>false</GenerateDependencyFile>
Expand Down

0 comments on commit cfc8aae

Please sign in to comment.