|
1 |
| -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
2 | 2 | <PropertyGroup Label="Configuration">
|
3 | 3 | <SignAssembly>True</SignAssembly>
|
4 | 4 | <DelaySign>False</DelaySign>
|
|
45 | 45 | </ItemGroup>
|
46 | 46 | <ItemGroup>
|
47 | 47 | <ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
|
48 |
| - <PackageReference Include="itext7" Version="7.2.1-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" /> |
| 48 | + <PackageReference Include="itext7" Version="7.2.1" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" /> |
49 | 49 | <ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
|
50 | 50 | <ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj')" />
|
51 | 51 | <ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.netstandard.csproj')" />
|
52 | 52 | <ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj')" />
|
53 | 53 | <ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" />
|
54 |
| - <PackageReference Include="itext7.hyph" Version="7.2.1-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" /> |
| 54 | + <PackageReference Include="itext7.hyph" Version="7.2.1" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" /> |
55 | 55 | <ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
|
56 |
| - <PackageReference Include="itext7.pdftest" Version="7.2.1-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" /> |
| 56 | + <PackageReference Include="itext7.pdftest" Version="7.2.1" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" /> |
57 | 57 | <ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.netstandard.csproj')" />
|
58 | 58 | <ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.netstandard.csproj')" />
|
59 | 59 | <ProjectReference Include="..\..\itext\itext.html2pdf\itext.html2pdf.csproj" />
|
|
0 commit comments