mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 08:55:28 +08:00 
			
		
		
		
	upgraded to vs2017
This commit is contained in:
		
							
								
								
									
										44
									
								
								test/Ocelot.UnitTests/Ocelot.UnitTests.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								test/Ocelot.UnitTests/Ocelot.UnitTests.csproj
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
<Project Sdk="Microsoft.NET.Sdk">
 | 
			
		||||
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <VersionPrefix>0.0.0-dev</VersionPrefix>
 | 
			
		||||
    <TargetFramework>netcoreapp1.1</TargetFramework>
 | 
			
		||||
    <AssemblyName>Ocelot.UnitTests</AssemblyName>
 | 
			
		||||
    <PackageId>Ocelot.UnitTests</PackageId>
 | 
			
		||||
    <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
 | 
			
		||||
    <RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;win7-x64;win10-x64</RuntimeIdentifiers>
 | 
			
		||||
    <RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
 | 
			
		||||
    <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
 | 
			
		||||
    <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
 | 
			
		||||
    <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="..\..\src\Ocelot\Ocelot.csproj" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
 | 
			
		||||
    <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Moq" Version="4.6.38-alpha" />
 | 
			
		||||
    <PackageReference Include="Shouldly" Version="2.8.2" />
 | 
			
		||||
    <PackageReference Include="TestStack.BDDfy" Version="4.3.2" />
 | 
			
		||||
    <PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
@@ -1,22 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
 | 
			
		||||
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
 | 
			
		||||
  <PropertyGroup Label="Globals">
 | 
			
		||||
    <ProjectGuid>54e84f1a-e525-4443-96ec-039cbd50c263</ProjectGuid>
 | 
			
		||||
    <RootNamespace>Ocelot.UnitTests</RootNamespace>
 | 
			
		||||
    <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
 | 
			
		||||
    <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
 | 
			
		||||
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <SchemaVersion>2.0</SchemaVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
 | 
			
		||||
</Project>
 | 
			
		||||
@@ -1,42 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "0.0.0-dev",
 | 
			
		||||
 | 
			
		||||
  "testRunner": "xunit",
 | 
			
		||||
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "dotnet-test-xunit": "2.2.0-preview2-build1029",
 | 
			
		||||
        "Microsoft.AspNetCore.Authentication.OAuth": "1.1.0",
 | 
			
		||||
        "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.0",
 | 
			
		||||
        "Microsoft.AspNetCore.Http": "1.1.0",
 | 
			
		||||
        "Microsoft.AspNetCore.Mvc": "1.1.0",
 | 
			
		||||
        "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
 | 
			
		||||
        "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
 | 
			
		||||
        "Microsoft.AspNetCore.TestHost": "1.1.0",
 | 
			
		||||
        "Microsoft.DotNet.InternalAbstractions": "1.0.0",
 | 
			
		||||
        "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
 | 
			
		||||
        "Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
 | 
			
		||||
        "Microsoft.Extensions.Configuration.Json": "1.1.0",
 | 
			
		||||
        "Microsoft.Extensions.Logging": "1.1.0",
 | 
			
		||||
        "Microsoft.Extensions.Logging.Console": "1.1.0",
 | 
			
		||||
        "Microsoft.Extensions.Logging.Debug": "1.1.0",
 | 
			
		||||
        "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
 | 
			
		||||
        "Microsoft.NETCore.App": "1.1.0",
 | 
			
		||||
        "Moq": "4.6.38-alpha",
 | 
			
		||||
        "Ocelot": "0.0.0-dev",
 | 
			
		||||
        "Shouldly": "2.8.2",
 | 
			
		||||
        "TestStack.BDDfy": "4.3.2",
 | 
			
		||||
        "xunit": "2.2.0-rc1-build3507"
 | 
			
		||||
    },
 | 
			
		||||
  "runtimes": {
 | 
			
		||||
    "osx.10.11-x64":{},
 | 
			
		||||
    "osx.10.12-x64":{},
 | 
			
		||||
    "win7-x64": {},
 | 
			
		||||
    "win10-x64": {}
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": {
 | 
			
		||||
    "netcoreapp1.1": {
 | 
			
		||||
      "imports": [
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user