1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.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+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{49000770-7C59-4B43-8B09-DDE00E094780}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >CorrelatorSharp.RestSharp</RootNamespace >
4+ <PackageId >CorrelatorSharp.RestSharp</PackageId >
5+
6+ <Version >1.2.0</Version >
7+
8+ <!-- Bump the assembly version only on major releases-->
9+ <AssemblyVersion >1.1.0.0</AssemblyVersion >
10+
1111 <AssemblyName >CorrelatorSharp.RestSharp</AssemblyName >
12- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
12+ <Description >CorrelatorSharp, a set of tools for adding correlation identifiers for actions performed by users and machine across your applications. Your one stop shop for context-aware logging and diagnostics.</Description >
13+ <Authors >Ivan Zlatev, Jason Dryhurst-Smith</Authors >
14+ <TargetFrameworks >net46;netstandard2.0</TargetFrameworks >
15+ <PackageTags >context;correlation;logging;diagnostics</PackageTags >
16+ <PackageProjectUrl >https://github.com/CorrelatorSharp/CorrelatorSharp</PackageProjectUrl >
17+ <PackageLicenseUrl >https://github.com/CorrelatorSharp/CorrelatorSharp/blob/master/LICENSE.txt</PackageLicenseUrl >
1518 </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 =" CorrelatorSharp, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
35- <HintPath >..\packages\CorrelatorSharp.1.1.0\lib\net46\CorrelatorSharp.dll</HintPath >
36- <Private >True</Private >
37- </Reference >
38- <Reference Include =" RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL" >
39- <HintPath >..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath >
40- <Private >True</Private >
41- </Reference >
42- <Reference Include =" System" />
43- </ItemGroup >
44- <ItemGroup >
45- <Compile Include =" IRestClientCorrelationIdHeaderExtensions.cs" />
46- <Compile Include =" IRestRequestCorrelationIdHeaderExtensions.cs" />
47- <Compile Include =" Properties\AssemblyInfo.cs" />
48- </ItemGroup >
19+
4920 <ItemGroup >
50- <None Include =" CorrelatorSharp.RestSharp.nuspec " />
51- <None Include =" packages.config " />
21+ <PackageReference Include =" CorrelatorSharp" Version = " [1.4,2) " />
22+ <PackageReference Include =" RestSharp " Version = " [106.2,107) " />
5223 </ItemGroup >
53- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55- Other similar extension points exist, see Microsoft.Common.targets.
56- <Target Name="BeforeBuild">
57- </Target>
58- <Target Name="AfterBuild">
59- </Target>
60- -->
61- </Project >
24+
25+ </Project >
0 commit comments