Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jan 17, 2018
1 parent ecb744c commit 7e2706e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions OidcDebugger.sln
@@ -1,9 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OidcDebugger", "OidcDebugger\OidcDebugger.csproj", "{82EF4A34-93CE-40FA-B575-62B564651A17}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OidcDebugger", "OidcDebugger\OidcDebugger.csproj", "{82EF4A34-93CE-40FA-B575-62B564651A17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OidcDebugger.BackendTests", "OidcDebugger.BackendTests\OidcDebugger.BackendTests.csproj", "{C00B9A26-B9D2-4216-BF66-25D1626CBFD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,8 +17,15 @@ Global
{82EF4A34-93CE-40FA-B575-62B564651A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82EF4A34-93CE-40FA-B575-62B564651A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82EF4A34-93CE-40FA-B575-62B564651A17}.Release|Any CPU.Build.0 = Release|Any CPU
{C00B9A26-B9D2-4216-BF66-25D1626CBFD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C00B9A26-B9D2-4216-BF66-25D1626CBFD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C00B9A26-B9D2-4216-BF66-25D1626CBFD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C00B9A26-B9D2-4216-BF66-25D1626CBFD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27253E08-135B-4915-8CA6-F02F0936BE26}
EndGlobalSection
EndGlobal

0 comments on commit 7e2706e

Please sign in to comment.