|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" /> |
4 | | - <Import Project="..\..\packages\xunit.runner.console.2.3.1\build\xunit.runner.console.props" Condition="Exists('..\..\packages\xunit.runner.console.2.3.1\build\xunit.runner.console.props')" /> |
5 | | - <Import Project="..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.props" Condition="Exists('..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.props')" /> |
6 | | - <Import Project="..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" /> |
7 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
8 | 4 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.SessionState.sln))\tools\SqlSessionStateProviderAsync.settings.targets" /> |
9 | 5 | <PropertyGroup> |
|
48 | 44 | <DelaySign>true</DelaySign> |
49 | 45 | </PropertyGroup> |
50 | 46 | <ItemGroup> |
51 | | - <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
52 | | - <HintPath>..\..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath> |
53 | | - </Reference> |
54 | | - <Reference Include="Moq, Version=4.7.137.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
55 | | - <HintPath>..\..\packages\Moq.4.7.137\lib\net45\Moq.dll</HintPath> |
56 | | - </Reference> |
57 | 47 | <Reference Include="System" /> |
58 | 48 | <Reference Include="System.Configuration" /> |
59 | 49 | <Reference Include="System.Core" /> |
60 | | - <Reference Include="System.Threading.Tasks.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
61 | | - <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.4.0\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath> |
62 | | - </Reference> |
63 | | - <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
64 | | - <HintPath>..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath> |
65 | | - </Reference> |
66 | 50 | <Reference Include="System.Web" /> |
67 | 51 | <Reference Include="System.Xml.Linq" /> |
68 | 52 | <Reference Include="System.Data.DataSetExtensions" /> |
69 | 53 | <Reference Include="Microsoft.CSharp" /> |
70 | 54 | <Reference Include="System.Data" /> |
71 | 55 | <Reference Include="System.Net.Http" /> |
72 | 56 | <Reference Include="System.Xml" /> |
73 | | - <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
74 | | - <HintPath>..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
75 | | - <Private>True</Private> |
76 | | - </Reference> |
77 | | - <Reference Include="xunit.assert, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
78 | | - <HintPath>..\..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll</HintPath> |
79 | | - </Reference> |
80 | | - <Reference Include="xunit.core, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
81 | | - <HintPath>..\..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll</HintPath> |
82 | | - </Reference> |
83 | | - <Reference Include="xunit.execution.desktop, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
84 | | - <HintPath>..\..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll</HintPath> |
85 | | - </Reference> |
86 | 57 | </ItemGroup> |
87 | 58 | <ItemGroup> |
88 | 59 | <Compile Include="SqlCommandHelperTest.cs" /> |
89 | 60 | <Compile Include="SqlSessionStateAsyncProviderTest.cs" /> |
90 | 61 | <Compile Include="Properties\AssemblyInfo.cs" /> |
91 | 62 | </ItemGroup> |
92 | | - <ItemGroup> |
93 | | - <None Include="app.config" /> |
94 | | - <None Include="packages.config" /> |
95 | | - </ItemGroup> |
96 | 63 | <ItemGroup> |
97 | 64 | <ProjectReference Include="..\..\src\SessionStateModule\Microsoft.AspNet.SessionState.SessionStateModule.csproj"> |
98 | 65 | <Project>{7238f90d-3bce-4f40-a5ba-ea36ad484bd6}</Project> |
|
104 | 71 | </ProjectReference> |
105 | 72 | </ItemGroup> |
106 | 73 | <ItemGroup> |
107 | | - <Analyzer Include="..\..\packages\xunit.analyzers.0.7.0\analyzers\dotnet\cs\xunit.analyzers.dll" /> |
| 74 | + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
108 | 75 | </ItemGroup> |
109 | 76 | <ItemGroup> |
110 | | - <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 77 | + <PackageReference Include="Castle.Core"> |
| 78 | + <Version>4.2.1</Version> |
| 79 | + </PackageReference> |
| 80 | + <PackageReference Include="Moq"> |
| 81 | + <Version>4.7.137</Version> |
| 82 | + </PackageReference> |
| 83 | + <PackageReference Include="xunit"> |
| 84 | + <Version>2.3.1</Version> |
| 85 | + </PackageReference> |
| 86 | + <PackageReference Include="xunit.runner.console"> |
| 87 | + <Version>2.3.1</Version> |
| 88 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 89 | + <PrivateAssets>all</PrivateAssets> |
| 90 | + </PackageReference> |
| 91 | + <PackageReference Include="xunit.runner.msbuild"> |
| 92 | + <Version>2.3.1</Version> |
| 93 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 94 | + <PrivateAssets>all</PrivateAssets> |
| 95 | + </PackageReference> |
| 96 | + <PackageReference Include="xunit.runner.visualstudio"> |
| 97 | + <Version>2.3.1</Version> |
| 98 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 99 | + <PrivateAssets>all</PrivateAssets> |
| 100 | + </PackageReference> |
111 | 101 | </ItemGroup> |
112 | 102 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
113 | 103 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
114 | 104 | <PropertyGroup> |
115 | 105 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
116 | 106 | </PropertyGroup> |
117 | 107 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
118 | | - <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props'))" /> |
119 | | - <Error Condition="!Exists('..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.props'))" /> |
120 | | - <Error Condition="!Exists('..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.targets'))" /> |
121 | | - <Error Condition="!Exists('..\..\packages\xunit.runner.console.2.3.1\build\xunit.runner.console.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.console.2.3.1\build\xunit.runner.console.props'))" /> |
122 | | - <Error Condition="!Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.props'))" /> |
123 | | - <Error Condition="!Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" /> |
124 | 108 | </Target> |
125 | | - <Import Project="..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.targets" Condition="Exists('..\..\packages\xunit.runner.msbuild.2.3.1\build\net452\xunit.runner.msbuild.targets')" /> |
126 | | - <Import Project="..\..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" /> |
127 | 109 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
128 | 110 | Other similar extension points exist, see Microsoft.Common.targets. |
129 | 111 | <Target Name="BeforeBuild"> |
|
0 commit comments