Skip to content

Commit fcc95d0

Browse files
author
Travis Illig
committed
Updated Autofac.Owin and xunit packages.
1 parent 4cf9f39 commit fcc95d0

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

src/Autofac.Integration.WebApi.Owin/Autofac.Integration.WebApi.Owin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<HintPath>..\..\packages\Autofac.3.5.0\lib\net40\Autofac.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Autofac.Integration.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Autofac.Owin.4.0.0-beta7-223\lib\net45\Autofac.Integration.Owin.dll</HintPath>
54+
<HintPath>..\..\packages\Autofac.Owin.4.0.0\lib\net45\Autofac.Integration.Owin.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Autofac.Integration.WebApi">

src/Autofac.Integration.WebApi.Owin/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.5.0" targetFramework="net45" />
4-
<package id="Autofac.Owin" version="4.0.0-beta7-223" targetFramework="net45" />
4+
<package id="Autofac.Owin" version="4.0.0" targetFramework="net45" />
55
<package id="Autofac.WebApi2" version="3.4.0" targetFramework="net45" />
66
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.0" targetFramework="net45" />
77
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.0" targetFramework="net45" />

test/Autofac.Integration.WebApi.Owin.Test/Autofac.Integration.WebApi.Owin.Test.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" />
4-
<Import Project="..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
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')" />
54
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
65
<PropertyGroup>
76
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -47,7 +46,7 @@
4746
<HintPath>..\..\packages\Autofac.3.5.0\lib\net40\Autofac.dll</HintPath>
4847
</Reference>
4948
<Reference Include="Autofac.Integration.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
50-
<HintPath>..\..\packages\Autofac.Owin.4.0.0-beta7-223\lib\net45\Autofac.Integration.Owin.dll</HintPath>
49+
<HintPath>..\..\packages\Autofac.Owin.4.0.0\lib\net45\Autofac.Integration.Owin.dll</HintPath>
5150
<Private>True</Private>
5251
</Reference>
5352
<Reference Include="Autofac.Integration.WebApi">
@@ -84,12 +83,16 @@
8483
<HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
8584
<Private>True</Private>
8685
</Reference>
87-
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
88-
<HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
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>
8988
<Private>True</Private>
9089
</Reference>
91-
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
92-
<HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
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>
9396
<Private>True</Private>
9497
</Reference>
9598
</ItemGroup>
@@ -116,8 +119,7 @@
116119
<PropertyGroup>
117120
<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>
118121
</PropertyGroup>
119-
<Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
120-
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props'))" />
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'))" />
121123
</Target>
122124
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123125
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.5.0" targetFramework="net45" />
4-
<package id="Autofac.Owin" version="4.0.0-beta7-223" targetFramework="net45" />
4+
<package id="Autofac.Owin" version="4.0.0" targetFramework="net45" />
55
<package id="Autofac.WebApi2" version="3.4.0" targetFramework="net45" />
66
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.0" targetFramework="net45" />
77
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.0" targetFramework="net45" />
88
<package id="Microsoft.AspNet.WebApi.Owin" version="5.2.0" targetFramework="net45" />
99
<package id="Microsoft.Owin" version="3.0.0" targetFramework="net45" />
1010
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
1111
<package id="Owin" version="1.0" targetFramework="net45" />
12-
<package id="xunit" version="2.0.0" targetFramework="net45" />
12+
<package id="xunit" version="2.1.0" targetFramework="net45" />
1313
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
14-
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
15-
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
16-
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
17-
<package id="xunit.runner.console" version="2.0.0" targetFramework="net45" />
18-
<package id="xunit.runner.visualstudio" version="2.0.1" targetFramework="net45" />
14+
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
15+
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
16+
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
17+
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
18+
<package id="xunit.runner.console" version="2.1.0" targetFramework="net45" />
19+
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
1920
</packages>

0 commit comments

Comments
 (0)