Skip to content

Commit 3400f2f

Browse files
committed
Attempting to fix test runner/framework incompatibility.
1 parent be9d1df commit 3400f2f

File tree

4 files changed

+489
-22
lines changed

4 files changed

+489
-22
lines changed

serilog-settings-configuration.sln

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E41FD57-5FA
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{62D0B904-1D11-4962-A4A8-DE28672AA28B}"
99
ProjectSection(SolutionItems) = preProject
10+
appveyor.yml = appveyor.yml
11+
Build.ps1 = Build.ps1
1012
global.json = global.json
13+
LICENSE = LICENSE
14+
README.md = README.md
1115
EndProjectSection
1216
EndProject
1317
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Settings.Configuration", "src\Serilog.Settings.Configuration\Serilog.Settings.Configuration.xproj", "{21FF98ED-E68C-4A67-B241-C8D6122FAD7D}"

src/Serilog.Settings.Configuration/Serilog.Settings.Configuration.xproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
<PropertyGroup>
1515
<SchemaVersion>2.0</SchemaVersion>
1616
</PropertyGroup>
17+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
18+
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
19+
</PropertyGroup>
1720
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
1821
</Project>

test/Serilog.Settings.Configuration.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"projectUrl": "",
77
"licenseUrl": "",
88
"frameworks": {
9-
"net451": { },
10-
"dotnet5.4": {
9+
"dnx452": { },
10+
"dnxcore50": {
1111
"dependencies": {
1212
"Microsoft.CSharp": "4.0.1-beta-23516",
1313
"System.Collections": "4.0.11-beta-23516",

0 commit comments

Comments
 (0)