Skip to content

Commit a8ae6ad

Browse files
author
mwatson
committed
Move to VS2017
1 parent 4e1abd0 commit a8ae6ad

40 files changed

+476
-50232
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp1.0</TargetFramework>
5+
<AssemblyName>CoreConsoleApp</AssemblyName>
6+
<OutputType>Exe</OutputType>
7+
<PackageId>CoreConsoleApp</PackageId>
8+
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
9+
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
10+
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
11+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
12+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
13+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\StackifyLib\StackifyLib.csproj" />
18+
<ProjectReference Include="..\NLog.Targets.Stackify\NLog.Targets.Stackify.csproj" />
19+
<ProjectReference Include="..\StackifyLib.log4net\StackifyLib.log4net.csproj" />
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<PackageReference Include="log4net" Version="2.0.7" />
24+
<PackageReference Include="NLog" Version="5.0.0-beta05" />
25+
<PackageReference Include="Serilog" Version="2.4.0" />
26+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.2.0-preview1-22736" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.2.0-preview1-22736" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.2.0-preview1-22736" />
29+
</ItemGroup>
30+
31+
</Project>

Src/CoreConsoleApp/CoreConsoleApp.xproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

Src/CoreConsoleApp/project.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)