Skip to content

Commit

Permalink
ReportBuilder use latest FR.OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Fast Reports committed Dec 23, 2020
1 parent 0d4ffcd commit 3574d6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<Import Project="..\..\..\UsedPackages.version"/>
<ItemGroup>
<PackageReference Include="FastReport.OpenSource" Version="2020.1.0" />
<PackageReference Include="FastReport.OpenSource" Version="$(FROSVersion)" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 3574d6b

Please sign in to comment.