Skip to content

Commit

Permalink
Add netstandard2.0 target to tools package (#702)
Browse files Browse the repository at this point in the history
* Add netcoreapp3.1 target to tools package

* netstandard2.0
  • Loading branch information
tmat committed Jul 27, 2021
1 parent 4604c2e commit 040e4c0
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;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DebugType>none</DebugType>
<GenerateDependencyFile>false</GenerateDependencyFile>
Expand Down

0 comments on commit 040e4c0

Please sign in to comment.