Skip to content

Commit

Permalink
Rename VCard demo and upgrade to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Nov 14, 2021
1 parent 560af15 commit 11cf58f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VCardDemo/Program.cs → Demo-VCard/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) Manuel Bleichenbacher (MIT License)
* https://github.com/manuelbl/QrCodeGenerator
*
* Deom creating a QR code containing a vCard.
* Demo creating a QR code containing a vCard.
*
*/
using MixERP.Net.VCards;
Expand Down
4 changes: 2 additions & 2 deletions VCardDemo/VCardDemo.csproj → Demo-VCard/VCardDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MixERP.Net.VCards" Version="1.0.7" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="1.6.1" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.0" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit 11cf58f

Please sign in to comment.