Skip to content

Commit

Permalink
tools upgrade and runtime upgarde \n - now targetting NetStandard 1.6…
Browse files Browse the repository at this point in the history
… and VS 2017

ref #3
  • Loading branch information
humblelistener committed Jun 24, 2017
1 parent bd92ce4 commit d1e13c4
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 110 deletions.
65 changes: 32 additions & 33 deletions SeriLog.LogSanitizingFormatter.sln
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BB632C71-AB11-4298-B11B-DBBCF1404D12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F779330-F9FE-421B-9E5B-108F9D0ECCCB}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SeriLog.LogSanitizingFormatter", "src\SeriLog.LogSanitizingFormatter\SeriLog.LogSanitizingFormatter.xproj", "{7C47C4D2-A822-44CC-A923-9C4A1EBBE1F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C47C4D2-A822-44CC-A923-9C4A1EBBE1F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C47C4D2-A822-44CC-A923-9C4A1EBBE1F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C47C4D2-A822-44CC-A923-9C4A1EBBE1F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C47C4D2-A822-44CC-A923-9C4A1EBBE1F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7C47C4D2-A822-44CC-A923-9C4A1EBBE1F0} = {BB632C71-AB11-4298-B11B-DBBCF1404D12}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BB632C71-AB11-4298-B11B-DBBCF1404D12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F779330-F9FE-421B-9E5B-108F9D0ECCCB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeriLog.LogSanitizingFormatter", "src\SeriLog.LogSanitizingFormatter\SeriLog.LogSanitizingFormatter.csproj", "{2CFD6B58-99F9-430A-A38D-BECB84E00166}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFD6B58-99F9-430A-A38D-BECB84E00166}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2CFD6B58-99F9-430A-A38D-BECB84E00166} = {BB632C71-AB11-4298-B11B-DBBCF1404D12}
EndGlobalSection
EndGlobal
4 changes: 0 additions & 4 deletions global.json

This file was deleted.

19 changes: 0 additions & 19 deletions src/SeriLog.LogSanitizingFormatter/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<Version>1.1.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Serilog" Version="2.5.0" />
<PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="System.Runtime" Version="4.3.0" />
</ItemGroup>

</Project>

This file was deleted.

33 changes: 0 additions & 33 deletions src/SeriLog.LogSanitizingFormatter/project.json

This file was deleted.

0 comments on commit d1e13c4

Please sign in to comment.