|
10 | 10 | <OutputType>WinExe</OutputType>
|
11 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
12 | 12 | <RootNamespace>ParquetFileViewer</RootNamespace>
|
13 |
| - <AssemblyName>ParquetFileViewer</AssemblyName> |
| 13 | + <AssemblyName>ParquetViewer</AssemblyName> |
14 | 14 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
15 | 15 | <FileAlignment>512</FileAlignment>
|
16 | 16 | <TargetFrameworkProfile />
|
|
47 | 47 | <HintPath>..\packages\IronSnappy.1.3.0\lib\netstandard2.0\IronSnappy.dll</HintPath>
|
48 | 48 | </Reference>
|
49 | 49 | <Reference Include="Parquet, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d380b3dee6d01926, processorArchitecture=MSIL">
|
50 |
| - <HintPath>..\packages\Parquet.Net.3.8.3\lib\netstandard2.0\Parquet.dll</HintPath> |
| 50 | + <HintPath>..\packages\Parquet.Net.3.8.6\lib\netstandard2.0\Parquet.dll</HintPath> |
51 | 51 | </Reference>
|
52 | 52 | <Reference Include="System" />
|
53 | 53 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
148 | 148 | <PropertyGroup>
|
149 | 149 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
150 | 150 | </PropertyGroup>
|
151 |
| - <Error Condition="!Exists('..\packages\Fody.6.3.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.3.0\build\Fody.targets'))" /> |
152 | 151 | <Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
|
| 152 | + <Error Condition="!Exists('..\packages\Fody.6.5.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.5.0\build\Fody.targets'))" /> |
153 | 153 | </Target>
|
154 |
| - <Import Project="..\packages\Fody.6.3.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.3.0\build\Fody.targets')" /> |
| 154 | + <Import Project="..\packages\Fody.6.5.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.5.0\build\Fody.targets')" /> |
155 | 155 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
156 | 156 | Other similar extension points exist, see Microsoft.Common.targets.
|
157 | 157 | <Target Name="BeforeBuild">
|
|
0 commit comments