Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit af9a10e

Browse files
allow net45 compilation for abstractions so some common SDKs may take a dependency on it (#86)
1 parent f811a11 commit af9a10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenCensus.Abstractions/OpenCensus.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'OpenCensus.sln'))\build\Common.prod.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
55
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netstandard2.0</TargetFrameworks>
66
<Description>OpenCensus .NET API abstractions</Description>
77
<IncludeSymbols>True</IncludeSymbols>

0 commit comments

Comments
 (0)