-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools upgrade and runtime upgarde \n - now targetting NetStandard 1.6…
… and VS 2017 ref #3
- Loading branch information
1 parent
bd92ce4
commit d1e13c4
Showing
6 changed files
with
47 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/SeriLog.LogSanitizingFormatter/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
src/SeriLog.LogSanitizingFormatter/SeriLog.LogSanitizingFormatter.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
21 changes: 0 additions & 21 deletions
21
src/SeriLog.LogSanitizingFormatter/SeriLog.LogSanitizingFormatter.xproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.