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
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{7111FE2C-30FA-4DC4-B14F-9F8597FC0FBC}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >CorrelatorSharp.Logging.Tests</RootNamespace >
11
- <AssemblyName >CorrelatorSharp.Logging.Tests</AssemblyName >
12
- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <TargetFrameworkProfile />
4
+ <TargetFrameworks >netcoreapp2.0;net46</TargetFrameworks >
5
+ <IsPackable >false</IsPackable >
15
6
</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 =" Machine.Specifications, Version=0.9.3.0, Culture=neutral, processorArchitecture=MSIL" >
35
- <HintPath >..\packages\Machine.Specifications.0.9.3\lib\net45\Machine.Specifications.dll</HintPath >
36
- <Private >True</Private >
37
- </Reference >
38
- <Reference Include =" Machine.Specifications.Clr4, Version=0.9.3.0, Culture=neutral, processorArchitecture=MSIL" >
39
- <HintPath >..\packages\Machine.Specifications.0.9.3\lib\net45\Machine.Specifications.Clr4.dll</HintPath >
40
- <Private >True</Private >
41
- </Reference >
42
- <Reference Include =" Machine.Specifications.Should, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
43
- <HintPath >..\packages\Machine.Specifications.Should.0.8.0\lib\net45\Machine.Specifications.Should.dll</HintPath >
44
- <Private >True</Private >
45
- </Reference >
46
- <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
47
- <Reference Include =" System" />
48
- <Reference Include =" System.Core" />
49
- <Reference Include =" System.Xml.Linq" />
50
- <Reference Include =" System.Data.DataSetExtensions" />
51
- <Reference Include =" Microsoft.CSharp" />
52
- <Reference Include =" System.Data" />
53
- <Reference Include =" System.Net.Http" />
54
- <Reference Include =" System.Xml" />
55
- </ItemGroup >
56
- <ItemGroup >
57
- <Compile Include =" ConfigurationSpecs.cs" />
58
- <Compile Include =" Properties\AssemblyInfo.cs" />
59
- <Compile Include =" LogManagerSpecs.cs" />
60
- </ItemGroup >
7
+
61
8
<ItemGroup >
62
- <ProjectReference Include =" ..\CorrelatorSharp.Logging\CorrelatorSharp.Logging.csproj" >
63
- <Project >{e9b4f62a-e338-41c2-89e0-2fd70eb5c5f9}</Project >
64
- <Name >CorrelatorSharp.Logging</Name >
65
- </ProjectReference >
9
+ <PackageReference Include =" Machine.Specifications.Runner.VisualStudio" Version =" 2.*" />
10
+ <PackageReference Include =" Machine.Specifications.Should" Version =" 0.*" />
11
+ <PackageReference Include =" Machine.Specifications" Version =" 0.*" />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.*" />
13
+ <PackageReference Include =" System.Collections.Immutable" Version =" 1.4.0" />
14
+ <PackageReference Include =" System.Threading.Thread" Version =" 4.3.0" />
66
15
</ItemGroup >
16
+
67
17
<ItemGroup >
68
- <None Include =" packages.config " />
18
+ <ProjectReference Include =" ..\CorrelatorSharp.Logging\CorrelatorSharp.Logging.csproj " />
69
19
</ItemGroup >
70
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72
- Other similar extension points exist, see Microsoft.Common.targets.
73
- <Target Name="BeforeBuild">
74
- </Target>
75
- <Target Name="AfterBuild">
76
- </Target>
77
- -->
78
- </Project >
20
+
21
+ </Project >
0 commit comments