|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
3 |
| - <Import Project="..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" /> |
| 3 | + <Import Project="..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" /> |
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
11 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
12 | 12 | <RootNamespace>EveOPreview</RootNamespace>
|
13 | 13 | <AssemblyName>EVE-O Preview</AssemblyName>
|
14 |
| - <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
15 | 15 | <NuGetPackageImportStamp>
|
16 | 16 | </NuGetPackageImportStamp>
|
17 | 17 | <TargetFrameworkProfile />
|
|
76 | 76 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
77 | 77 | </PropertyGroup>
|
78 | 78 | <ItemGroup>
|
79 |
| - <Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
80 |
| - <HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath> |
| 79 | + <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath> |
81 | 81 | </Reference>
|
82 |
| - <Reference Include="LightInject, Version=5.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
83 |
| - <HintPath>..\packages\LightInject.5.4.0\lib\net46\LightInject.dll</HintPath> |
| 82 | + <Reference Include="LightInject, Version=6.3.3.0, Culture=neutral, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\LightInject.6.3.3\lib\net46\LightInject.dll</HintPath> |
84 | 84 | </Reference>
|
85 |
| - <Reference Include="MediatR, Version=6.0.0.0, Culture=neutral, PublicKeyToken=bb9a41a5e8aaa7e2, processorArchitecture=MSIL"> |
86 |
| - <HintPath>..\packages\MediatR.6.0.0\lib\net461\MediatR.dll</HintPath> |
| 85 | + <Reference Include="MediatR, Version=8.0.1.0, Culture=neutral, PublicKeyToken=bb9a41a5e8aaa7e2, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\MediatR.8.0.1\lib\net461\MediatR.dll</HintPath> |
87 | 87 | </Reference>
|
88 | 88 | <Reference Include="Microsoft.CSharp" />
|
89 | 89 | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
90 |
| - <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 90 | + <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
91 | 91 | </Reference>
|
92 | 92 | <Reference Include="System" />
|
93 | 93 | <Reference Include="System.Deployment" />
|
|
97 | 97 | <Reference Include="System.Runtime" />
|
98 | 98 | <Reference Include="System.Threading.Tasks" />
|
99 | 99 | <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
100 |
| - <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
| 100 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
101 | 101 | </Reference>
|
102 | 102 | <Reference Include="System.Windows.Forms" />
|
103 | 103 | <Reference Include="System.XML" />
|
|
237 | 237 | </ItemGroup>
|
238 | 238 | <ItemGroup />
|
239 | 239 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
240 |
| - <Import Project="..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\packages\Fody.4.0.2\build\Fody.targets')" /> |
241 | 240 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
242 | 241 | <PropertyGroup>
|
243 | 242 | <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>
|
244 | 243 | </PropertyGroup>
|
245 |
| - <Error Condition="!Exists('..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.0.2\build\Fody.targets'))" /> |
246 |
| - <Error Condition="!Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" /> |
| 244 | + <Error Condition="!Exists('..\packages\Fody.6.1.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.1.1\build\Fody.targets'))" /> |
| 245 | + <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'))" /> |
247 | 246 | </Target>
|
| 247 | + <Import Project="..\packages\Fody.6.1.1\build\Fody.targets" Condition="Exists('..\packages\Fody.6.1.1\build\Fody.targets')" /> |
248 | 248 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
249 | 249 | Other similar extension points exist, see Microsoft.Common.targets.
|
250 | 250 | <Target Name="BeforeBuild">
|
|
0 commit comments