|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" /> |
4 | 3 | <PropertyGroup> |
5 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
14 | 13 | <FileAlignment>512</FileAlignment> |
15 | 14 | <SignAssembly>true</SignAssembly> |
16 | 15 | <AssemblyOriginatorKeyFile>..\..\Autofac.snk</AssemblyOriginatorKeyFile> |
17 | | - <TargetFrameworkVersion Condition="$(TargetFrameworkVersion)==''">v4.5.1</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion Condition="$(TargetFrameworkVersion)==''">v4.6.1</TargetFrameworkVersion> |
18 | 17 | <TargetFrameworkProfile Condition="$(TargetFrameworkVersion)==''"> |
19 | 18 | </TargetFrameworkProfile> |
20 | 19 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir> |
|
43 | 42 | <Prefer32Bit>false</Prefer32Bit> |
44 | 43 | </PropertyGroup> |
45 | 44 | <ItemGroup> |
46 | | - <Reference Include="Autofac, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\..\packages\Autofac.4.0.0\lib\net451\Autofac.dll</HintPath> |
48 | | - <Private>True</Private> |
49 | | - </Reference> |
50 | | - <Reference Include="Autofac.Integration.Wcf, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\..\packages\Autofac.Wcf.4.0.0\lib\net45\Autofac.Integration.Wcf.dll</HintPath> |
52 | | - <Private>True</Private> |
53 | | - </Reference> |
54 | | - <Reference Include="Autofac.Multitenant, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
55 | | - <HintPath>..\..\packages\Autofac.Multitenant.4.0.0\lib\net451\Autofac.Multitenant.dll</HintPath> |
56 | | - <Private>True</Private> |
57 | | - </Reference> |
58 | | - <Reference Include="Castle.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
59 | | - <SpecificVersion>False</SpecificVersion> |
60 | | - <HintPath>..\..\packages\Castle.Core.3.2.2\lib\net45\Castle.Core.dll</HintPath> |
61 | | - </Reference> |
62 | 45 | <Reference Include="System" /> |
63 | 46 | <Reference Include="System.ComponentModel.Composition" /> |
64 | 47 | <Reference Include="System.Core" /> |
|
73 | 56 | <Reference Include="Microsoft.CSharp" /> |
74 | 57 | <Reference Include="System.Data" /> |
75 | 58 | <Reference Include="System.Xml" /> |
76 | | - <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
77 | | - <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
78 | | - <Private>True</Private> |
79 | | - </Reference> |
80 | | - <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
81 | | - <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath> |
82 | | - <Private>True</Private> |
83 | | - </Reference> |
84 | | - <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
85 | | - <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath> |
86 | | - <Private>True</Private> |
87 | | - </Reference> |
88 | | - <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
89 | | - <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath> |
90 | | - <Private>True</Private> |
91 | | - </Reference> |
92 | 59 | </ItemGroup> |
93 | 60 | <ItemGroup> |
94 | 61 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
110 | 77 | </ItemGroup> |
111 | 78 | <ItemGroup> |
112 | 79 | <None Include="app.config" /> |
113 | | - <None Include="packages.config" /> |
114 | 80 | </ItemGroup> |
115 | 81 | <ItemGroup> |
116 | 82 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
117 | 83 | </ItemGroup> |
| 84 | + <ItemGroup> |
| 85 | + <PackageReference Include="Autofac"> |
| 86 | + <Version>5.1.1</Version> |
| 87 | + </PackageReference> |
| 88 | + <PackageReference Include="Autofac.Multitenant"> |
| 89 | + <Version>5.0.0</Version> |
| 90 | + </PackageReference> |
| 91 | + <PackageReference Include="Autofac.Wcf"> |
| 92 | + <Version>5.0.0</Version> |
| 93 | + </PackageReference> |
| 94 | + <PackageReference Include="Castle.Core"> |
| 95 | + <Version>3.2.2</Version> |
| 96 | + </PackageReference> |
| 97 | + <PackageReference Include="xunit"> |
| 98 | + <Version>2.1.0</Version> |
| 99 | + </PackageReference> |
| 100 | + <PackageReference Include="xunit.runner.visualstudio"> |
| 101 | + <Version>2.1.0</Version> |
| 102 | + </PackageReference> |
| 103 | + </ItemGroup> |
118 | 104 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
119 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
120 | | - <PropertyGroup> |
121 | | - <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> |
122 | | - </PropertyGroup> |
123 | | - <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" /> |
124 | | - </Target> |
125 | 105 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
126 | 106 | Other similar extension points exist, see Microsoft.Common.targets. |
127 | 107 | <Target Name="BeforeBuild"> |
|
0 commit comments