From ff4e8c253266600f32171af0f9720ba41a58d85c Mon Sep 17 00:00:00 2001
From: Robert Sirre <robert@cohelion.com>
Date: Mon, 21 Feb 2022 14:50:25 +0100
Subject: [PATCH 1/2] Added usersecrets

---
 DuoUniversal.Example/DuoUniversal.Example.csproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DuoUniversal.Example/DuoUniversal.Example.csproj b/DuoUniversal.Example/DuoUniversal.Example.csproj
index 7d3a122..674ee0f 100644
--- a/DuoUniversal.Example/DuoUniversal.Example.csproj
+++ b/DuoUniversal.Example/DuoUniversal.Example.csproj
@@ -9,6 +9,7 @@
 
   <PropertyGroup>
     <TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
+    <UserSecretsId>c05c0a02-dc23-4127-8601-80f474a8448a</UserSecretsId>
   </PropertyGroup>
 
 </Project>

From 120ee14223f5a734bedcf85b3b85942f92477e29 Mon Sep 17 00:00:00 2001
From: Robert Sirre <robert@cohelion.com>
Date: Mon, 21 Feb 2022 14:50:54 +0100
Subject: [PATCH 2/2] Ignored Visual Studio and user-specific files

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index ae5c4cd..1514c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 .vscode
+.vs
 */bin
 */obj
+*.user