Skip to content

Commit

Permalink
multi target
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Aug 2, 2017
1 parent 5bec2e4 commit 25d82ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jsreport.Shared/jsreport.Shared.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFrameworks>netstandard1.6;net45</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.0-beta1</Version>
<Version>1.0.0-beta1</Version>
<Authors>Jan Blaha</Authors>
<Company>jsreport</Company>
<Product>jsreport</Product>
Expand All @@ -15,6 +15,8 @@
<RepositoryUrl>https://github.com/jsreport/jsreport-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>jsreport</PackageTags>
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport-dotnet-shared/releases</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<Choose>
Expand All @@ -25,7 +27,7 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Types" Version="1.7.0-beta1" />
<PackageReference Include="jsreport.Types" Version="1.7.0-beta2" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 25d82ee

Please sign in to comment.