Skip to content

Commit

Permalink
added multitargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
gdivis committed Aug 18, 2020
1 parent 9328813 commit d993830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Azure/InedoExtension/InedoExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<AssemblyName>Azure</AssemblyName>
<RootNamespace>Inedo.Extensions.Azure</RootNamespace>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>net452;netcoreapp3.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.2.0" />
<PackageReference Include="Inedo.SDK" Version="1.8.1-rc.4">
<PackageReference Include="Inedo.SDK" Version="1.9.0-ci.37">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit d993830

Please sign in to comment.