|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.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 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 4 | <PropertyGroup> |
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
10 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 10 | <RootNamespace>Autofac.Integration.WebApi.Owin.Test</RootNamespace> |
12 | 11 | <AssemblyName>Autofac.Integration.WebApi.Owin.Test</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
14 | 13 | <FileAlignment>512</FileAlignment> |
15 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir> |
16 | 15 | <RestorePackages>true</RestorePackages> |
|
41 | 40 | <AssemblyOriginatorKeyFile>..\..\Autofac.snk</AssemblyOriginatorKeyFile> |
42 | 41 | </PropertyGroup> |
43 | 42 | <ItemGroup> |
44 | | - <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - <HintPath>..\..\packages\Autofac.3.5.0\lib\net40\Autofac.dll</HintPath> |
47 | | - </Reference> |
48 | | - <Reference Include="Autofac.Integration.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\..\packages\Autofac.Owin.4.0.0\lib\net45\Autofac.Integration.Owin.dll</HintPath> |
50 | | - <Private>True</Private> |
51 | | - </Reference> |
52 | | - <Reference Include="Autofac.Integration.WebApi"> |
53 | | - <HintPath>..\..\packages\Autofac.WebApi2.3.4.0\lib\net45\Autofac.Integration.WebApi.dll</HintPath> |
54 | | - </Reference> |
55 | | - <Reference Include="Microsoft.Owin, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
56 | | - <SpecificVersion>False</SpecificVersion> |
57 | | - <HintPath>..\..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath> |
58 | | - </Reference> |
59 | | - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
60 | | - <HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
61 | | - </Reference> |
62 | | - <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> |
63 | | - <SpecificVersion>False</SpecificVersion> |
64 | | - <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
65 | | - </Reference> |
66 | 43 | <Reference Include="System" /> |
67 | 44 | <Reference Include="System.Core" /> |
68 | 45 | <Reference Include="Microsoft.CSharp" /> |
69 | 46 | <Reference Include="System.Net.Http" /> |
70 | | - <Reference Include="System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
71 | | - <SpecificVersion>False</SpecificVersion> |
72 | | - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
73 | | - </Reference> |
74 | | - <Reference Include="System.Web.Http, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
75 | | - <SpecificVersion>False</SpecificVersion> |
76 | | - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.0\lib\net45\System.Web.Http.dll</HintPath> |
77 | | - </Reference> |
78 | | - <Reference Include="System.Web.Http.Owin, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
79 | | - <SpecificVersion>False</SpecificVersion> |
80 | | - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Owin.5.2.0\lib\net45\System.Web.Http.Owin.dll</HintPath> |
81 | | - </Reference> |
82 | | - <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
83 | | - <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
84 | | - <Private>True</Private> |
85 | | - </Reference> |
86 | | - <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
87 | | - <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath> |
88 | | - <Private>True</Private> |
89 | | - </Reference> |
90 | | - <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
91 | | - <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath> |
92 | | - <Private>True</Private> |
93 | | - </Reference> |
94 | | - <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
95 | | - <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath> |
96 | | - <Private>True</Private> |
97 | | - </Reference> |
98 | 47 | </ItemGroup> |
99 | 48 | <ItemGroup> |
100 | 49 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
109 | 58 | </ItemGroup> |
110 | 59 | <ItemGroup> |
111 | 60 | <None Include="App.config" /> |
112 | | - <None Include="packages.config" /> |
113 | 61 | </ItemGroup> |
114 | 62 | <ItemGroup> |
115 | 63 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
116 | 64 | </ItemGroup> |
| 65 | + <ItemGroup> |
| 66 | + <PackageReference Include="Autofac"> |
| 67 | + <Version>5.0.0</Version> |
| 68 | + </PackageReference> |
| 69 | + <PackageReference Include="Autofac.Owin"> |
| 70 | + <Version>5.0.1</Version> |
| 71 | + </PackageReference> |
| 72 | + <PackageReference Include="Autofac.WebApi2"> |
| 73 | + <Version>5.0.0</Version> |
| 74 | + </PackageReference> |
| 75 | + <PackageReference Include="Microsoft.AspNet.WebApi.Owin"> |
| 76 | + <Version>5.2.0</Version> |
| 77 | + </PackageReference> |
| 78 | + <PackageReference Include="Newtonsoft.Json"> |
| 79 | + <Version>5.0.8</Version> |
| 80 | + </PackageReference> |
| 81 | + <PackageReference Include="xunit"> |
| 82 | + <Version>2.1.0</Version> |
| 83 | + </PackageReference> |
| 84 | + <PackageReference Include="xunit.runner.console"> |
| 85 | + <Version>2.1.0</Version> |
| 86 | + </PackageReference> |
| 87 | + <PackageReference Include="xunit.runner.visualstudio"> |
| 88 | + <Version>2.1.0</Version> |
| 89 | + </PackageReference> |
| 90 | + </ItemGroup> |
117 | 91 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
118 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
119 | | - <PropertyGroup> |
120 | | - <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> |
121 | | - </PropertyGroup> |
122 | | - <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'))" /> |
123 | | - </Target> |
124 | 92 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
125 | 93 | Other similar extension points exist, see Microsoft.Common.targets. |
126 | 94 | <Target Name="BeforeBuild"> |
|
0 commit comments