Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 3cd96d3

Browse files
committed
Merge branch 'hotfix/1.0.1' into develop
* hotfix/1.0.1: (GH-40) Only target one framework (maint) Fix line endings
2 parents 67af238 + e09ce25 commit 3cd96d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Cake.DotNetTool.Module/Cake.DotNetTool.Module.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net50;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<IncludeSymbols>true</IncludeSymbols>
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)