Skip to content

Commit 80e9dcd

Browse files
committed
target multiple frameworks (on top of standard)
1 parent 474b76b commit 80e9dcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/TableStorage.Abstractions.TableEntityConverters/TableStorage.Abstractions.TableEntityConverters.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;netcoreapp2.0;net462</TargetFrameworks>
55
<Version>1.1.1</Version>
66
<Authors>Giovanni Galbo</Authors>
77
<Company>Giovanni Galbo</Company>
@@ -15,6 +15,10 @@
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
</PropertyGroup>
1717

18+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
19+
<DefineConstants>TRACE;RELEASE;NETSTANDARD2_0</DefineConstants>
20+
</PropertyGroup>
21+
1822
<ItemGroup>
1923
<PackageReference Include="WindowsAzure.Storage" Version="8.4.0" />
2024
</ItemGroup>

0 commit comments

Comments
 (0)