1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{CD2C1552-4AF1-4DC2-B0E6-90CE48D38F27}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >WorldDomination.Net.Http</RootNamespace >
11
- <AssemblyName >WorldDomination.HttpClient.Helpers</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <NuGetPackageImportStamp >df64348f</NuGetPackageImportStamp >
4
+ <TargetFramework >netstandard1.4</TargetFramework >
5
+ <Description >Some simple System.Net.Http.HttpClient helpers to help with your unit tests or when you don't really want to call the endpoint.</Description >
6
+ <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
7
+ <Company >World-Domination Technologies Pty. Ltd.</Company >
8
+ <Authors >Justin Adler and awesome contributors.</Authors >
9
+ <PackageId >WorldDomination.HttpClient.Helpers</PackageId >
10
+ <Version >0.0.0</Version >
11
+ <Product >HttpClient helpers for System.Net.Http.HttpClient</Product >
12
+ <Copyright >2014</Copyright >
13
+ <PackageLicenseUrl >https://raw.githubusercontent.com/PureKrome/HttpClient.Helpers/master/LICENSE</PackageLicenseUrl >
14
+ <PackageProjectUrl >https://github.com/PureKrome/HttpClient.Helpers</PackageProjectUrl >
15
+ <PackageIconUrl >http://i.imgur.com/bR4Yf.jpg</PackageIconUrl >
16
+ <RepositoryUrl >https://github.com/PureKrome/HttpClient.Helpers</RepositoryUrl >
17
+ <PackageTags >httpclient worlddomination worldomination unicorn magicalunicorn magical-unicorn</PackageTags >
15
18
</PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <DebugSymbols >true</DebugSymbols >
18
- <DebugType >full</DebugType >
19
- <Optimize >false</Optimize >
20
- <OutputPath >bin\Debug\</OutputPath >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >pdbonly</DebugType >
27
- <Optimize >true</Optimize >
28
- <OutputPath >bin\Release\</OutputPath >
29
- <DefineConstants >TRACE</DefineConstants >
30
- <ErrorReport >prompt</ErrorReport >
31
- <WarningLevel >4</WarningLevel >
32
- </PropertyGroup >
33
- <ItemGroup >
34
- <Reference Include =" System" />
35
- <Reference Include =" System.Core" />
36
- <Reference Include =" Microsoft.CSharp" />
37
- <Reference Include =" System.Net.Http" />
38
- <Reference Include =" System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
39
- <SpecificVersion >False</SpecificVersion >
40
- <HintPath >..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath >
41
- </Reference >
42
- <Reference Include =" System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
43
- <SpecificVersion >False</SpecificVersion >
44
- <HintPath >..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath >
45
- </Reference >
46
- <Reference Include =" System.Net.Http.WebRequest" />
47
- </ItemGroup >
48
- <ItemGroup >
49
- <Compile Include =" FakeMessageHandler.cs" />
50
- <Compile Include =" HttpMessageOptions.cs" />
51
- <Compile Include =" Properties\AssemblyInfo.cs" />
52
- </ItemGroup >
19
+
53
20
<ItemGroup >
54
- <None Include =" packages.config" />
21
+ <None Remove =" HttpClient.Helpers.nuspec" />
22
+ <None Remove =" packages.config" />
55
23
</ItemGroup >
56
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57
- <Import Project =" ..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition =" Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
58
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
59
- <PropertyGroup >
60
- <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 >
61
- </PropertyGroup >
62
- <Error Condition =" !Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
63
- </Target >
64
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65
- Other similar extension points exist, see Microsoft.Common.targets.
66
- <Target Name="BeforeBuild">
67
- </Target>
68
- <Target Name="AfterBuild">
69
- </Target>
70
- -->
24
+
71
25
</Project >
0 commit comments