Skip to content

Commit

Permalink
Save experiment for: Support for System.Text.Json in .NET Core 3 #85
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Dec 26, 2019
1 parent 6228de6 commit c365e55
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JsonSubTypes.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonSubTypes.Tests.Net35", "JsonSubTypes.Tests.Net35\JsonSubTypes.Tests.Net35.csproj", "{FFBBBE62-26B1-41D1-AEF6-507CC5C0FB9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewApi", "NewApi\NewApi.csproj", "{7D93C6F2-85BB-4172-9949-F5398DB7E436}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -37,6 +39,10 @@ Global
{FFBBBE62-26B1-41D1-AEF6-507CC5C0FB9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFBBBE62-26B1-41D1-AEF6-507CC5C0FB9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFBBBE62-26B1-41D1-AEF6-507CC5C0FB9D}.Release|Any CPU.Build.0 = Release|Any CPU
{7D93C6F2-85BB-4172-9949-F5398DB7E436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D93C6F2-85BB-4172-9949-F5398DB7E436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D93C6F2-85BB-4172-9949-F5398DB7E436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D93C6F2-85BB-4172-9949-F5398DB7E436}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit c365e55

Please sign in to comment.