Skip to content

Commit

Permalink
Upgrade demo application
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 20, 2019
1 parent 648c55b commit fd840b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions QrCodeGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCodeGeneratorTest", "QrCo
{36B0822E-28D7-43C7-BAF7-AF578E31E978} = {36B0822E-28D7-43C7-BAF7-AF578E31E978}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCodeGeneratorDemo", "QrCodeGeneratorDemo\QrCodeGeneratorDemo.csproj", "{D7FE0375-D44E-4F43-8AFC-DAF31848D1EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QrCodeGeneratorProfiling", "QrCodeGeneratorProfiling\QrCodeGeneratorProfiling.csproj", "{D4678805-3F0A-45FA-AB04-070EA9A42F88}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCodeGeneratorProfiling", "QrCodeGeneratorProfiling\QrCodeGeneratorProfiling.csproj", "{D4678805-3F0A-45FA-AB04-070EA9A42F88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,10 +26,6 @@ Global
{81307EE7-7915-4D2D-8F71-495F239FD266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81307EE7-7915-4D2D-8F71-495F239FD266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81307EE7-7915-4D2D-8F71-495F239FD266}.Release|Any CPU.Build.0 = Release|Any CPU
{D7FE0375-D44E-4F43-8AFC-DAF31848D1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FE0375-D44E-4F43-8AFC-DAF31848D1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FE0375-D44E-4F43-8AFC-DAF31848D1EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FE0375-D44E-4F43-8AFC-DAF31848D1EC}.Release|Any CPU.Build.0 = Release|Any CPU
{D4678805-3F0A-45FA-AB04-070EA9A42F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4678805-3F0A-45FA-AB04-070EA9A42F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4678805-3F0A-45FA-AB04-070EA9A42F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion QrCodeGeneratorDemo/QrCodeGeneratorDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="1.4.1" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="1.5.0" />
</ItemGroup>

</Project>

0 comments on commit fd840b1

Please sign in to comment.